antioch-0.4.0
|
#include "antioch/antioch_asserts.h"
#include "antioch/cmath_shims.h"
#include "antioch/kinetics_type.h"
#include "antioch/constant_rate.h"
#include "antioch/hercourtessen_rate.h"
#include "antioch/berthelot_rate.h"
#include "antioch/arrhenius_rate.h"
#include "antioch/berthelothercourtessen_rate.h"
#include "antioch/kooij_rate.h"
#include "antioch/vanthoff_rate.h"
#include "antioch/photochemical_rate.h"
#include "antioch/reaction_enum.h"
#include "antioch/chemical_mixture.h"
#include "antioch/kinetics_conditions.h"
#include "antioch/kinetics_parsing.h"
#include <string>
#include <vector>
#include <iostream>
#include <limits>
Go to the source code of this file.
Classes | |
class | Antioch::ElementaryReaction< CoeffType > |
A single reaction mechanism. More... | |
class | Antioch::DuplicateReaction< CoeffType > |
A single reaction mechanism. More... | |
class | Antioch::ThreeBodyReaction< CoeffType > |
A single reaction mechanism. More... | |
class | Antioch::FalloffReaction< CoeffType, FalloffType > |
Base class for falloff processes. More... | |
class | Antioch::FalloffThreeBodyReaction< CoeffType, FalloffType > |
Base class for falloff processes coupled with efficiencies. More... | |
class | Antioch::LindemannFalloff< CoeffType > |
Simplest falloff model ( ) More... | |
class | Antioch::TroeFalloff< CoeffType > |
The Troe falloff model is defined by:
with
The derivatives are therefore:
. More... | |
class | Antioch::Reaction< CoeffType, VectorCoeffType > |
A single reaction mechanism. More... | |
Namespaces | |
Antioch | |
The parameters are reduced parameters. | |