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


Public Member Functions | |
| CatalycityFactoryOldStyleBase (const std::string &physics_name) | |
| ~CatalycityFactoryOldStyleBase () | |
  Public Member Functions inherited from GRINS::CatalycityFactoryAbstract | |
| CatalycityFactoryAbstract (const std::string &physics_name) | |
| ~CatalycityFactoryAbstract () | |
  Public Member Functions inherited from GRINS::FactoryWithGetPot< CatalycityBase > | |
| FactoryWithGetPot (const std::string &name) | |
| ~FactoryWithGetPot () | |
Static Public Member Functions | |
| static void | set_reactant (const std::string &reactant) | 
| static void | set_bc_id (const std::string &bc_id) | 
  Static Public Member Functions inherited from GRINS::CatalycityFactoryAbstract | |
| static void | set_section (const std::string §ion) | 
  Static Public Member Functions inherited from GRINS::FactoryWithGetPot< CatalycityBase > | |
| static void | set_getpot (const GetPot &input) | 
Protected Member Functions | |
| virtual libMesh::UniquePtr< CatalycityBase > | build_catalycity (const GetPot &input, const std::string §ion) | 
| virtual libMesh::UniquePtr< CatalycityBase > | build_catalycity_old_style (const GetPot &input, const std::string §ion, const std::string &reactant_str, const std::string &bc_id_string)=0 | 
| virtual void | check_state () const | 
| Helper function to reduce code duplication.  More... | |
| virtual void | reset_state () | 
| Helper function to reduce code duplication.  More... | |
Static Protected Attributes | |
| static std::string | _reactant_str = std::string("DIE!") | 
| static std::string | _bc_id_str = std::string("DIE!") | 
  Static Protected Attributes inherited from GRINS::CatalycityFactoryAbstract | |
| static std::string | _section = std::string("DIE!") | 
  Static Protected Attributes inherited from GRINS::FactoryWithGetPot< CatalycityBase > | |
| static const GetPot * | _input | 
| We store only a raw pointer here because we can't make a copy.  More... | |
Definition at line 33 of file catalycity_factory_old_style_base.h.
      
  | 
  inline | 
Definition at line 37 of file catalycity_factory_old_style_base.h.
      
  | 
  inline | 
Definition at line 41 of file catalycity_factory_old_style_base.h.
      
  | 
  protectedvirtual | 
Implements GRINS::CatalycityFactoryAbstract.
Definition at line 30 of file catalycity_factory_old_style_base.C.
References _bc_id_str, _reactant_str, and build_catalycity_old_style().
      
  | 
  protectedpure virtual | 
Implemented in GRINS::PowerLawCatalycityFactoryOldStyle, GRINS::ArrheniusCatalycityFactoryOldStyle, and GRINS::ConstantCatalycityFactoryOldStyle.
Referenced by build_catalycity().
      
  | 
  protectedvirtual | 
Helper function to reduce code duplication.
Reimplemented from GRINS::CatalycityFactoryAbstract.
Definition at line 37 of file catalycity_factory_old_style_base.C.
References _bc_id_str, _reactant_str, and GRINS::CatalycityFactoryAbstract::check_state().
      
  | 
  protectedvirtual | 
Helper function to reduce code duplication.
Reimplemented from GRINS::CatalycityFactoryAbstract.
Definition at line 48 of file catalycity_factory_old_style_base.C.
References _bc_id_str, _reactant_str, and GRINS::CatalycityFactoryAbstract::reset_state().
      
  | 
  inlinestatic | 
Definition at line 46 of file catalycity_factory_old_style_base.h.
References _bc_id_str.
Referenced by GRINS::CatalyticWallNeumannBCOldStyleFactoryBase< ImplType >::build_catalycity().
      
  | 
  inlinestatic | 
Definition at line 43 of file catalycity_factory_old_style_base.h.
References _reactant_str.
Referenced by GRINS::CatalyticWallNeumannBCOldStyleFactoryBase< ImplType >::build_catalycity().
      
  | 
  staticprotected | 
Definition at line 64 of file catalycity_factory_old_style_base.h.
Referenced by build_catalycity(), check_state(), reset_state(), and set_bc_id().
      
  | 
  staticprotected | 
Definition at line 62 of file catalycity_factory_old_style_base.h.
Referenced by build_catalycity(), check_state(), reset_state(), and set_reactant().