Translates OpenFOAM data to Ensight format. An Ensight part is created for each cellZone and patch.
More...
Translates OpenFOAM data to Ensight format. An Ensight part is created for each cellZone and patch.
Original source file foamToEnsightParts.C
- Usage
- foamToEnsightParts [OPTION]
Options:
- -ascii
- Write Ensight data in ASCII format instead of "C Binary"
- -name <subdir>
- Define sub-directory name to use for Ensight data (default: "Ensight")
- -noZero
- Exclude the often incomplete initial conditions.
- -index <start>
- Ignore the time index contained in the time file and use a simple indexing when creating the
Ensight/data/########
files.
- -noMesh
- Suppress writing the geometry. Can be useful for converting partial results for a static geometry.
- -width <n>
- Width of Ensight data subdir
Note:
- no parallel data.
- writes to Ensight directory to avoid collisions with foamToEnsight.
Definition in file foamToEnsightParts.C.