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