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


Public Member Functions | |
| GasSolidCatalyticWall (SharedPtr< Chemistry > &chem, SharedPtr< CatalycityBase > &gamma, const std::vector< VariableIndex > &species_vars, VariableIndex T_var, libMesh::Real p0, unsigned int reactant_gas_species_idx, unsigned int reactant_solid_species_idx, unsigned int product_species_idx) | |
| GasSolidCatalyticWall (const Chemistry &chem_mixture, CatalycityBase &gamma, const unsigned int reactant_gas_species_idx, const unsigned int reactant_solid_species_idx, const unsigned int product_species_idx) | |
| Deprecated.  More... | |
| virtual | ~GasSolidCatalyticWall () | 
| virtual void | init (const libMesh::FEMSystem &system) | 
| Deprecated.  More... | |
| virtual bool | eval_flux (bool compute_jacobian, AssemblyContext &context, libMesh::Real sign, bool is_axisymmetric) | 
| virtual void | apply_fluxes (AssemblyContext &context, const CachedValues &cache, const bool request_jacobian) | 
| Deprecated.  More... | |
| libMesh::Real | compute_reactant_gas_mass_flux (const libMesh::Real rho, const libMesh::Real Y_r, const libMesh::Real T) | 
| libMesh::Real | compute_reactant_solid_mass_consumption (const libMesh::Real rho, const libMesh::Real Y_r, const libMesh::Real T) | 
| libMesh::Real | compute_product_mass_flux (const libMesh::Real rho, const libMesh::Real Y_r, const libMesh::Real T) | 
| libMesh::Real | compute_reactant_solid_mass_consumption_dT (const libMesh::Real rho, const libMesh::Real Y_r, const libMesh::Real T) | 
| libMesh::Real | compute_reactant_solid_mass_consumption_dYs (const libMesh::Real rho, const std::vector< libMesh::Real > Y, const libMesh::Real T) | 
  Public Member Functions inherited from GRINS::CatalyticWallBase< Chemistry > | |
| CatalyticWallBase (SharedPtr< Chemistry > &chem, SharedPtr< CatalycityBase > &gamma, const std::vector< VariableIndex > &species_vars, VariableIndex T_var, libMesh::Real p0, unsigned int reactant_species_idx) | |
| CatalyticWallBase (const Chemistry &chem_mixture, CatalycityBase &gamma, const unsigned int reactant_species_idx) | |
| Deprecated.  More... | |
| virtual | ~CatalyticWallBase () | 
| libMesh::Real | rho (libMesh::Real T, libMesh::Real p0, libMesh::Real R_mix) const | 
| libMesh::Real | omega_dot (const libMesh::Real rho_s, const libMesh::Real T) const | 
   More... | |
| libMesh::Real | domega_dot_dws (const libMesh::Real rho_s, const libMesh::Real w_s, const libMesh::Real T, const libMesh::Real R) const | 
| libMesh::Real | domega_dot_dT (const libMesh::Real rho_s, const libMesh::Real T) const | 
| void | set_catalycity_params (const std::vector< libMesh::Real > ¶ms) | 
  Public Member Functions inherited from GRINS::NeumannBCAbstract | |
| NeumannBCAbstract () | |
| virtual | ~NeumannBCAbstract () | 
Protected Attributes | |
| const unsigned int | _reactant_gas_species_idx | 
| VariableIndex | _reactant_gas_var_idx | 
| const unsigned int | _reactant_solid_species_idx | 
| const unsigned int | _product_species_idx | 
| VariableIndex | _product_var_idx | 
  Protected Attributes inherited from GRINS::CatalyticWallBase< Chemistry > | |
| SharedPtr< Chemistry > | _chem_ptr | 
| const Chemistry & | _chemistry | 
| Deprecated.  More... | |
| SharedPtr< CatalycityBase > | _gamma_ptr | 
| libMesh::UniquePtr< CatalycityBase > | _gamma_s | 
| Deprecated.  More... | |
| const libMesh::Real | _C | 
   More... | |
| std::vector< VariableIndex > | _species_vars | 
| VariableIndex | _T_var | 
| libMesh::Real | _p0 | 
| Thermodynamic pressure.  More... | |
Additional Inherited Members | |
  Protected Member Functions inherited from GRINS::CatalyticWallBase< Chemistry > | |
| libMesh::Real | eval_gamma (libMesh::Real T) const | 
| Temporary helper to deal with intermediate refactoring.  More... | |
| libMesh::Real | eval_gamma_dT (libMesh::Real T) const | 
| Temporary helper to deal with intermediate refactoring.  More... | |
Definition at line 36 of file gas_solid_catalytic_wall.h.
| GRINS::GasSolidCatalyticWall< Chemistry >::GasSolidCatalyticWall | ( | SharedPtr< Chemistry > & | chem, | 
| SharedPtr< CatalycityBase > & | gamma, | ||
| const std::vector< VariableIndex > & | species_vars, | ||
| VariableIndex | T_var, | ||
| libMesh::Real | p0, | ||
| unsigned int | reactant_gas_species_idx, | ||
| unsigned int | reactant_solid_species_idx, | ||
| unsigned int | product_species_idx | ||
| ) | 
Definition at line 37 of file gas_solid_catalytic_wall.C.
| GRINS::GasSolidCatalyticWall< Chemistry >::GasSolidCatalyticWall | ( | const Chemistry & | chem_mixture, | 
| CatalycityBase & | gamma, | ||
| const unsigned int | reactant_gas_species_idx, | ||
| const unsigned int | reactant_solid_species_idx, | ||
| const unsigned int | product_species_idx | ||
| ) | 
Deprecated.
Definition at line 54 of file gas_solid_catalytic_wall.C.
      
  | 
  inlinevirtual | 
Definition at line 56 of file gas_solid_catalytic_wall.h.
      
  | 
  virtual | 
Deprecated.
Implements GRINS::CatalyticWallBase< Chemistry >.
Definition at line 159 of file gas_solid_catalytic_wall.C.
References GRINS::CachedValues::get_cached_values(), GRINS::CachedValues::get_cached_vector_values(), GRINS::Physics::is_axisymmetric(), GRINS::Cache::MASS_FRACTIONS, GRINS::Cache::MIXTURE_DENSITY, and GRINS::Cache::TEMPERATURE.
      
  | 
  inline | 
Definition at line 136 of file gas_solid_catalytic_wall.h.
Referenced by test().
      
  | 
  inline | 
Definition at line 106 of file gas_solid_catalytic_wall.h.
Referenced by test().
      
  | 
  inline | 
Definition at line 119 of file gas_solid_catalytic_wall.h.
Referenced by test().
      
  | 
  inline | 
Definition at line 153 of file gas_solid_catalytic_wall.h.
      
  | 
  inline | 
Definition at line 170 of file gas_solid_catalytic_wall.h.
      
  | 
  virtual | 
Implements GRINS::NeumannBCAbstract.
Definition at line 87 of file gas_solid_catalytic_wall.C.
      
  | 
  virtual | 
Deprecated.
Reimplemented from GRINS::CatalyticWallBase< Chemistry >.
Definition at line 68 of file gas_solid_catalytic_wall.C.
      
  | 
  protected | 
Definition at line 99 of file gas_solid_catalytic_wall.h.
      
  | 
  protected | 
Definition at line 100 of file gas_solid_catalytic_wall.h.
      
  | 
  protected | 
Definition at line 94 of file gas_solid_catalytic_wall.h.
      
  | 
  protected | 
Definition at line 95 of file gas_solid_catalytic_wall.h.
      
  | 
  protected | 
Definition at line 97 of file gas_solid_catalytic_wall.h.