A collection of functions for writing clouds as ensight file content. 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. | |
| Foam::ensightOutput::Detail | |
| Implementation details and output backends that would not normally be called directly by a user. | |
Functions | |
| bool | writeCloudPositions (ensightFile &os, const fvMesh &mesh, const word &cloudName, bool exists) |
| Write cloud positions. More... | |
| template<class Type > | |
| bool | writeCloudField (ensightFile &os, const IOField< Type > &field) |
| Write cloud field, returning true if the field is non-empty. More... | |
| template<class Type > | |
| bool | readWriteCloudField (ensightFile &os, const IOobject &fieldObject, bool existsAny) |
| Read cloud field from IOobject (if exists == true) and write, always returning true. More... | |
| template<class Type > | |
| label | writeCloudFieldContent (ensightFile &os, const UList< Type > &fld, label count=0) |
| Write cloud field data (serial) with rounding and newlines. More... | |
A collection of functions for writing clouds as ensight file content.
Original source file ensightOutputCloud.H
InNamespace Foam::ensightOutput
Definition in file ensightOutputCloud.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.