Difference between revisions of "RotateMesh"

From OpenFOAMWiki
(First version)
 
m (Description)
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
 
  rotateMesh "(1 0 0)" "(0 0 1)"
 
  rotateMesh "(1 0 0)" "(0 0 1)"
  
'''-latestTime'''
 
:Apply only on the latest time available
 
'''-noFunctionObjects'''
 
:Skip the execution of the [[functionObjects]]
 
 
'''-noZero'''
 
'''-noZero'''
 
:Exclude the ''0'' directory from the times list
 
:Exclude the ''0'' directory from the times list
Line 29: Line 25:
 
'''-roots''' ''"(DIR1 [...DIRN])"''
 
'''-roots''' ''"(DIR1 [...DIRN])"''
 
:Directories through which the data are distributed
 
:Directories through which the data are distributed
'''-region''' ''NAME''
 
:Specify a mesh region by its ''NAME''
 
  
 
'''-case''' ''DIR''
 
'''-case''' ''DIR''

Latest revision as of 19:01, 3 September 2012

1 Name

rotateMesh - Rotates the mesh and fields from the direction n1 to the direction n2.

Valid versions: OF Version 21.png

2 Synopsis

rotateMesh [OPTIONS] N1 N2

3 Description

Rotates the mesh and fields from the direction n1 to the direction n2. For example to rotate a cylinde with it axis parallel to x to an axis parallel to z:

rotateMesh "(1 0 0)" "(0 0 1)"

-noZero

Exclude the 0 directory from the times list

-time RANGES

Select time steps. RANGES follows the time selection rules

-latestTime

Apply only on the latest time available

-constant

Include the constant directory in the times list

-parallel

Run the utility in parallel

-roots "(DIR1 [...DIRN])"

Directories through which the data are distributed

-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