Difference between revisions of "FluentMeshToFoam"

From OpenFOAMWiki
m
Line 10: Line 10:
 
Convert a mesh file FLUENT_MESH from Fluent format to foam format.
 
Convert a mesh file FLUENT_MESH from Fluent format to foam format.
  
'''-scale''' ''factor''
+
'''-scale''' ''FACTOR''
:Scale the mesh geometry by ''factor''. If not provided, use 1
+
:Scale the mesh geometry by ''FACTOR''. If omitted, use 1
  
 
'''-case''' ''DIR''
 
'''-case''' ''DIR''
 
:Execute the command on the case directory ''DIR''. If not provided, use the current directory
 
:Execute the command on the case directory ''DIR''. If not provided, use the current directory
'''-noFunctionObject'''
+
'''-noFunctionObjects'''
 
:Skip the execution of the [[functionObjects]]
 
:Skip the execution of the [[functionObjects]]
 
'''-help'''
 
'''-help'''

Revision as of 10:15, 22 August 2012

1 Name

fluent3DMeshToFoam - Converts a Fluent mesh (in ASCII format) to foam format including multiple region and region boundary

Valid versions: OF Version 21.png

2 Synopsis

fluent3DMeshToFoam [OPTIONS] FLUENT_MESH

3 Description

Convert a mesh file FLUENT_MESH from Fluent format to foam format.

-scale FACTOR

Scale the mesh geometry by FACTOR. If omitted, use 1

-case DIR

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

-noFunctionObjects

Skip the execution of the functionObjects

-help

Display the help and exit

See also paragraph 5.5.1 of the User Guide.

This utility does not work on Gambit meshes. See GambitToFoam for more information.