94#ifndef functionObjescts_reactionsSensitivityAnalysis_H
95#define functionObjescts_reactionsSensitivityAnalysis_H
108namespace functionObjects
115template<
class chemistryType>
116class reactionsSensitivityAnalysis
118 public fvMeshFunctionObject,
165 void createFileNames();
174 void writeSpeciesRR();
180 TypeName(
"reactionsSensitivityAnalysis");
216 virtual bool write();
Output to file stream, using an OSstream.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Base class for chemistry models.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
Return the name of this functionObject.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
Computes indicators for reaction rates of creation or destruction of species in each reaction.
virtual ~reactionsSensitivityAnalysis()=default
Destructor.
TypeName("reactionsSensitivityAnalysis")
Runtime type information.
reactionsSensitivityAnalysis(const reactionsSensitivityAnalysis &)=delete
No copy construct.
void operator=(const reactionsSensitivityAnalysis &)=delete
No copy assignment.
virtual bool execute()
Execute.
virtual bool write()
Calculate the reactionsSensitivityAnalysis and write.
virtual bool read(const dictionary &)
Read the reactionsSensitivityAnalysis data.
Base class for writing single files from the function objects.
A class for handling words, derived from Foam::string.
OBJstream os(runTime.globalPath()/outputName)
List< word > wordList
A List of words.
List< scalarList > scalarListList
A List of scalarList.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.