| 92 | } |
| 93 | |
| 94 | bool SizingPlant_Impl::setLoopDesignTemperatureDifference(double loopDesignTemperatureDifference) { |
| 95 | bool result = setDouble(OS_Sizing_PlantFields::LoopDesignTemperatureDifference, loopDesignTemperatureDifference); |
| 96 | return result; |
| 97 | } |
| 98 | |
| 99 | boost::optional<PlantLoop> SizingPlant_Impl::optionalPlantLoop() const { |
| 100 | return getObject<ModelObject>().getModelObjectTarget<PlantLoop>(OS_Sizing_PlantFields::PlantorCondenserLoopName); |
no outgoing calls
no test coverage detected