Cantera  2.4.0
Classes | Namespaces | Functions
FalloffFactory.h File Reference

Parameterizations for reaction falloff functions. More...

#include "cantera/base/FactoryBase.h"
#include "cantera/kinetics/Falloff.h"
Include dependency graph for FalloffFactory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FalloffFactory
 Factory class to construct falloff function calculators. More...
 

Namespaces

 Cantera
 Namespace for the Cantera kernel.
 

Functions

shared_ptr< Falloff > newFalloff (int type, const vector_fp &c)
 Return a pointer to a new falloff function calculator. More...
 

Detailed Description

Parameterizations for reaction falloff functions.

Used by classes that implement gas-phase kinetics (GasKinetics, GRI_30_Kinetics) (see Falloff Parameterizations and class Falloff).

Definition in file FalloffFactory.h.