Go to the documentation of this file.
94 const objectRegistry&
obr_;
133 const bool loadFromFiles =
false
162 virtual void write();
virtual const word & name() const
Return name of the readFields object.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
A class for handling words, derived from string.
readFields(const readFields &)
Disallow default bitwise copy construct.
This function object reads fields from the time directories and adds them to the mesh database for fu...
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
virtual void movePoints(const polyMesh &)
Update for changes of mesh.
Mesh consisting of general polyhedral cells.
List< word > wordList
A List of words.
Registry of regIOobjects.
Switch log_
Switch to send output to Info as well as to file.
bool active_
on/off switch
word name_
Name of this set of readFields object.
virtual void read(const dictionary &)
Read the field min/max data.
A list of keyword definitions, which are a keyword followed by any number of values (e....
void operator=(const readFields &)
Disallow default bitwise assignment.
virtual ~readFields()
Destructor.
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
virtual void write()
Write.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
wordList fieldSet_
Fields to load.
void loadField(const word &) const
virtual void execute()
Execute, currently does nothing.
TypeName("readFields")
Runtime type information.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void end()
Execute at the final time-loop, currently does nothing.
void readFields(const typename GeoMesh::Mesh &mesh, const IOobjectList &objects, PtrList< GeometricField< Type, PatchField, GeoMesh > > &fields, const bool readOldTime)
const objectRegistry & obr_