GmshToFoam

From OpenFOAMWiki
Revision as of 13:41, 20 August 2016 by Wyldckat (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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


4 Bugs

The gmshToFoam utility in OpenFOAM-1.6-ext has some problems with preserving defined physical surfaces. Both OpenFOAM-2.1.x and OpenFOAM-1.6-ext versions of gmshToFoam do not preserve internal physical surfaces (needed for some applications). The following tarballs compile as gmshToFoam2 inside the user directory. They have the bugs removed.

OF Version 21.png Media:GmshToFoam21x.tar.gz
OF Version 16ext.png Media:GmshToFoam16.tar.gz

4.1 References

1. http://www.cfd-online.com/Forums/openfoam-meshing-open/106777-patches-gmshtofoam.html#post408116

2. http://bugs.openfoam.org/view.php?id=690

--El Safti (talk) 21:32, 15 February 2013 (CET)