57 #ifndef reactionRates_functionObject_H
58 #define reactionRates_functionObject_H
69 namespace functionObjects
87 const word phaseName_;
99 virtual void writeFileHeader(
const label i);
141 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 keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
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 volume averaged reaction rates in [kmol/m^3/s] for each reaction into the file <timeDir>/react...
void operator=(const reactionRates &)=delete
Disallow default bitwise assignment.
virtual wordList fields() const
Return the list of fields required.
reactionRates(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
TypeName("reactionRates")
Runtime type information.
virtual ~reactionRates()
Destructor.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual void movePoints(const polyMesh &)
Update for mesh motion.
virtual bool execute()
Do nothing.
virtual bool write()
Write the reaction rates.
virtual bool read(const dictionary &)
Read the reactionRates data.
cellZone selection or generation class with caching of zone volume
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Mesh consisting of general polyhedral cells.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
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.