38 #ifndef FoamToVTK_readFields_H 39 #define FoamToVTK_readFields_H 52 template<
class GeoField>
56 const typename GeoField::Mesh&
mesh,
62 template<
class GeoField>
66 const fvMeshSubsetProxy& proxy,
68 objectRegistry* cache =
nullptr 73 template<
class GeoField>
76 const typename GeoField::Mesh&
mesh,
77 const IOobjectList& objects,
78 const word& fieldName,
86 template<
class GeoField>
89 const fvMeshSubsetProxy& proxy,
90 const IOobjectList& objects,
91 const word& fieldName,
93 objectRegistry* cache =
nullptr 98 template<
class GeoField>
101 const typename GeoField::Mesh&
mesh,
102 const IOobjectList& objects
107 template<
class GeoField>
110 const fvMeshSubsetProxy& proxy,
111 const IOobjectList& objects
120 #include "readFields.txx"
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.
tmp< GeoField > getField(const IOobject &io, const typename GeoField::Mesh &mesh)
Get the field or FatalError.