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

Method evalTimeFunction

src/zeroD/FlowDevice.cpp:107–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107double FlowDevice::evalTimeFunction()
108{
109 if (m_tfunc) {
110 return m_tfunc->eval(m_time);
111 }
112 return 1.;
113}
114
115double FlowDevice::outletSpeciesMassFlowRate(size_t k)
116{

Callers

nothing calls this directly

Calls 1

evalMethod · 0.45

Tested by

no test coverage detected