35 namespace functionObjects
60 phaseName_(
word::null)
Macros for easy insertion into run-time selection tables.
static word groupName(Name name, const word &group)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Base class for combustion models.
virtual tmp< volScalarField > Qdot() const =0
Heat release rate [kg/m/s^3].
static const word combustionPropertiesName
Default combustionProperties dictionary name.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base-class for Time/database functionObjects.
virtual const word & type() const =0
Runtime type information.
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 ~Qdot()
Destructor.
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...
virtual bool read(const dictionary &)
Read optional controls.
FunctionObject base class for managing a list of objects on behalf of the inheriting function object,...
void resetLocalObjectName(const word &name)
Reset the list of local object names from a single word.
virtual bool read(const dictionary &)
Read the list of objects to be written.
virtual bool write()
Write function.
A class for handling words, derived from string.
static const word null
An empty word.
defineTypeNameAndDebug(adjustTimeStepToCombustion, 0)
addToRunTimeSelectionTable(functionObject, adjustTimeStepToCombustion, dictionary)
word name(const bool)
Return a word representation of a bool.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.