Go to the documentation of this file.
90 const objectRegistry&
obr_;
129 const bool loadFromFiles =
false
158 virtual void write();
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.
Switch log_
Switch to send output to Info as well as to file.
word UName_
Name of velocity field, default is "U".
TypeName("vorticity")
Runtime type information.
virtual void read(const dictionary &)
Read the vorticity data.
const objectRegistry & obr_
Reference to the database.
virtual void write()
Calculate the vorticity and write.
Mesh consisting of general polyhedral cells.
Registry of regIOobjects.
void operator=(const vorticity &)
Disallow default bitwise assignment.
vorticity(const vorticity &)
Disallow default bitwise copy construct.
This function object calculates and outputs the vorticity, the curl of the velocity as a volvectorFie...
A list of keyword definitions, which are a keyword followed by any number of values (e....
word resultName_
Name of vorticity field.
bool active_
On/off switch.
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
virtual const word & name() const
Return name of the set of vorticity.
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void movePoints(const polyMesh &)
Update for changes of mesh.
virtual void end()
Execute at the final time-loop, currently does nothing.
virtual void execute()
Execute, currently does nothing.
word name_
Name of this set of vorticity objects.
virtual ~vorticity()
Destructor.