Difference between revisions of "FluentMeshToFoam"

From OpenFOAMWiki
Line 11: Line 11:
 
(see also Chapter 6.4.1. at the User-Guide)
 
(see also Chapter 6.4.1. at the User-Guide)
 
This utility does not work on Gambit meshes.  See [http://openfoamwiki.net/index.php/GambitToFoam GambitToFoam] for more information.
 
This utility does not work on Gambit meshes.  See [http://openfoamwiki.net/index.php/GambitToFoam GambitToFoam] for more information.
 +
 +
[[Category:Mesh conversion utilities]]

Revision as of 13:23, 25 November 2009

The procedure of converting a Fluent .msh file is first to create a new OpenFOAM case. This can be accomplished using FoamX, as described in section 5.3.2 or by copying requisite files from a tutorial case.

Then at a command prompt, or from within FoamX, the user should execute:

    fluentMeshToFoam <root> <caseName> <meshFile>

where <meshFile> is the name of the .msh file, including the full or relative path.


(see also Chapter 6.4.1. at the User-Guide) This utility does not work on Gambit meshes. See GambitToFoam for more information.