Go to the documentation of this file.
94 #ifndef functionObjescts_reactionsSensitivityAnalysis_H
95 #define functionObjescts_reactionsSensitivityAnalysis_H
108 namespace functionObjects
115 template<
class chemistryType>
116 class reactionsSensitivityAnalysis
118 public fvMeshFunctionObject,
165 void createFileNames();
174 void writeSpeciesRR();
180 TypeName(
"reactionsSensitivityAnalysis");
216 virtual bool write();
reactionsSensitivityAnalysis(const word &name, const Time &runTime, const dictionary &dict)
List< scalarList > scalarListList
A List of scalarList.
virtual bool read(const dictionary &)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
Base class for chemistry models.
TypeName("reactionsSensitivityAnalysis")
virtual ~reactionsSensitivityAnalysis()=default
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.
void operator=(const reactionsSensitivityAnalysis &)=delete
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Output to file stream, using an OSstream.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const word & name() const noexcept
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Base class for writing single files from the function objects.