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

Method setLoopType

src/model/SizingPlant.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 bool SizingPlant_Impl::setLoopType(const std::string& loopType) {
84 bool result = setString(OS_Sizing_PlantFields::LoopType, loopType);
85 return result;
86 }
87
88 bool SizingPlant_Impl::setDesignLoopExitTemperature(double designLoopExitTemperature) {
89 bool result = setDouble(OS_Sizing_PlantFields::DesignLoopExitTemperature, designLoopExitTemperature);

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