55 template<
class GeoField,
class Mesh>
61 const bool syncPar =
true 66 template<
class GeoField>
69 const word& fieldName,
70 const typename GeoField::Mesh&
mesh,
72 objectRegistry& fieldsCache
77 template<
class GeoField>
80 const word& fieldName,
81 const typename GeoField::Mesh&
mesh,
83 const word& registryName =
"fieldsCache" 89 template<
class GeoFieldType>
92 const typename GeoFieldType::Mesh&
mesh,
94 const HashSet<word>& selectedFields,
95 LIFOStack<regIOobject*>& storedObjects
102 template<
class GeoFieldType>
106 const HashSet<word>& selectedFields,
107 LIFOStack<regIOobject*>& storedObjects,
108 const bool syncPar =
true
wordList ReadFields(const Mesh &mesh, const IOobjectList &objects, PtrList< GeoField > &fields, const bool syncPar=true)
Read all fields of the specified type.
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.
Info<< "Calculating turbulent flame speed field St\"<< endl;volScalarField St(IOobject("St", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), flameWrinkling->Xi() *Su);multivariateSurfaceInterpolationScheme< scalar >::fieldTable fields
List< word > wordList
A List of words.
void readUniformFields(const IOobjectList &objects, const HashSet< word > &selectedFields, LIFOStack< regIOobject *> &storedObjects, const bool syncPar=true)
Read the selected UniformDimensionedFields of the specified type.