Translates OPENFOAM mesh and/or results to CCM format.
Original source file foamToCcm.C
- Usage
- foamToCcm [OPTION]
Options:
- -mesh
- convert mesh only to CCM format
- -name <name>
- Provide alternative base name. Default is meshExport.
- -overwrite
- No backup of existing output files.
- -remap <name>
- Alternative remapping dictionary (default: constant/remapping)
- -results
- Convert results only to CCM format
- Note
No parallel data
- No Lagrangian elements
- the -noZero time option can be useful to avoid the often incomplete initial conditions (missing useful calculated values)
- See also
- Foam::ccm::writer for information about the constant/remapping file.
Definition in file foamToCcm.C.