58 #ifndef bXiQdot_functionObject_H
59 #define bXiQdot_functionObject_H
68 namespace functionObjects
77 public fvMeshFunctionObject,
78 public writeLocalObjects
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 keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
const word & name() const
Return the name of this functionObject.
Calculates and caches the heat release rate bXiQdot of the Weller b-Xi combustion model.
virtual wordList fields() const
Return the list of fields required.
TypeName("bXiQdot")
Runtime type information.
bXiQdot(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual bool executeAtStart() const
Do not execute at the start of the run.
virtual ~bXiQdot()
Destructor.
virtual bool execute()
Do nothing.
virtual bool write()
Write the cell-centre fields.
virtual bool read(const dictionary &)
Read the controls.
A class for handling words, derived from string.