122 #ifndef chemPointISAT_H 123 #define chemPointISAT_H 132 template<
class ThermoType>
135 template<
class ThermoType>
136 class TDACChemistryModel;
143 template<
class ThermoType>
172 label completeSpaceSize_;
178 static scalar tolerance_;
181 label nActiveSpecies_;
285 return completeSpaceSize_;
340 return nActiveSpecies_;
345 return completeToSimplifiedIndex_;
350 return simplifiedToCompleteIndex_;
371 return lastTimeUsed_;
381 return maxNumNewDim_;
Extends standardChemistryModel by adding the TDAC method.
const scalar & tolerance()
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const scalarSquareMatrix & A() const
const scalarSquareMatrix & LT() const
List< label > & simplifiedToCompleteIndex()
A list of keyword definitions, which are a keyword followed by any number of values (e...
bool checkSolution(const scalarField &phiq, const scalarField &Rphiq)
If phiq is not in the EOA, then the mapping is computed.
const dimensionedScalar b
Wien displacement law constant: default SI units: [m K].
Leaf of the binary tree. The chemPoint stores the composition 'phi', the mapping of this composition ...
List< label > & completeToSimplifiedIndex()
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none/any.
chemPointISAT(TDACChemistryModel< ThermoType > &chemistry, const scalarField &phi, const scalarField &Rphi, const scalarSquareMatrix &A, const scalarField &scaleFactor, const scalar &tolerance, const label &completeSpaceSize, const dictionary &coeffsDict, binaryNode< ThermoType > *node=nullptr)
Construct from components.
binaryNode< ThermoType > *& node()
const label & nLifeTime()
const scalarField & scaleFactor()
TDACChemistryModel< ThermoType > & chemistry()
Access to the TDACChemistryModel.
const label & numRetrieve()
bool grow(const scalarField &phiq)
More details about the minimum-volume ellipsoid covering an.
const scalarField & phi() const
const scalarField & Rphi() const
void resetNumRetrieve()
Resets the number of retrieves at each time step.
#define R(A, B, C, D, E, F, K, M)
void increaseNLifeTime()
Increases the "counter" of the chP life.
label & completeSpaceSize()
void increaseNumRetrieve()
Increases the number of retrieves the chempoint has generated.
bool inEOA(const scalarField &phiq)
To RETRIEVE the mapping from the stored chemPoint phi, the query.
static void changeTolerance(scalar newTol)