Field reading functions for post-processing utilities. More...
Go to the source code of this file.
Namespaces | |
namespace | Foam |
Namespace for OpenFOAM. | |
Functions | |
template<class Type , template< class > class PatchField, class GeoMesh > | |
wordList | ReadFields (const typename GeoMesh::Mesh &mesh, const IOobjectList &objects, PtrList< GeometricField< Type, PatchField, GeoMesh > > &fields, const bool syncPar=true, const bool readOldTime=false) |
Read Geometric fields of templated type. More... | |
template<class GeoField , class Mesh > | |
wordList | ReadFields (const Mesh &mesh, const IOobjectList &objects, PtrList< GeoField > &fields, const bool syncPar=true) |
Read fields of the templated type. More... | |
template<class GeoField > | |
wordList | ReadFields (const IOobjectList &objects, PtrList< GeoField > &fields, const bool syncPar=true) |
Read non-mesh fields (uniformDimensionedField like 'g'). More... | |
template<class GeoField > | |
static void | ReadFields (const word &fieldName, const typename GeoField::Mesh &mesh, const wordList &timeNames, objectRegistry &fieldsCache) |
Read all GeometricFields of the templated type. More... | |
template<class GeoField > | |
static void | ReadFields (const word &fieldName, const typename GeoField::Mesh &mesh, const wordList &timeNames, const word ®istryName="fieldsCache") |
Read all GeometricFields of the templated type. More... | |
template<class GeoFieldType > | |
void | readFields (const typename GeoFieldType::Mesh &mesh, const IOobjectList &objects, const wordHashSet &selectedFields, LIFOStack< regIOobject * > &storedObjects) |
Read the selected GeometricFields of the templated type. More... | |
template<class GeoFieldType > | |
void | readUniformFields (const IOobjectList &objects, const wordHashSet &selectedFields, LIFOStack< regIOobject * > &storedObjects, const bool syncPar=true) |
Read the selected UniformDimensionedFields of the templated type. More... | |
Field reading functions for post-processing utilities.
Original source file ReadFields.H
Definition in file ReadFields.H.