41 #ifndef functionObjects_specieReactionRates_H 42 #define functionObjects_specieReactionRates_H 53 namespace functionObjects
75 virtual void writeFileHeader(
const label i);
117 virtual bool write();
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.
static const List< T > & null()
Return a null List.
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 wordList fields() const
Return the list of fields required.
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...