38#ifndef FoamToVTK_readFields_H
39#define FoamToVTK_readFields_H
52template<
class GeoField>
56 const typename GeoField::Mesh&
mesh,
62template<
class GeoField>
73template<
class GeoField>
76 const typename GeoField::Mesh&
mesh,
78 const word& fieldName,
86template<
class GeoField>
98template<
class GeoField>
101 const typename GeoField::Mesh&
mesh,
107template<
class GeoField>
120 #include "readFields.txx"
List of IOobjects with searching and retrieving facilities. Implemented as a HashTable,...
Defines the attributes of an object for which implicit objectRegistry management is supported,...
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
Simple proxy for holding a mesh, or mesh-subset. The subMeshes are currently limited to cellSet or ce...
Registry of regIOobjects.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
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.