Difference between revisions of "GmshToFoam"

From OpenFOAMWiki
m (Added missing category)
m
Line 17: Line 17:
 
'''-region''' ''NAME''
 
'''-region''' ''NAME''
 
:Specify the mesh region name. If omitted, default region used
 
:Specify the mesh region name. If omitted, default region used
'''-noFunctionObject'''
+
'''-noFunctionObjects'''
 
:Skip the execution of the [[functionObjects]]
 
:Skip the execution of the [[functionObjects]]
 
'''-help'''
 
'''-help'''

Revision as of 09:40, 24 August 2012

1 Name

gmshToFoam - Reads .msh file as written by Gmsh

Valid versions: OF Version 21.png

2 Synopsis

gmshToFoam [OPTIONS] MESHFILE.msh

3 Description

Convert a mesh file MESHFILE.msh from Gmsh format to foam format.

-keepOrientation

Retain the raw orientation for prisms and/or hexahedrons

-case DIR

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

-region NAME

Specify the mesh region name. If omitted, default region used

-noFunctionObjects

Skip the execution of the functionObjects

-help

Display the help and exit