CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > Siemens > STAR-CCM+

How to Generate Volume Mesh in Batch mode?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 21, 2016, 16:23
Default How to Generate Volume Mesh in Batch mode?
  #1
New Member
 
Edward Kraft
Join Date: Dec 2014
Posts: 11
Rep Power: 11
ekraft is on a distinguished road
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
ekraft is offline   Reply With Quote

Old   November 3, 2016, 01:59
Default
  #2
Senior Member
 
Join Date: Nov 2010
Location: USA
Posts: 1,232
Rep Power: 25
me3840 is on a distinguished road
You can run a macro if you want to or just add the command -batch mesh
me3840 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 17:20.