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


Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| 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. More... | |
| template<class Type > | |
| bool | writeVolField (ensightFile &os, const GeometricField< Type, fvPatchField, volMesh > &vf, const ensightMesh &ensMesh) |
| Write volume field component-wise. More... | |
| 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. More... | |
| 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. More... | |
| template<class Type > | |
| bool | writePointField (ensightOutput::floatBufferType &scratch, ensightFile &os, const GeometricField< Type, pointPatchField, pointMesh > &pf, const ensightMesh &ensMesh) |
| Write point field component-wise. More... | |
| template<class Type > | |
| bool | writePointField (ensightFile &os, const GeometricField< Type, pointPatchField, pointMesh > &pf, const ensightMesh &ensMesh) |
| Write point field component-wise. More... | |
A collection of functions for writing volField content in ensight format.
Original source file ensightOutputVolField.H
InNamespace Foam::ensightOutput
Definition in file ensightOutputVolField.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.