74#ifndef Foam_functionObjects_XiReactionRate_H
75#define Foam_functionObjects_XiReactionRate_H
130 virtual bool write();
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 a number of values (eg,...
const word & name() const noexcept
Return the name of this functionObject.
Writes the turbulent flame-speed and reaction-rate volScalarFields for the Xi-based combustion models...
void operator=(const XiReactionRate &)=delete
No copy assignment.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
XiReactionRate(const XiReactionRate &)=delete
No copy construct.
virtual ~XiReactionRate()=default
Destructor.
XiReactionRate(const word &name, const Time &runTime, const dictionary &dict)
Construct from name, Time and dictionary.
virtual bool execute()
Execute the function-object operations.
virtual bool write()
Write the function-object results.
TypeName("XiReactionRate")
Runtime type information.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
fvMeshFunctionObject(const fvMeshFunctionObject &)=delete
No copy construct.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.