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


Public Member Functions | |
| 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 () |
| virtual void | apply_fluxes (AssemblyContext &context, const CachedValues &cache, const bool request_jacobian)=0 |
| Deprecated. More... | |
| virtual void | init (const libMesh::FEMSystem &) |
| 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 () |
| virtual bool | eval_flux (bool compute_jacobian, AssemblyContext &context, libMesh::Real sign, bool is_axisymmetric)=0 |
Protected Member Functions | |
| 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... | |
Protected Attributes | |
| 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... | |
Definition at line 50 of file catalytic_wall_base.h.
| 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 | ||
| ) |
Definition at line 39 of file catalytic_wall_base.C.
| GRINS::CatalyticWallBase< Chemistry >::CatalyticWallBase | ( | const Chemistry & | chem_mixture, |
| CatalycityBase & | gamma, | ||
| const unsigned int | reactant_species_idx | ||
| ) |
Deprecated.
Definition at line 55 of file catalytic_wall_base.C.
|
inlinevirtual |
Definition at line 66 of file catalytic_wall_base.h.
|
pure virtual |
Deprecated.
Implemented in GRINS::GasSolidCatalyticWall< Chemistry >, and GRINS::GasRecombinationCatalyticWall< Chemistry >.
|
inline |
Definition at line 179 of file catalytic_wall_base.h.
Referenced by test().
|
inline |
Definition at line 171 of file catalytic_wall_base.h.
Referenced by test().
|
inlineprotected |
Temporary helper to deal with intermediate refactoring.
Definition at line 132 of file catalytic_wall_base.h.
|
inlineprotected |
Temporary helper to deal with intermediate refactoring.
Definition at line 148 of file catalytic_wall_base.h.
|
inlinevirtual |
Reimplemented in GRINS::GasSolidCatalyticWall< Chemistry >, and GRINS::GasRecombinationCatalyticWall< Chemistry >.
Definition at line 73 of file catalytic_wall_base.h.
|
inline |
Definition at line 164 of file catalytic_wall_base.h.
Referenced by test().
|
inline |
Definition at line 125 of file catalytic_wall_base.h.
| void GRINS::CatalyticWallBase< Chemistry >::set_catalycity_params | ( | const std::vector< libMesh::Real > & | params | ) |
Definition at line 64 of file catalytic_wall_base.C.
|
protected |
Definition at line 106 of file catalytic_wall_base.h.
|
protected |
Definition at line 95 of file catalytic_wall_base.h.
|
protected |
Deprecated.
Definition at line 98 of file catalytic_wall_base.h.
|
protected |
Definition at line 100 of file catalytic_wall_base.h.
|
protected |
Deprecated.
Definition at line 103 of file catalytic_wall_base.h.
|
protected |
Thermodynamic pressure.
Currently, we assume that the thermodynamic pressure is constant. This is not true in cavity type systems.
Definition at line 119 of file catalytic_wall_base.h.
|
protected |
Definition at line 109 of file catalytic_wall_base.h.
|
protected |
Definition at line 112 of file catalytic_wall_base.h.