Read dimensioned fields from disk and write with ensightMesh. More...
Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Macros | |
| #define | ensight_WRITE_FIELD(PrimitiveType) |
Functions | |
| template<class Type > | |
| bool | writeDimField (ensightCase &ensCase, const ensightMesh &ensMesh, const tmp< DimensionedField< Type, volMesh >> &tdf) |
| template<class Type > | |
| label | writeDimFields (ensightCase &ensCase, const ensightMesh &ensMesh, const IOobjectList &objects) |
| label | writeAllDimFields (ensightCase &ensCase, const ensightMesh &ensMesh, const IOobjectList &objects) |
Read dimensioned fields from disk and write with ensightMesh.
Original source file writeDimFields.H
InNamespace Foam
Definition in file writeDimFields.H.
| #define ensight_WRITE_FIELD | ( | PrimitiveType | ) |