Difference between revisions of "AnsysToFoam"

From OpenFOAMWiki
(First version)
 
m
 
(One intermediate revision by one other user not shown)
Line 15: Line 15:
 
'''-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
 +
 +
 +
[[Category:Mesh conversion utilities]]

Latest revision as of 09:37, 24 August 2012

1 Name

ansysToFoam - Converts an ANSYS input mesh file, exported from I-DEAS, to foam format

Valid versions: OF Version 21.png

2 Synopsis

ansysToFoam [OPTIONS] ANSYS_INPUT_FILE

3 Description

Convert a mesh file ANSYS_INPUT_FILE from ANSYS format to foam format.

-scale factor

Scale the mesh geometry by factor. If not provided, 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