|
[Sponsors] |
October 21, 2016, 16:23 |
How to Generate Volume Mesh in Batch mode?
|
#1 |
New Member
Edward Kraft
Join Date: Dec 2014
Posts: 11
Rep Power: 11 |
I was wondering how to generate mesh in batch mode. My meshes take a long time to generate, so I would like to use my University's supercomputer to generate them. Is there a simple line I could add to do that? Or should I run a macro in batch that generates the mesh? Any help is greatly appreciated as I am ignorant with batch mode. Thanks!
This is my current batch file to run a simulation: # LSBATCH: User input #!/bin/bash # Adaptation of the automated submission from starccm+ ### LSF ### ### LSF Options added automatically ### Name of job #BSUB -J Kraft ### Set output file #BSUB -o out3.txt ### Set error file #BSUB -e err3.txt ### Set number of processes #BSUB -n 20 ### Set queue #BSUB -q kimber ### Simulation File SIM_FILE="Cubic60_2.5_uniform_fine.sim" ### Run Command /usr/local/star-ccm_11.04.010/STAR-CCM+11.04.010-R8/star/bin/starccm+ -verbose -batchsystem lsf -batch $SIM_FILE ### Sleep. This helps ensure the STAR-CCM+ server ### has shut down before any prologue scripts kill remaining processes sleep 30 |
|
November 3, 2016, 01:59 |
|
#2 |
Senior Member
Join Date: Nov 2010
Location: USA
Posts: 1,232
Rep Power: 25 |
You can run a macro if you want to or just add the command -batch mesh
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Gambit problems | Althea | FLUENT | 22 | January 4, 2017 04:19 |
[ICEM] Problem with using the Delaunay volume mesh method | manahara | ANSYS Meshing & Geometry | 12 | December 25, 2014 22:54 |
[blockMesh] non-orthogonal faces and incorrect orientation? | nennbs | OpenFOAM Meshing & Mesh Conversion | 7 | April 17, 2013 06:42 |
[blockMesh] error message with modeling a cube with a hold at the center | hsingtzu | OpenFOAM Meshing & Mesh Conversion | 2 | March 14, 2012 10:56 |
How to control Minximum mesh space? | hung | FLUENT | 7 | April 18, 2005 10:38 |