| 94 | } |
| 95 | |
| 96 | double ReactorNet::distance() { |
| 97 | if (!m_timeIsIndependent) { |
| 98 | return m_time; |
| 99 | } else { |
| 100 | throw CanteraError("ReactorNet::distance", "Distance is not the independent" |
| 101 | " variable for this reactor network."); |
| 102 | } |
| 103 | } |
| 104 | |
| 105 | void ReactorNet::initialize() |
| 106 | { |
no test coverage detected