#include "FalloffFactory.h"#include "ct_defs.h"#include "FactoryBase.h"#include <boost/thread/mutex.hpp>#include "ctexceptions.h"#include <cmath>

Go to the source code of this file.
Classes | |
| class | Troe3 |
| The 3-parameter Troe falloff parameterization. More... | |
| class | Troe4 |
| The 4-parameter Troe falloff parameterization. More... | |
| class | SRI3 |
| The 3-parameter SRI falloff function for F More... | |
| class | SRI5 |
| The 5-parameter SRI falloff function. More... | |
| class | WF93 |
| Wang-Frenklach falloff function. More... | |
Namespaces | |
| namespace | Cantera |
Namespace for the Cantera kernel. | |
Definition in file FalloffFactory.cpp.
1.6.3