antioch-0.4.0
|
Simplest falloff model ( ) More...
#include <lindemann_falloff.h>
Public Member Functions | |
LindemannFalloff (const unsigned int nspec) | |
~LindemannFalloff () | |
template<typename StateType > | |
StateType | value (const StateType &T, const StateType &M, const StateType &k0, const StateType &kinf) const |
template<typename StateType > | |
StateType | operator() (const StateType &T, const StateType &M, const StateType &k0, const StateType &kinf) const |
template<typename StateType , typename VectorStateType > | |
void | F_and_derivatives (const StateType &T, const StateType &M, const StateType &k0, const StateType &dk0_dT, const StateType &kinf, const StateType &dkinf_dT, StateType &F, StateType &dF_dT, VectorStateType &dF_dX) const |
Private Attributes | |
unsigned int | n_spec |
Simplest falloff model ( )
The Lindemann model is the simplest falloff model:
From which we derive:
Definition at line 52 of file lindemann_falloff.h.
|
inline |
Definition at line 135 of file lindemann_falloff.h.
|
inline |
Definition at line 142 of file lindemann_falloff.h.
|
inline |
Definition at line 113 of file lindemann_falloff.h.
References antioch_assert_equal_to, Antioch::constant_clone(), and Antioch::set_zero().
|
inline |
Definition at line 89 of file lindemann_falloff.h.
References Antioch::constant_clone().
|
inline |
Definition at line 101 of file lindemann_falloff.h.
References Antioch::constant_clone().
|
private |
Definition at line 81 of file lindemann_falloff.h.