Public Member Functions | |
TypeName ("EFA") | |
Runtime type information. More... | |
EFA (const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry) | |
Construct from components. More... | |
virtual | ~EFA () |
Destructor. More... | |
virtual void | reduceMechanism (const scalarField &c, const scalar T, const scalar p) |
Reduce the mechanism. More... | |
Public Member Functions inherited from chemistryReductionMethod< CompType, ThermoType > | |
TypeName ("chemistryReductionMethod") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, chemistryReductionMethod, dictionary,(const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry),(dict, chemistry)) | |
chemistryReductionMethod (const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry) | |
Construct from components. More... | |
virtual | ~chemistryReductionMethod () |
Destructor. More... | |
bool | active () const |
Is mechanism reduction active? More... | |
bool | log () const |
Is performance data logging enabled? More... | |
const List< bool > & | activeSpecies () const |
Return the active species. More... | |
label | NsSimp () |
Return the number of active species. More... | |
label | nSpecie () |
Return the initial number of species. More... | |
scalar | tolerance () const |
Return the tolerance. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from chemistryReductionMethod< CompType, ThermoType > | |
static autoPtr< chemistryReductionMethod< CompType, ThermoType > > | New (const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry) |
Protected Attributes inherited from chemistryReductionMethod< CompType, ThermoType > | |
const IOdictionary & | dict_ |
const dictionary | coeffsDict_ |
Dictionary that store the algorithm data. More... | |
Switch | active_ |
Is mechanism reduction active? More... | |
Switch | log_ |
Switch to select performance logging. More... | |
TDACChemistryModel< CompType, ThermoType > & | chemistry_ |
List< bool > | activeSpecies_ |
List of active species (active = true) More... | |
label | NsSimp_ |
Number of active species. More... | |
const label | nSpecie_ |
Number of species. More... | |
scalar | tolerance_ |
Tolerance for the mechanism reduction algorithm. More... | |
EFA | ( | const IOdictionary & | dict, |
TDACChemistryModel< CompType, ThermoType > & | chemistry | ||
) |
Construct from components.
Definition at line 33 of file EFA.C.
References Foam::endl(), forAll, Foam::Info, specieElement::name(), specieElement::nAtoms(), and readScalar.
|
virtual |
Destructor.
Definition at line 88 of file EFA.C.
References EFA< CompType, ThermoType >::reduceMechanism().
TypeName | ( | "EFA< CompType, ThermoType >" | ) |
Runtime type information.
|
virtual |
Reduce the mechanism.
Implements chemistryReductionMethod< CompType, ThermoType >.
Definition at line 96 of file EFA.C.
References Foam::constant::physicoChemical::c1, Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, SortableListEFA< Type >::indices(), Reaction< ReactionThermo >::lhs(), Foam::mag(), Foam::max(), Foam::min(), p, SortableListEFA< Type >::partialSort(), R, Reaction< ReactionThermo >::rhs(), s(), DynamicList< T, SizeInc, SizeMult, SizeDiv >::setSize(), List< T >::setSize(), and T.
Referenced by EFA< CompType, ThermoType >::~EFA().