| 
    GRINS-0.7.0
    
   | 
 
#include <power_law_catalycity.h>


Public Member Functions | |
| PowerLawCatalycity (const libMesh::Real gamma0, const libMesh::Real Ta, const libMesh::Real alpha) | |
| virtual | ~PowerLawCatalycity () | 
| 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... | |
  Public Member Functions inherited from GRINS::CatalycityBase | |
| CatalycityBase () | |
| virtual | ~CatalycityBase () | 
Protected Attributes | |
| libMesh::Real | _gamma0 | 
| libMesh::Real | _Tref | 
| libMesh::Real | _alpha | 
Private Member Functions | |
| PowerLawCatalycity () | |
Definition at line 33 of file power_law_catalycity.h.
| GRINS::PowerLawCatalycity::PowerLawCatalycity | ( | const libMesh::Real | gamma0, | 
| const libMesh::Real | Ta, | ||
| const libMesh::Real | alpha | ||
| ) | 
Definition at line 33 of file power_law_catalycity.C.
      
  | 
  virtual | 
Definition at line 43 of file power_law_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 71 of file power_law_catalycity.C.
References PowerLawCatalycity().
      
  | 
  virtual | 
Implements GRINS::CatalycityBase.
Definition at line 53 of file power_law_catalycity.C.
References _alpha.
Referenced by main().
      
  | 
  virtual | 
Implements GRINS::CatalycityBase.
Definition at line 48 of file power_law_catalycity.C.
References _alpha, _gamma0, and _Tref.
      
  | 
  virtual | 
Implements GRINS::CatalycityBase.
Definition at line 58 of file power_law_catalycity.C.
References _alpha, _gamma0, and _Tref.
Referenced by main().
      
  | 
  protected | 
Definition at line 58 of file power_law_catalycity.h.
Referenced by dT(), operator()(), and set_params().
      
  | 
  protected | 
Definition at line 54 of file power_law_catalycity.h.
Referenced by operator()(), and set_params().
      
  | 
  protected | 
Definition at line 56 of file power_law_catalycity.h.
Referenced by operator()(), and set_params().