| 252 | } |
| 253 | |
| 254 | CoilCoolingDXCurveFitPerformance CoilCoolingDX_Impl::performanceObject() const { |
| 255 | boost::optional<CoilCoolingDXCurveFitPerformance> value = optionalPerformanceObject(); |
| 256 | if (!value) { |
| 257 | LOG_AND_THROW(briefDescription() << " does not have an Performance Object attached."); |
| 258 | } |
| 259 | return value.get(); |
| 260 | } |
| 261 | |
| 262 | // boost::optional<std::string> CoilCoolingDX_Impl::condensateCollectionWaterStorageTankName() const { |
| 263 | // return getString(OS_Coil_Cooling_DXFields::CondensateCollectionWaterStorageTankName,true); |