41 #ifndef functionObjects_CourantNo_H 42 #define functionObjects_CourantNo_H 51 namespace functionObjects
const word & name() const
Return the name of this functionObject.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual bool read(const dictionary &)
Read the CourantNo data.
A class for handling words, derived from string.
Calculates and outputs the Courant number as a volScalarField. The field is stored on the mesh databa...
virtual ~CourantNo()
Destructor.
TypeName("CourantNo")
Runtime type information.
A class for managing temporary objects.
CourantNo(const word &name, const Time &, const dictionary &)
Construct from Time and dictionary.