Go to the documentation of this file.
61 #ifndef processorField_H
62 #define processorField_H
94 const objectRegistry&
obr_;
130 const bool loadFromFiles =
false
159 virtual void write();
virtual ~processorField()
Destructor.
processorField(const processorField &)
Disallow default bitwise copy construct.
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.
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
This function object writes a scalar field whose value is the local processor ID. The output field na...
Mesh consisting of general polyhedral cells.
virtual void read(const dictionary &)
Read the input data.
Registry of regIOobjects.
word resultName_
Result name.
virtual void write()
Write.
const objectRegistry & obr_
Reference to the database.
virtual void execute()
Execute, currently does nothing.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Switch log_
Switch to send output to Info as well as to file.
bool active_
on/off switch
virtual void movePoints(const polyMesh &)
Update for changes of mesh.
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
word name_
Name of this set of nearWallFields object.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
TypeName("processorField")
Runtime type information.
virtual void end()
Execute at the final time-loop, currently does nothing.
void operator=(const processorField &)
Disallow default bitwise assignment.
virtual const word & name() const
Return name of the processorField object.