Go to the documentation of this file.
121 #ifndef chemPointISAT_H
122 #define chemPointISAT_H
131 template<
class CompType,
class ThermoType>
134 template<
class CompType,
class ThermoType>
135 class TDACChemistryModel;
142 template<
class CompType,
class ThermoType>
171 label completeSpaceSize_;
177 static scalar tolerance_;
180 label nActiveSpecies_;
206 label nAdditionalEqns_;
290 return completeSpaceSize_;
345 return nActiveSpecies_;
350 return completeToSimplifiedIndex_;
355 return simplifiedToCompleteIndex_;
376 return lastTimeUsed_;
386 return maxNumNewDim_;
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
const scalarSquareMatrix & LT() const
List< label > & simplifiedToCompleteIndex()
const label & nLifeTime()
bool inEOA(const scalarField &phiq)
List< label > & completeToSimplifiedIndex()
const scalar & tolerance()
#define R(A, B, C, D, E, F, K, M)
TDACChemistryModel< CompType, ThermoType > & chemistry()
const dimensionedScalar b
Generic templated field type.
static void changeTolerance(scalar newTol)
Leaf of the binary tree. The chemPoint stores the composition 'phi', the mapping of this composition ...
bool variableTimeStep() const
const scalarSquareMatrix & A() const
label & completeSpaceSize()
bool grow(const scalarField &phiq)
const scalarField & scaleFactor()
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
chemPointISAT(TDACChemistryModel< CompType, ThermoType > &chemistry, const scalarField &phi, const scalarField &Rphi, const scalarSquareMatrix &A, const scalarField &scaleFactor, const scalar &tolerance, const label &completeSpaceSize, const dictionary &coeffsDict, binaryNode< CompType, ThermoType > *node=nullptr)
bool variableTimeStep() const
const scalarField & phi() const
const label & numRetrieve()
binaryNode< CompType, ThermoType > *& node()
bool checkSolution(const scalarField &phiq, const scalarField &Rphiq)
void increaseNumRetrieve()
scalarSquareMatrix & LT()
const scalarField & Rphi() const