FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

rotateMesh.C File Reference

Rotates the mesh and fields from the direcion n1 to the direction n2. More...


Detailed Description

Rotates the mesh and fields from the direcion n1 to the direction n2.

Usage
  • rotateMesh [OPTIONS] <old direction (nx,ny,nz)> <new direction (nx,ny,nz)>
Parameters:
\<olddirection (nx,ny,nz)>
Todo:
Detailed description of argument.
Parameters:
\<newdirection (nx,ny,nz)>
Todo:
Detailed description of argument.
Parameters:
-noZero
Ignore timestep 0.
-constant
Include the constant directory.
-time<time>
Apply only to specific time.
-latestTime
Only apply to latest time step.
-case<dir>
Case directory.
-parallel
Run in parallel.
-help
Display help message.
-doc
Display Doxygen API documentation page for this application.
-srcDoc
Display Doxygen source documentation page for this application.

Definition in file rotateMesh.C.

#include "src/OpenFOAM/global/argList/argList.H"
#include "src/OpenFOAM/db/Time/timeSelector.H"
#include "src/OpenFOAM/db/Time/Time.H"
#include "src/finiteVolume/fvMesh/fvMesh.H"
#include "src/finiteVolume/fields/volFields/volFields.H"
#include "src/finiteVolume/fields/surfaceFields/surfaceFields.H"
#include "src/OpenFOAM/fields/GeometricFields/transformGeometricField/transformGeometricField.H"
#include "src/OpenFOAM/db/IOobjectList/IOobjectList.H"
#include "src/OpenFOAM/include/setRootCase.H"
#include "src/OpenFOAM/include/createTime.H"
#include "src/OpenFOAM/include/createMesh.H"
Include dependency graph for rotateMesh.C:

Go to the source code of this file.