MCPcopy 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
110void 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
120WallBase& ReactorBase::wall(size_t n)
121{

Callers 2

WallBaseMethod · 0.45
installMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected