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

Method getActivityConcentrations

src/kinetics/InterfaceKinetics.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void InterfaceKinetics::getActivityConcentrations(double* const conc)
112{
113 _update_rates_C();
114 copy(m_actConc.begin(), m_actConc.end(), conc);
115}
116
117void InterfaceKinetics::updateKc()
118{

Callers 2

_update_rates_CMethod · 0.45
updateROPMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected