Home
last modified time | relevance | path

Searched defs:kfwd (Results 1 – 15 of 15) sorted by relevance

/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/kinetics/include/antioch/
H A Dduplicate_reaction.h119 StateType kfwd = (*this->_forward_rate[0])(conditions); in compute_forward_rate_coefficient() local
136 StateType& kfwd, in compute_forward_rate_coefficient_and_derivatives()
H A Dthreebody_reaction.h122 StateType kfwd = (this->efficiency(0) * molar_densities[0] ); in compute_forward_rate_coefficient() local
143StateType& kfwd, in compute_forward_rate_coefficient_and_derivatives()
H A Dfalloff_threebody_reaction.h195 StateType kfwd = k0 / (ant_pow(M,-1) + k0 / kinf) * _F(conditions.T(),M,k0,kinf); in compute_forward_rate_coefficient() local
207StateType& kfwd, in compute_forward_rate_coefficient_and_derivatives()
H A Dfalloff_reaction.h187 StateType kfwd = k0 / (ant_pow(M,-1) + k0 / kinf) * _F(conditions.T(),M,k0,kinf); in compute_forward_rate_coefficient() local
199StateType& kfwd, in compute_forward_rate_coefficient_and_derivatives()
H A Delementary_reaction.h134 StateType& kfwd, in compute_forward_rate_coefficient_and_derivatives()
H A Dreaction.h958 StateType& kfwd, in compute_forward_rate_coefficient_and_derivatives()
1022 StateType& kfwd, in compute_forward_rate_coefficient_and_derivatives()
1044 StateType kfwd = this->compute_forward_rate_coefficient(molar_densities,conditions); in compute_rate_of_progress() local
1122 StateType kfwd = Antioch::zero_clone(conditions.T()); in compute_rate_of_progress_and_derivatives() local
H A Dreaction_set.h566 VectorStateType netRate,kfwd_const,kbkwd_const,kfwd,kbkwd,fwd_conc,bkwd_conc; in print_chemical_scheme() local
808 VectorStateType& kfwd, in get_reactive_scheme()
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/test/
H A Dkinetics_partial_order_unit.C246 const Scalar & kfwd_const, const Scalar & kfwd, const Scalar & fwd_conc, in checker()
323 std::vector<Scalar> net_rates,kfwd_const,kbkwd_const,kfwd,kbkwd,fwd_conc,bkwd_conc; in test_type() local
H A Dkinetics_reactive_scheme_unit.C108 std::vector<Scalar> net_rates,kfwd_const,kbkwd_const,kfwd,kbkwd,fwd_conc,bkwd_conc; in tester() local
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/kinetics/
H A DGasKinetics.cpp230 void GasKinetics::getFwdRateConstants(double* kfwd) in getFwdRateConstants()
H A DInterfaceKinetics.cpp255 void InterfaceKinetics::convertExchangeCurrentDensityFormulation(doublereal* const kfwd) in convertExchangeCurrentDensityFormulation()
277 void InterfaceKinetics::getFwdRateConstants(doublereal* kfwd) in getFwdRateConstants()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/kinetics/
H A DKinetics.h687 virtual void getFwdRateConstants(double* kfwd) { in getFwdRateConstants()
/dports/math/math77/MATH77/
H A Ddtggrd.f512 integer i, k, kbkwd,KBNEW, kfwd local
H A Dstggrd.f512 integer i, k, kbkwd,KBNEW, kfwd local
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/clib/
H A Dct.cpp1094 int kin_getFwdRateConstants(int n, size_t len, double* kfwd) in kin_getFwdRateConstants()