virtual Falloff * newFalloff(int type, const vector_fp &c)
Return a pointer to a new falloff function calculator.
shared_ptr< Falloff > newFalloff(int type, const vector_fp &c)
Return a pointer to a new falloff function calculator.
The SRI falloff function.
The 3- or 4-parameter Troe falloff parameterization.
Parameterizations for reaction falloff functions.
virtual void init(const vector_fp &c)
Initialize.
static mutex_t falloff_mutex
Mutex for use when calling the factory.
static FalloffFactory * factory()
Return a pointer to the factory.
This file defines some constants used to specify reaction types.
static FalloffFactory * s_factory
Pointer to the single instance of the factory.
Base class for falloff function calculators.
std::vector< double > vector_fp
Turn on the use of stl vectors for the basic array type within cantera Vector of doubles.