Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
double FlowDevice::evalTimeFunction()
108
{
109
if (m_tfunc) {
110
return m_tfunc->eval(m_time);
111
}
112
return 1.;
113
}
114
115
double FlowDevice::outletSpeciesMassFlowRate(size_t k)
116
{
Callers
nothing calls this directly
Calls
1
eval
Method · 0.45
Tested by
no test coverage detected