MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / setLoopDesignTemperatureDifference

Method setLoopDesignTemperatureDifference

src/model/SizingPlant.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 7

translateFluidSysMethod · 0.80
addSystemType1Function · 0.80
addSystemType5Function · 0.80
addSystemType7Function · 0.80
addSystemType8Function · 0.80
addSHWLoopFunction · 0.80
translateSizingPlantMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected