| 195 | } |
| 196 | |
| 197 | boost::optional<double> ZoneMixing_Impl::designFlowRate() const { |
| 198 | return getDouble(OS_ZoneMixingFields::DesignFlowRate, true); |
| 199 | } |
| 200 | |
| 201 | boost::optional<double> ZoneMixing_Impl::flowRateperFloorArea() const { |
| 202 | return getDouble(OS_ZoneMixingFields::FlowRateperFloorArea, true); |
no outgoing calls