| 55 | } |
| 56 | |
| 57 | double LoadingIndex_Impl::compressorSpeed() const { |
| 58 | boost::optional<double> value = |
| 59 | getDouble(OS_AirConditioner_VariableRefrigerantFlow_FluidTemperatureControl_LoadingIndexFields::CompressorSpeed, true); |
| 60 | OS_ASSERT(value); |
| 61 | return value.get(); |
| 62 | } |
| 63 | |
| 64 | Curve LoadingIndex_Impl::evaporativeCapacityMultiplierFunctionofTemperatureCurve() const { |
| 65 | boost::optional<Curve> value = optionalEvaporativeCapacityMultiplierFunctionofTemperatureCurve(); |