Difference between revisions of "FoamMeshToFluent"

From OpenFOAMWiki
(First version)
 
(Change link to post processing with fluent to ESI user guide, because to link to Foundation version no longer works.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Name==
 
==Name==
<tt>foamMeshToFluent</tt> - Converts mesh in foam format to a Fluent mesh (in ASCII format) to foam format
+
<tt>foamMeshToFluent</tt> - Converts mesh in foam format to a Fluent mesh (in ASCII format)
 +
 
 
{{VersionInfo}}{{Version2.1}}
 
{{VersionInfo}}{{Version2.1}}
  
Line 11: Line 12:
 
'''-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'''
 
:Display the help and exit
 
:Display the help and exit
  
To post-process a foam case with Fluent see the [http://www.openfoam.org/docs/user/fluent.php paragraph 6.2] of the [http://www.openfoam.org/docs/user/ User Guide].
+
To post-process a foam case with Fluent see the [https://www.openfoam.com/documentation/user-guide/fluent.php paragraph 7.2] of the [https://www.openfoam.com/documentation/user-guide/ ESI User Guide].
 +
 
 +
 
 +
[[Category:Mesh conversion utilities]]

Latest revision as of 21:21, 18 February 2020

1 Name

foamMeshToFluent - Converts mesh in foam format to a Fluent mesh (in ASCII format)

Valid versions: OF Version 21.png

2 Synopsis

foamMeshToFluent[OPTIONS]

3 Description

Convert a foam mesh to Fluent format

-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

To post-process a foam case with Fluent see the paragraph 7.2 of the ESI User Guide.