36 #ifndef functionObjects_Qdot_H
37 #define functionObjects_Qdot_H
46 namespace functionObjects
100 virtual bool write();
static const List< word > & null()
Return a null List.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const word & name() const
Return the name of this functionObject.
Calculates and outputs the heat release rate for the current combustion model.
Qdot(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual wordList fields() const
Return the list of fields required.
virtual ~Qdot()
Destructor.
TypeName("Qdot")
Runtime type information.
virtual bool execute()
Calculate the Qdot field.
virtual bool write()
Do nothing.
virtual bool read(const dictionary &)
Read the data.
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
FunctionObject base class for managing a list of objects on behalf of the inheriting function object,...
A class for handling words, derived from string.