Go to the documentation of this file.
47 #ifndef functionObjects_specieReactionRates_H
48 #define functionObjects_specieReactionRates_H
58 namespace functionObjects
65 template<
class ChemistryModelType>
74 const ChemistryModelType& chemistryModel_;
80 virtual void writeFileHeader(
Ostream&
os)
const;
119 virtual bool write();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
Volume (cell) region selection class.
Writes the domain averaged reaction rates for each specie for each reaction into the file <timeDir>/s...
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
TypeName("specieReactionRates")
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
const word & name() const noexcept
virtual ~specieReactionRates()=default
Base class for writing single files from the function objects.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual bool read(const dictionary &dict)