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

Method setInitialVolume

include/cantera/zeroD/Reactor.h:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 void setInitialVolume(double vol) override {
70 m_vol = vol;
71 }
72
73 void setChemistry(bool cflag=true) override {
74 m_chem = cflag;

Callers 3

runexampleFunction · 0.45
TESTFunction · 0.45
reactor_setInitialVolumeFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36