41 #ifndef functionObjects_specieReactionRates_H 42 #define functionObjects_specieReactionRates_H 53 namespace functionObjects
75 virtual void writeFileHeader(
const label i);
111 virtual bool write();
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const word & name() const
Return the name of this functionObject.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool write()
Write the specie reaction rates.
TypeName("specieReactionRates")
Runtime type information.
virtual bool execute()
Do nothing.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual bool read(const dictionary &)
Read the specieReactionRates data.
A class for handling words, derived from string.
virtual ~specieReactionRates()
Destructor.
Volume (cell) region selection class.
Writes the domain averaged reaction rates for each specie for each reaction into the file <timeDir>/s...
void operator=(const specieReactionRates &)=delete
Disallow default bitwise assignment.
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
specieReactionRates(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
Base class for chemistry models.
functionObject base class for creating, maintaining and writing log files e.g. integrated of averaged...