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