Difference between revisions of "GmshToFoam"

From OpenFOAMWiki
(First version)
 
m (Added missing category)
Line 21: Line 21:
 
'''-help'''
 
'''-help'''
 
:Display the help and exit
 
:Display the help and exit
 +
 +
 +
[[Category:Mesh conversion utilities]]

Revision as of 20:15, 22 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

-noFunctionObject

Skip the execution of the functionObjects

-help

Display the help and exit