| 295 | } |
| 296 | |
| 297 | boost::optional<RefrigerationSubcoolerMechanical> RefrigerationSystem_Impl::mechanicalSubcooler() const { |
| 298 | return getObject<ModelObject>().getModelObjectTarget<RefrigerationSubcoolerMechanical>(OS_Refrigeration_SystemFields::MechanicalSubcoolerName); |
| 299 | } |
| 300 | |
| 301 | boost::optional<RefrigerationSubcoolerLiquidSuction> RefrigerationSystem_Impl::liquidSuctionHeatExchangerSubcooler() const { |
| 302 | return getObject<ModelObject>().getModelObjectTarget<RefrigerationSubcoolerLiquidSuction>( |
no outgoing calls