Helper routines for reading a field or fields, for foamToEnsight. More...
Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class GeoField > | |
| tmp< GeoField > | getField (const IOobject *io, const typename GeoField::Mesh &mesh) |
| Get the field or return nullptr. More... | |
| template<class GeoField > | |
| tmp< GeoField > | getField (const typename GeoField::Mesh &mesh, const IOobjectList &objects, const word &fieldName) |
| Get the named field from the objects, or return nullptr. More... | |
| template<class Type > | |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | makeZeroGradientField (const tmp< typename GeometricField< Type, fvPatchField, volMesh >::Internal > &tdf) |
| Convert an internal field to zero-gradient volume field. More... | |
| template<class Type > | |
| tmp< GeometricField< Type, fvPatchField, volMesh > > | makeZeroGradientField (const tmp< GeometricField< Type, fvPatchField, volMesh >> &tdf) |
| Convert a volume field to zero-gradient volume field. More... | |
| label | checkData (const fvMesh &mesh, const instantList &timeDirs, wordList &objectNames) |
| Check if fields are good to use (available at all times) More... | |
Helper routines for reading a field or fields, for foamToEnsight.
Original source file readFields.H
InNamespace Foam
Definition in file readFields.H.