ReadFields.H File Reference

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

Include dependency graph for ReadFields.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class GeoField , class Mesh >
wordList ReadFields (const Mesh &mesh, const IOobjectList &objects, PtrList< GeoField > &fields, const bool syncPar=true)
 Read all fields of the specified type. 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 specified type. More...
 
template<class GeoField >
static void ReadFields (const word &fieldName, const typename GeoField::Mesh &mesh, const wordList &timeNames, const word &registryName="fieldsCache")
 Read all GeometricFields of the specified type. More...
 
template<class GeoFieldType >
void readFields (const typename GeoFieldType::Mesh &mesh, const IOobjectList &objects, const HashSet< word > &selectedFields, LIFOStack< regIOobject *> &storedObjects)
 Read the selected GeometricFields of the specified type. More...
 
template<class GeoFieldType >
void readUniformFields (const IOobjectList &objects, const HashSet< word > &selectedFields, LIFOStack< regIOobject *> &storedObjects, const bool syncPar=true)
 Read the selected UniformDimensionedFields of the specified type. More...
 

Detailed Description

Field reading functions for post-processing utilities.

Original source file ReadFields.H

Source files

Definition in file ReadFields.H.