Difference between revisions of "FoamToStarMesh"

From OpenFOAMWiki
m (Added missing category)
m
 
Line 21: Line 21:
 
'''-latestTime'''
 
'''-latestTime'''
 
:Apply only on the latest time available
 
:Apply only on the latest time available
'''-noFunctionObject'''
+
'''-noFunctionObjects'''
 
:Skip the execution of the [[functionObjects]]
 
:Skip the execution of the [[functionObjects]]
 
'''-noZero'''
 
'''-noZero'''

Latest revision as of 09:39, 24 August 2012

1 Name

foamToStarMesh - Converts mesh in foam format to STAR-CD (v4) PROSTAR format

Valid versions: OF Version 21.png

2 Synopsis

foamToStarMesh [OPTIONS]

3 Description

Convert a foam mesh to STAR-CD pro-STAR (v4) bnd/cel/vrt format

-scale factor

Scale the mesh geometry by factor. If not provided, use 1

-noBnd

Do not write the boundary file (.bnd)

-case DIR

Execute the command on the case directory DIR. If not provided, use the current directory

-constant

Include the constant directory in the times list

-latestTime

Apply only on the latest time available

-noFunctionObjects

Skip the execution of the functionObjects

-noZero

Exclude the 0 directory from the times list

-time RANGES

Select time steps. RANGES follows the time selection rules

-help

Display the help and exit