A collection of functions for writing volField content in ensight format. More...

Go to the source code of this file.
Namespaces | |
| namespace | Foam |
| Namespace for OpenFOAM. | |
| namespace | Foam::ensightOutput |
| A collection of functions for writing ensight file content. | |
Functions | |
| template<class Type> | |
| bool | writeVolField (ensightOutput::floatBufferType &scratch, ensightFile &os, const GeometricField< Type, fvPatchField, volMesh > &vf, const ensightMesh &ensMesh) |
| Write volume field component-wise. | |
| template<class Type> | |
| bool | writeVolField (ensightFile &os, const GeometricField< Type, fvPatchField, volMesh > &vf, const ensightMesh &ensMesh) |
| Write volume field component-wise. | |
| template<class Type> | |
| bool | writeVolField (ensightOutput::floatBufferType &scratch, ensightFile &os, const GeometricField< Type, fvPatchField, volMesh > &vf, const ensightMesh &ensMesh, const bool nodeValues) |
| Write volume field component-wise, optionally forcing interpolation. | |
| template<class Type> | |
| bool | writeVolField (ensightFile &os, const GeometricField< Type, fvPatchField, volMesh > &vf, const ensightMesh &ensMesh, const bool nodeValues) |
| Write volume field component-wise, optionally forcing interpolation. | |
| template<class Type> | |
| bool | writePointField (ensightOutput::floatBufferType &scratch, ensightFile &os, const GeometricField< Type, pointPatchField, pointMesh > &pf, const ensightMesh &ensMesh) |
| Write point field component-wise. | |
| template<class Type> | |
| bool | writePointField (ensightFile &os, const GeometricField< Type, pointPatchField, pointMesh > &pf, const ensightMesh &ensMesh) |
| Write point field component-wise. | |
A collection of functions for writing volField content in ensight format.
Original source file ensightOutputVolField.H
InNamespace Foam::ensightOutput
Definition in file ensightOutputVolField.H.