Helper routine to read fields. More...
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 ®istryName="fieldsCache") |
Helper routine to read GeometricFields. The fieldsCache is per time. More... | |
Helper routine to read fields.
Original source file ReadFields.H
Definition in file ReadFields.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.