antioch-0.4.0
Antioch::DuplicateReaction< CoeffType > Member List

This is the complete list of members for Antioch::DuplicateReaction< CoeffType >, including all inherited members.

_efficienciesAntioch::Reaction< CoeffType >protected
_equationAntioch::Reaction< CoeffType >protected
_forward_rateAntioch::Reaction< CoeffType >protected
_gammaAntioch::Reaction< CoeffType >protected
_idAntioch::Reaction< CoeffType >protected
_initializedAntioch::Reaction< CoeffType >protected
_kintypeAntioch::Reaction< CoeffType >protected
_n_speciesAntioch::Reaction< CoeffType >protected
_product_idsAntioch::Reaction< CoeffType >protected
_product_namesAntioch::Reaction< CoeffType >protected
_product_stoichiometryAntioch::Reaction< CoeffType >protected
_reactant_idsAntioch::Reaction< CoeffType >protected
_reactant_namesAntioch::Reaction< CoeffType >protected
_reactant_stoichiometryAntioch::Reaction< CoeffType >protected
_reversibleAntioch::Reaction< CoeffType >protected
_species_delta_stoichiometryAntioch::Reaction< CoeffType >protected
_species_product_partial_orderAntioch::Reaction< CoeffType >protected
_species_product_stoichiometryAntioch::Reaction< CoeffType >protected
_species_reactant_partial_orderAntioch::Reaction< CoeffType >protected
_species_reactant_stoichiometryAntioch::Reaction< CoeffType >protected
_typeAntioch::Reaction< CoeffType >protected
add_forward_rate(KineticsType< CoeffType, VectorCoeffType > *rate)Antioch::Reaction< CoeffType >
add_product(const std::string &name, const unsigned int p_id, const unsigned int stoichiometric_coeff, const CoeffType partial_order=std::numeric_limits< CoeffType >::infinity())Antioch::Reaction< CoeffType >
add_reactant(const std::string &name, const unsigned int r_id, const unsigned int stoichiometric_coeff, const CoeffType partial_order=std::numeric_limits< CoeffType >::infinity())Antioch::Reaction< CoeffType >
clear_product()Antioch::Reaction< CoeffType >
clear_reactant()Antioch::Reaction< CoeffType >
compute_forward_rate_coefficient(const VectorStateType &molar_densities, const KineticsConditions< StateType, VectorStateType > &conditions) const Antioch::DuplicateReaction< CoeffType >inline
Reaction< CoeffType >::compute_forward_rate_coefficient(const VectorStateType &molar_densities, const StateType &temp) constAntioch::Reaction< CoeffType >
compute_forward_rate_coefficient_and_derivatives(const VectorStateType &molar_densities, const KineticsConditions< StateType, VectorStateType > &conditions, StateType &kfwd, StateType &dkfwd_dT, VectorStateType &dkfwd_dX) const Antioch::DuplicateReaction< CoeffType >inline
Reaction< CoeffType >::compute_forward_rate_coefficient_and_derivatives(const VectorStateType &molar_densities, const StateType &temp, StateType &kfwd, StateType &dkfwd_dT, VectorStateType &dkfwd_dX) constAntioch::Reaction< CoeffType >
compute_rate_of_progress(const VectorStateType &molar_densities, const KineticsConditions< StateType, VectorStateType > &conditions, const StateType &P0_RT, const VectorStateType &h_RT_minus_s_R) constAntioch::Reaction< CoeffType >
compute_rate_of_progress(const VectorStateType &molar_densities, const StateType &temp, const StateType &P0_RT, const VectorStateType &h_RT_minus_s_R) constAntioch::Reaction< CoeffType >
compute_rate_of_progress_and_derivatives(const VectorStateType &molar_densities, const ChemicalMixture< CoeffType > &, const KineticsConditions< StateType, VectorStateType > &conditions, const StateType &P0_RT, const VectorStateType &h_RT_minus_s_R, const VectorStateType &dh_RT_minus_s_R_dT, StateType &net_reaction_rate, StateType &dnet_rate_dT, VectorStateType &dnet_rate_dX_s) constAntioch::Reaction< CoeffType >
compute_rate_of_progress_and_derivatives(const VectorStateType &molar_densities, const ChemicalMixture< CoeffType > &chem_mixture, const StateType &temp, const StateType &P0_RT, const VectorStateType &h_RT_minus_s_R, const VectorStateType &dh_RT_minus_s_R_dT, StateType &net_reaction_rate, StateType &dnet_rate_dT, VectorStateType &dnet_rate_dX_s) constAntioch::Reaction< CoeffType >
DuplicateReaction(const unsigned int n_species, const std::string &equation, const bool &reversible=true, const KineticsModel::KineticsModel kin=KineticsModel::KOOIJ)Antioch::DuplicateReaction< CoeffType >inline
efficiency(const unsigned int s) constAntioch::Reaction< CoeffType >
equation() constAntioch::Reaction< CoeffType >
equilibrium_constant(const StateType &P0_RT, const VectorStateType &h_RT_minus_s_R) constAntioch::Reaction< CoeffType >
equilibrium_constant_and_derivative(const StateType &T, const StateType &P0_RT, const VectorStateType &h_RT_minus_s_R, const VectorStateType &ddT_h_RT_minus_s_R, StateType &keq, StateType &dkeq_dT) constAntioch::Reaction< CoeffType >
falloff()Antioch::Reaction< CoeffType >
forward_rate(unsigned int ir=0) constAntioch::Reaction< CoeffType >
forward_rate(unsigned int ir=0)Antioch::Reaction< CoeffType >
gamma() constAntioch::Reaction< CoeffType >
get_efficiency(const unsigned int s) constAntioch::Reaction< CoeffType >
get_parameter_of_chemical_process(ReactionType::Parameters parameter, unsigned int species=std::numeric_limits< unsigned int >::max()) constAntioch::Reaction< CoeffType >
get_parameter_of_rate(KineticsModel::Parameters parameter, unsigned int n_reaction=0, const std::string &unit="SI") constAntioch::Reaction< CoeffType >
get_parameter_of_rate(KineticsModel::Parameters parameter, unsigned int n_reaction, const std::string &unit, int l) constAntioch::Reaction< CoeffType >
id() constAntioch::Reaction< CoeffType >
initialize(unsigned int index=0)Antioch::Reaction< CoeffType >
initialized() constAntioch::Reaction< CoeffType >
kinetics_model() constAntioch::Reaction< CoeffType >
n_products() constAntioch::Reaction< CoeffType >
n_rate_constants() constAntioch::Reaction< CoeffType >
n_reactants() constAntioch::Reaction< CoeffType >
n_species() constAntioch::Reaction< CoeffType >
print(std::ostream &os=std::cout) constAntioch::Reaction< CoeffType >
product_id(const unsigned int p) constAntioch::Reaction< CoeffType >
product_name(const unsigned int p) constAntioch::Reaction< CoeffType >
product_partial_order(const unsigned int p) constAntioch::Reaction< CoeffType >
product_stoichiometric_coefficient(const unsigned int p) constAntioch::Reaction< CoeffType >
reactant_id(const unsigned int r) constAntioch::Reaction< CoeffType >
reactant_name(const unsigned int r) constAntioch::Reaction< CoeffType >
reactant_partial_order(const unsigned int r) constAntioch::Reaction< CoeffType >
reactant_stoichiometric_coefficient(const unsigned int r) constAntioch::Reaction< CoeffType >
Reaction(const unsigned int n_species, const std::string &equation, const bool &reversible=true, const ReactionType::ReactionType type=ReactionType::ELEMENTARY, const KineticsModel::KineticsModel kin=KineticsModel::KOOIJ)Antioch::Reaction< CoeffType >
reversible() constAntioch::Reaction< CoeffType >
set_efficiency(const std::string &, const unsigned int s, const CoeffType efficiency)Antioch::Reaction< CoeffType >
set_id(const std::string &id)Antioch::Reaction< CoeffType >
set_kinetics_model(const KineticsModel::KineticsModel kin)Antioch::Reaction< CoeffType >
set_parameter_of_chemical_process(ReactionType::Parameters parameter, CoeffType new_value, unsigned int species=std::numeric_limits< unsigned int >::max())Antioch::Reaction< CoeffType >
set_parameter_of_rate(KineticsModel::Parameters parameter, CoeffType new_value, unsigned int n_reaction=0, const std::string &unit="SI")Antioch::Reaction< CoeffType >
set_parameter_of_rate(KineticsModel::Parameters parameter, CoeffType new_value, unsigned int n_reaction, int l, const std::string &unit="SI")Antioch::Reaction< CoeffType >
set_reversibility(const bool reversible)Antioch::Reaction< CoeffType >
set_type(const ReactionType::ReactionType type)Antioch::Reaction< CoeffType >
swap_forward_rates(unsigned int irate, unsigned int jrate)Antioch::Reaction< CoeffType >
type() constAntioch::Reaction< CoeffType >
~DuplicateReaction()Antioch::DuplicateReaction< CoeffType >inline
~Reaction()Antioch::Reaction< CoeffType >virtual

Generated on Thu Jul 7 2016 11:09:48 for antioch-0.4.0 by  doxygen 1.8.8