A collection of functions for writing areaField 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 | writeAreaField (ensightOutput::floatBufferType &scratch, ensightFile &os, const GeometricField< Type, faPatchField, areaMesh > &fld, const ensightFaMesh &ensMesh) |
| Write finite-area field component-wise. | |
| template<class Type> | |
| bool | writeAreaField (ensightFile &os, const GeometricField< Type, faPatchField, areaMesh > &fld, const ensightFaMesh &ensMesh) |
| Write finite-area field component-wise. | |
A collection of functions for writing areaField content in ensight format.
Original source file ensightOutputAreaField.H
InNamespace Foam::ensightOutput
Definition in file ensightOutputAreaField.H.