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

Method step

src/zeroD/ReactorNet.cpp:259–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259double ReactorNet::step()
260{
261 if (!m_init) {
262 initialize();
263 } else if (!m_integrator_init) {
264 reinitialize();
265 }
266 m_time = m_integ->step(m_time + 1.0);
267 updateState(m_integ->solution());
268 return m_time;
269}
270
271void ReactorNet::solveSteady(int loglevel)
272{

Callers 12

integrate_reactorFunction · 0.95
getTemperatureDependenceFunction · 0.95
gasMethod · 0.95
test_nonreactingMethod · 0.95
test_reactingMethod · 0.95
test_sensitivities2Method · 0.95
test_with_surfaceMethod · 0.95
test_interactionsMethod · 0.95

Calls 1

solutionMethod · 0.45

Tested by 10

gasMethod · 0.76
test_nonreactingMethod · 0.76
test_reactingMethod · 0.76
test_sensitivities2Method · 0.76
test_with_surfaceMethod · 0.76
test_interactionsMethod · 0.76