Go to the documentation of this file.
90 const objectRegistry&
obr_;
129 const bool loadFromFiles =
false
158 virtual void write();
This function object calculates and outputs the Peclet number as a surfaceScalarField.
virtual void execute()
Execute, currently does nothing.
virtual void read(const dictionary &)
Read the Peclet data.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
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.
Switch log_
Switch to send output to Info as well as to file.
A class for handling words, derived from string.
void operator=(const Peclet &)
Disallow default bitwise assignment.
virtual ~Peclet()
Destructor.
bool active_
On/off switch.
Mesh consisting of general polyhedral cells.
Registry of regIOobjects.
word resultName_
Result name.
Peclet(const Peclet &)
Disallow default bitwise copy construct.
virtual void end()
Execute at the final time-loop, currently does nothing.
TypeName("Peclet")
Runtime type information.
const objectRegistry & obr_
Reference to the database.
virtual const word & name() const
Return name of the set of Peclet.
word name_
Name of this set of Peclet objects.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void write()
Calculate the Peclet and write.
word phiName_
Name of flux field, default is "phi".
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.