MCPcopy Create free account
hub / github.com/Cantera/cantera / PlogRate

Method PlogRate

src/kinetics/PlogRate.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50// Methods of class PlogRate
51
52PlogRate::PlogRate(const std::multimap<double, ArrheniusRate>& rates)
53{
54 setRates(rates);
55}
56
57PlogRate::PlogRate(const AnyMap& node, const UnitStack& rate_units)
58{

Callers 4

test_set_ratesMethod · 0.45
test_no_ratesMethod · 0.45
test_plogMethod · 0.45
test_modify_plogMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_set_ratesMethod · 0.36
test_no_ratesMethod · 0.36
test_plogMethod · 0.36
test_modify_plogMethod · 0.36