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

Method coolingPlantLoop

src/model/CentralHeatPumpSystem.cpp:240–242  ·  view source on GitHub ↗

Convenience Function to return the Cooling Loop **/

Source from the content-addressed store, hash-verified

238
239 /** Convenience Function to return the Cooling Loop **/
240 boost::optional<PlantLoop> CentralHeatPumpSystem_Impl::coolingPlantLoop() const {
241 return WaterToWaterComponent_Impl::plantLoop();
242 }
243
244 /** Convenience Function to return the Source Loop **/
245 boost::optional<PlantLoop> CentralHeatPumpSystem_Impl::sourcePlantLoop() const {

Callers 5

addToNodeMethod · 0.95
TEST_FFunction · 0.80
coolingComponentsFunction · 0.80
populateBranchMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64