|
GRINS-0.6.0
|
#include <arrhenius_catalycity.h>


Public Member Functions | |
| ArrheniusCatalycity (const libMesh::Real gamma0, const libMesh::Real Ta) | |
| virtual | ~ArrheniusCatalycity () |
| virtual libMesh::Real | operator() (const libMesh::Real T) const |
| virtual libMesh::Real | dT (const libMesh::Real T) const |
| virtual void | set_params (const std::vector< libMesh::Real > ¶ms) |
| virtual CatalycityBase * | clone () const |
| Creates a new copy of the current class. More... | |
Protected Attributes | |
| libMesh::Real | _gamma0 |
| libMesh::Real | _Ta |
Private Member Functions | |
| ArrheniusCatalycity () | |
Definition at line 33 of file arrhenius_catalycity.h.
| GRINS::ArrheniusCatalycity::ArrheniusCatalycity | ( | const libMesh::Real | gamma0, |
| const libMesh::Real | Ta | ||
| ) |
Definition at line 33 of file arrhenius_catalycity.C.
|
virtual |
Definition at line 41 of file arrhenius_catalycity.C.
|
private |
Referenced by clone().
|
virtual |
Creates a new copy of the current class.
A raw pointer is returned and it is assumed the user will take ownership and worry about memory management.
Implements GRINS::CatalycityBase.
Definition at line 67 of file arrhenius_catalycity.C.
References ArrheniusCatalycity().
|
virtual |
Implements GRINS::CatalycityBase.
Definition at line 51 of file arrhenius_catalycity.C.
Referenced by main().
|
virtual |
|
virtual |
Implements GRINS::CatalycityBase.
Definition at line 56 of file arrhenius_catalycity.C.
Referenced by main().
|
protected |
Definition at line 54 of file arrhenius_catalycity.h.
Referenced by dT(), operator()(), and set_params().
|
protected |
Definition at line 56 of file arrhenius_catalycity.h.
Referenced by dT(), operator()(), and set_params().