Loading...
Searching...
No Matches
none< CompType, ThermoType > Class Template Reference

#include <noChemistryReduction.H>

Inheritance diagram for none< CompType, ThermoType >:
Collaboration diagram for none< CompType, ThermoType >:

Public Member Functions

 TypeName ("none")
 Runtime type information.
 none (const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry)
 Construct from components.
virtual ~none ()
 Destructor.
virtual void reduceMechanism (const scalarField &c, const scalar T, const scalar p)
 Reduce the mechanism.
Public Member Functions inherited from chemistryReductionMethod< CompType, ThermoType >
 TypeName ("chemistryReductionMethod")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, chemistryReductionMethod, dictionary,(const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry),(dict, chemistry))
 chemistryReductionMethod (const IOdictionary &dict, TDACChemistryModel< CompType, ThermoType > &chemistry)
 Construct from components.
virtual ~chemistryReductionMethod ()
 Destructor.
bool active () const
 Is mechanism reduction active?
bool log () const
 Is performance data logging enabled?
const List< bool > & activeSpecies () const
 Return the active species.
label NsSimp ()
 Return the number of active species.
label nSpecie ()
 Return the initial number of species.
scalar tolerance () const
 Return the tolerance.

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.
Switch active_
 Is mechanism reduction active?
Switch log_
 Switch to select performance logging.
TDACChemistryModel< CompType, ThermoType > & chemistry_
List< bool > activeSpecies_
 List of active species (active = true).
label NsSimp_
 Number of active species.
const label nSpecie_
 Number of species.
scalar tolerance_
 Tolerance for the mechanism reduction algorithm.

Detailed Description

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

Source files

Definition at line 46 of file noChemistryReduction.H.

Constructor & Destructor Documentation

◆ none()

template<class CompType, class ThermoType>
none ( const IOdictionary & dict,
TDACChemistryModel< CompType, ThermoType > & chemistry )

Construct from components.

Definition at line 26 of file noChemistryReduction.C.

References chemistryReductionMethod< CompType, ThermoType >::active_, chemistry, chemistryReductionMethod< CompType, ThermoType >::chemistryReductionMethod(), and dict.

Here is the call graph for this function:

◆ ~none()

template<class CompType, class ThermoType>
~none ( )
virtual

Destructor.

Definition at line 41 of file noChemistryReduction.C.

Member Function Documentation

◆ TypeName()

template<class CompType, class ThermoType>
TypeName ( "none< CompType, ThermoType >" )

Runtime type information.

◆ reduceMechanism()

template<class CompType, class ThermoType>
void reduceMechanism ( const scalarField & c,
const scalar T,
const scalar p )
virtual

Reduce the mechanism.

Implements chemistryReductionMethod< CompType, ThermoType >.

Definition at line 48 of file noChemistryReduction.C.

References NotImplemented, p, and Foam::T().

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/reduction/noChemistryReduction/noChemistryReduction.H
  • src/thermophysicalModels/chemistryModel/chemistryModel/TDACChemistryModel/reduction/noChemistryReduction/noChemistryReduction.C