Difference between revisions of "DeformedGeom"

From OpenFOAMWiki
(First version)
 
m (Description: suppress option region)
 
Line 14: Line 14:
 
'''-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 13:50, 31 August 2012

1 Name

deformedGeom - Deforms a polyMesh using a displacement field U and a scaling factor supplied as an argument.

Valid versions: OF Version 21.png

2 Synopsis

deformedGeom [OPTIONS] SCALINGFACTOR

3 Description

Deforms the mesh by SCALINGFACTOR*U

-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