Public Member Functions | List of all members
PFA< CompType, ThermoType > Class Template Reference

Path flux analysis. More...

Inheritance diagram for PFA< CompType, ThermoType >:
Inheritance graph
[legend]
Collaboration diagram for PFA< CompType, ThermoType >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("PFA")
 Runtime type information. More...
 
 PFA (const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry)
 Construct from components. More...
 
virtual ~PFA ()
 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 IOdictionarydict_
 
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...
 

Detailed Description

template<class CompType, class ThermoType>
class Foam::chemistryReductionMethods::PFA< CompType, ThermoType >

Path flux analysis.

Source files

Definition at line 49 of file PFA.H.

Constructor & Destructor Documentation

◆ PFA()

PFA ( const IOdictionary dict,
TDACChemistryModel< CompType, ThermoType > &  chemistry 
)

Construct from components.

Definition at line 32 of file PFA.C.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, dictionary::found(), chemistryModel< CompType, ThermoType >::nSpecie(), dictionary::subDict(), and TDACChemistryModel< CompType, ThermoType >::Y().

Here is the call graph for this function:

◆ ~PFA()

~PFA ( )
virtual

Destructor.

Definition at line 66 of file PFA.C.

References PFA< CompType, ThermoType >::reduceMechanism().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "PFA< CompType, ThermoType >"  )

Runtime type information.

◆ reduceMechanism()

void reduceMechanism ( const scalarField c,
const scalar  T,
const scalar  p 
)
virtual

The documentation for this class was generated from the following files: