35 namespace functionObjects
virtual bool write()
Write function.
A list of keyword definitions, which are a keyword followed by any number of values (e...
addToRunTimeSelectionTable(functionObject, Qdot, dictionary)
Abstract base-class for Time/database functionObjects.
virtual ~Qdot()
Destructor.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
Qdot(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual bool read(const dictionary &)
Read optional controls.
bool read(const char *, int32_t &)
virtual bool write()
Do nothing.
virtual tmp< volScalarField > Qdot() const =0
Heat release rate [kg/m/s^3].
A class for handling words, derived from string.
static word groupName(Name name, const word &group)
Calculates and outputs the heat release rate for the current combustion model.
static const word null
An empty word.
Base class for combustion models.
virtual bool read(const dictionary &)
Read the data.
defineTypeNameAndDebug(Qdot, 0)
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T,.
FunctionObject base class for managing a list of objects on behalf of the inheriting function object...
virtual bool read(const dictionary &)
Read the list of objects to be written.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
virtual bool execute()
Calculate the Qdot field.
static const word combustionPropertiesName
Default combustionProperties dictionary name.