Namespaces | Functions
ReadFields.H File Reference

Helper routine to read fields. 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

wordList fieldNames (const IOobjectList &objects, const bool syncPar)
 Get sorted names of fields of type. If syncPar and running in parallel. More...
 
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)
 Helper routine to read Geometric fields. More...
 
template<class GeoField , class Mesh >
wordList ReadFields (const Mesh &mesh, const IOobjectList &objects, PtrList< GeoField > &fields, const bool syncPar=true)
 Helper routine to read other mesh fields. More...
 
template<class GeoField >
wordList ReadFields (const IOobjectList &objects, PtrList< GeoField > &fields, const bool syncPar=true)
 Helper routine to read non-mesh fields (e.g. uniformDimensionedField like. More...
 
template<class GeoField >
static void ReadFields (const word &fieldName, const typename GeoField::Mesh &mesh, const wordList &timeNames, objectRegistry &fieldsCache)
 Helper routine to read GeometricFields. The fieldsCache is per time. More...
 
template<class GeoField >
static void ReadFields (const word &fieldName, const typename GeoField::Mesh &mesh, const wordList &timeNames, const word &registryName="fieldsCache")
 Helper routine to read GeometricFields. The fieldsCache is per time. More...
 

Detailed Description

Helper routine to read fields.

Original source file ReadFields.H

Source files

Definition in file ReadFields.H.