39template<
class CompType,
class ThermoType>
47template<
class CompType,
class ThermoType>
51 return active_ && log_;
55template<
class CompType,
class ThermoType>
59 return activeSpecies_;
63template<
class CompType,
class ThermoType>
71template<
class CompType,
class ThermoType>
79template<
class CompType,
class ThermoType>
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Switch active_
Is mechanism reduction active?
const List< bool > & activeSpecies() const
Return the active species.
scalar tolerance_
Tolerance for the mechanism reduction algorithm.
const label nSpecie_
Number of species.
label NsSimp_
Number of active species.
List< bool > activeSpecies_
List of active species (active = true).
bool log() const
Is performance data logging enabled?
scalar tolerance() const
Return the tolerance.
label NsSimp()
Return the number of active species.
label nSpecie()
Return the initial number of species.
bool active() const
Is mechanism reduction active?
Switch log_
Switch to select performance logging.