25 #ifndef GRINS_GAS_CATALYTIC_WALL_NEUMANN_BC_OLD_STYLE_FACTORIES_H
26 #define GRINS_GAS_CATALYTIC_WALL_NEUMANN_BC_OLD_STYLE_FACTORIES_H
58 return "wall_catalytic_reactions";
75 std::string gas_reactant;
76 std::string solid_reactant;
84 return "wall_gas_solid_reactions";
90 #endif // GRINS_GAS_CATALYTIC_WALL_NEUMANN_BC_OLD_STYLE_FACTORIES_H
~GasRecombinationCatalyticWallNeumannBCOldStyleFactory()
virtual std::string catalytic_wall_prefix_str() const
virtual std::string reactant_for_catalycity(const std::string &reaction) const
GasRecombinationCatalyticWallNeumannBCOldStyleFactory(const std::string &bc_type_name)
virtual std::string reactant_for_catalycity(const std::string &reaction) const
void parse_reactants_and_product(const std::string &reaction, std::string &gas_reactant, std::string &solid_reactant, std::string &product) const
~GasSolidCatalyticWallNeumannBCOldStyleFactory()
void parse_reactant_and_product(const std::string &reaction, std::string &reactant, std::string &product) const
virtual std::string catalytic_wall_prefix_str() const
GasSolidCatalyticWallNeumannBCOldStyleFactory(const std::string &bc_type_name)
GasRecombinationCatalyticWallNeumannBCFactoryImpl _wall_impl