86#ifndef functionObjescts_reactionsSensitivityAnalysis_H
87#define functionObjescts_reactionsSensitivityAnalysis_H
107template<
class chemistryType>
157 void createFileNames();
166 void writeSpeciesRR();
172 TypeName(
"reactionsSensitivityAnalysis");
208 virtual bool write();
Output to file stream as an OSstream, normally using std::ofstream for the actual output.
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,...
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
fvMeshFunctionObject(const fvMeshFunctionObject &)=delete
No copy construct.
Computes indicators for reaction rates of creation or destruction of species in each reaction.
virtual ~reactionsSensitivityAnalysis()=default
Destructor.
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
TypeName("reactionsSensitivityAnalysis")
Runtime type information.
reactionsSensitivityAnalysis(const reactionsSensitivityAnalysis &)=delete
No copy construct.
void operator=(const reactionsSensitivityAnalysis &)=delete
No copy assignment.
reactionsSensitivityAnalysis(const word &name, const Time &runTime, const dictionary &dict)
Construct from name, Time and dictionary.
virtual bool execute()
Execute the function-object operations.
virtual bool write()
Write the function-object results.
Base class for writing single files from the function objects.
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.
List< scalarList > scalarListList
List of scalarList.
List< word > wordList
List of word.
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.
Forwards and collection of common volume field types.