47#ifndef functionObjects_specieReactionRates_H
48#define functionObjects_specieReactionRates_H
65template<
class ChemistryModelType>
66class specieReactionRates
74 const ChemistryModelType& chemistryModel_;
80 virtual void writeFileHeader(
Ostream&
os)
const;
83 specieReactionRates(
const specieReactionRates&) =
delete;
86 void operator=(
const specieReactionRates&) =
delete;
119 virtual bool write();
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
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,...
fvMeshFunctionObject(const fvMeshFunctionObject &)=delete
No copy construct.
virtual ~specieReactionRates()=default
Destructor.
virtual bool read(const dictionary &dict)
Read the specieReactionRates data.
TypeName("specieReactionRates")
Runtime type information.
virtual bool execute()
Do nothing.
virtual bool write()
Write the specie reaction rates.
specieReactionRates(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
volRegion(const fvMesh &mesh, const dictionary &dict)
Construct from fvMesh and dictionary.
writeFile(const objectRegistry &obr, const fileName &prefix, const word &name="undefined", const bool writeToFile=true, const string &ext=".dat")
Construct from objectRegistry, prefix, fileName.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
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.