Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cantera/cantera
/ addWall
Method
addWall
src/zeroD/ReactorBase.cpp:110–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
void ReactorBase::addWall(WallBase& w, int lr)
111
{
112
m_wall.push_back(&w);
113
if (lr == 0) {
114
m_lr.push_back(0);
115
} else {
116
m_lr.push_back(1);
117
}
118
}
119
120
WallBase& ReactorBase::wall(size_t n)
121
{
Callers
2
WallBase
Method · 0.45
install
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected