Field reading functions for post-processing utilities. More...


Go to the source code of this file.
Namespaces | |
| 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 , class NameMatchPredicate > | |
| void | readFields (const typename GeoFieldType::Mesh &mesh, const IOobjectList &objects, const NameMatchPredicate &selectedFields, DynamicList< regIOobject *> &storedObjects) |
| Read the selected GeometricFields of the templated type and store on the objectRegistry. More... | |
| template<class UniformFieldType , class NameMatchPredicate > | |
| void | readUniformFields (const IOobjectList &objects, const NameMatchPredicate &selectedFields, DynamicList< regIOobject *> &storedObjects, const bool syncPar=true) |
| Read the selected UniformDimensionedFields of the templated type and store on the objectRegistry. More... | |
| template<class GeoFieldType , class NameMatchPredicate > | |
| void | readFields (const typename GeoFieldType::Mesh &mesh, const IOobjectList &objects, const NameMatchPredicate &selectedFields, LIFOStack< regIOobject *> &storedObjects) |
| Read the selected GeometricFields of the templated type and store on the objectRegistry. More... | |
| template<class UniformFieldType , class NameMatchPredicate > | |
| void | readUniformFields (const IOobjectList &objects, const NameMatchPredicate &selectedFields, LIFOStack< regIOobject *> &storedObjects, const bool syncPar=true) |
| Read the selected UniformDimensionedFields of the templated type and store on the objectRegistry. More... | |
Field reading functions for post-processing utilities.
Original source file ReadFields.H
Definition in file ReadFields.H.