Path flux analysis. More...


Public Member Functions | |
| TypeName ("PFA") | |
| Runtime type information. More... | |
| PFA (const IOdictionary &dict, TDACChemistryModel< ThermoType > &chemistry) | |
| Construct from components. More... | |
| virtual | ~PFA () |
| Destructor. More... | |
| virtual void | reduceMechanism (const scalar p, const scalar T, const scalarField &c, const label li) |
| Reduce the mechanism. More... | |
Public Member Functions inherited from chemistryReductionMethod< ThermoType > | |
| TypeName ("chemistryReductionMethod") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, chemistryReductionMethod, dictionary,(const IOdictionary &dict, TDACChemistryModel< ThermoType > &chemistry),(dict, chemistry)) | |
| chemistryReductionMethod (const IOdictionary &dict, TDACChemistryModel< 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< ThermoType > | |
| static autoPtr< chemistryReductionMethod< ThermoType > > | New (const IOdictionary &dict, TDACChemistryModel< ThermoType > &chemistry) |
Protected Attributes inherited from chemistryReductionMethod< 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< 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... | |
Path flux analysis.
| PFA | ( | const IOdictionary & | dict, |
| TDACChemistryModel< ThermoType > & | chemistry | ||
| ) |
Construct from components.
Definition at line 32 of file PFA.C.
References forAllConstIter(), and standardChemistryModel< ThermoType >::mixture().

|
virtual |
Destructor.
Definition at line 51 of file PFA.C.
References PFA< ThermoType >::reduceMechanism().

| TypeName | ( | "PFA< ThermoType >" | ) |
Runtime type information.
|
virtual |
Reduce the mechanism.
Implements chemistryReductionMethod< ThermoType >.
Definition at line 59 of file PFA.C.
References Foam::constant::physicoChemical::c1, forAll, found, reaction::lhs(), Foam::max(), Reaction< ReactionThermo >::omega(), p, FIFOStack< T >::pop(), FIFOStack< T >::push(), R, reaction::rhs(), s(), DynamicList< T, SizeInc, SizeMult, SizeDiv >::setSize(), List< T >::setSize(), List< T >::size(), and T.
Referenced by PFA< ThermoType >::~PFA().

