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

Method rdt

include/cantera/numerics/SteadyStateSystem.h:139–141  ·  view source on GitHub ↗

Reciprocal of the time step.

Source from the content-addressed store, hash-verified

137
138 //! Reciprocal of the time step.
139 double rdt() const {
140 return m_rdt;
141 }
142
143 //! True if transient mode.
144 bool transient() const {

Callers 2

dampStepMethod · 0.80
solveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected