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

Public Member Functions | |
| CatalycityBase () | |
| virtual | ~CatalycityBase () | 
| virtual libMesh::Real | operator() (const libMesh::Real T) const =0 | 
| virtual libMesh::Real | dT (const libMesh::Real T) const =0 | 
| virtual void | set_params (const std::vector< libMesh::Real > ¶ms)=0 | 
| virtual CatalycityBase * | clone () const =0 | 
| Creates a new copy of the current class.  More... | |
Definition at line 36 of file catalycity_base.h.
| GRINS::CatalycityBase::CatalycityBase | ( | ) | 
Definition at line 31 of file catalycity_base.C.
      
  | 
  virtual | 
Definition at line 36 of file catalycity_base.C.
      
  | 
  pure 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.
Implemented in GRINS::ArrheniusCatalycity, GRINS::ConstantCatalycity, and GRINS::PowerLawCatalycity.
      
  | 
  pure virtual | 
Implemented in GRINS::ArrheniusCatalycity, GRINS::ConstantCatalycity, and GRINS::PowerLawCatalycity.
      
  | 
  pure virtual | 
Implemented in GRINS::ArrheniusCatalycity, GRINS::ConstantCatalycity, and GRINS::PowerLawCatalycity.
      
  | 
  pure virtual | 
Implemented in GRINS::ArrheniusCatalycity, GRINS::ConstantCatalycity, and GRINS::PowerLawCatalycity.