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


Public Member Functions | |
| ConstantCatalycity (const libMesh::Real gamma) | |
| virtual | ~ConstantCatalycity () | 
| 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 | _gamma | 
Private Member Functions | |
| ConstantCatalycity () | |
Definition at line 33 of file constant_catalycity.h.
| GRINS::ConstantCatalycity::ConstantCatalycity | ( | const libMesh::Real | gamma | ) | 
Definition at line 30 of file constant_catalycity.C.
      
  | 
  virtual | 
Definition at line 36 of file constant_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 60 of file constant_catalycity.C.
References ConstantCatalycity().
      
  | 
  virtual | 
Implements GRINS::CatalycityBase.
Definition at line 46 of file constant_catalycity.C.
Referenced by main().
      
  | 
  virtual | 
Implements GRINS::CatalycityBase.
Definition at line 41 of file constant_catalycity.C.
References _gamma.
      
  | 
  virtual | 
Implements GRINS::CatalycityBase.
Definition at line 51 of file constant_catalycity.C.
References _gamma.
Referenced by main().
      
  | 
  protected | 
Definition at line 54 of file constant_catalycity.h.
Referenced by operator()(), and set_params().