| 189 | } |
| 190 | |
| 191 | std::string ZoneMixing_Impl::designFlowRateCalculationMethod() const { |
| 192 | boost::optional<std::string> value = getString(OS_ZoneMixingFields::DesignFlowRateCalculationMethod, true); |
| 193 | OS_ASSERT(value); |
| 194 | return value.get(); |
| 195 | } |
| 196 | |
| 197 | boost::optional<double> ZoneMixing_Impl::designFlowRate() const { |
| 198 | return getDouble(OS_ZoneMixingFields::DesignFlowRate, true); |