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

Method setDesignLoopExitTemperature

src/model/SizingPlant.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 bool SizingPlant_Impl::setDesignLoopExitTemperature(double designLoopExitTemperature) {
89 bool result = setDouble(OS_Sizing_PlantFields::DesignLoopExitTemperature, designLoopExitTemperature);
90 OS_ASSERT(result);
91 return result;
92 }
93
94 bool SizingPlant_Impl::setLoopDesignTemperatureDifference(double loopDesignTemperatureDifference) {
95 bool result = setDouble(OS_Sizing_PlantFields::LoopDesignTemperatureDifference, loopDesignTemperatureDifference);

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