Home
last modified time | relevance | path

Searched defs:ArrheniusRate (Results 1 – 4 of 4) sorted by relevance

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/kinetics/
H A DReactionRate.cpp39 ArrheniusRate::ArrheniusRate() in ArrheniusRate() function in Cantera::ArrheniusRate
45 ArrheniusRate::ArrheniusRate(double A, double b, double E) in ArrheniusRate() function in Cantera::ArrheniusRate
51 ArrheniusRate::ArrheniusRate(const AnyMap& node, const Units& rate_units) in ArrheniusRate() function in Cantera::ArrheniusRate
56 ArrheniusRate::ArrheniusRate(const AnyMap& node) in ArrheniusRate() function in Cantera::ArrheniusRate
61 ArrheniusRate::ArrheniusRate(const Arrhenius& arr, bool allow_negative_A) in ArrheniusRate() function in Cantera::ArrheniusRate
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/kinetics/include/antioch/
H A Dkinetics_type.h53 class ArrheniusRate; variable
H A Darrhenius_rate.h167ArrheniusRate<CoeffType>::ArrheniusRate(const CoeffType Cf, const CoeffType Ea, const CoeffType rs… in ArrheniusRate() function
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/cython/cantera/
H A Dreaction.pyx133 cdef class ArrheniusRate(ReactionRate): class