Read point fields from disk and write as ensight data. 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 | writePointField (ensightCase &ensCase, const ensightMesh &ensMesh, const tmp< GeometricField< Type, pointPatchField, pointMesh >> &tfield) |
| template<class Type > | |
| label | writePointFields (ensightCase &ensCase, const ensightMesh &ensMesh, const IOobjectList &objects) |
| label | writeAllPointFields (ensightCase &ensCase, const ensightMesh &ensMesh, const IOobjectList &objects) |
Read point fields from disk and write as ensight data.
Original source file writePointFields.H
InNamespace Foam
Definition in file writePointFields.H.
| #define ensight_WRITE_FIELD | ( | PrimitiveType | ) |