Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cantera/cantera
/ getState
Method
getState
src/zeroD/ReactorNet.cpp:573–578 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
571
}
572
573
void ReactorNet::getState(double* y)
574
{
575
for (size_t n = 0; n < m_reactors.size(); n++) {
576
m_reactors[n]->getState(y + m_start[n]);
577
}
578
}
579
580
void ReactorNet::getStateDae(double* y, double* ydot)
581
{
Callers
1
solveSteady
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected