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

Method sourceSideWaterLoop

src/model/HeatPumpPlantLoopEIRHeating.cpp:113–115  ·  view source on GitHub ↗

Convenience Function to return the Source Side (Condenser) Water Loop (HeatPump on demand side) **/

Source from the content-addressed store, hash-verified

111
112 /** Convenience Function to return the Source Side (Condenser) Water Loop (HeatPump on demand side) **/
113 boost::optional<PlantLoop> HeatPumpPlantLoopEIRHeating_Impl::sourceSideWaterLoop() const {
114 return WaterToWaterComponent_Impl::secondaryPlantLoop();
115 }
116
117 /** Convenience Function to return the Heat Recovery Loop (HeatPump on demand side - tertiary) **/
118 boost::optional<PlantLoop> HeatPumpPlantLoopEIRHeating_Impl::heatRecoveryLoop() const {

Callers 3

addToNodeMethod · 0.95
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36