| 133 | } |
| 134 | |
| 135 | std::string ZoneVentilationDesignFlowRate_Impl::ventilationType() const { |
| 136 | boost::optional<std::string> value = getString(OS_ZoneVentilation_DesignFlowRateFields::VentilationType, true); |
| 137 | OS_ASSERT(value); |
| 138 | return value.get(); |
| 139 | } |
| 140 | |
| 141 | double ZoneVentilationDesignFlowRate_Impl::fanPressureRise() const { |
| 142 | boost::optional<double> value = getDouble(OS_ZoneVentilation_DesignFlowRateFields::FanPressureRise, true); |