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

Method heatRecoveryLoop

src/model/HeatPumpPlantLoopEIRHeating.cpp:118–120  ·  view source on GitHub ↗

Convenience Function to return the Heat Recovery Loop (HeatPump on demand side - tertiary) **/

Source from the content-addressed store, hash-verified

116
117 /** Convenience Function to return the Heat Recovery Loop (HeatPump on demand side - tertiary) **/
118 boost::optional<PlantLoop> HeatPumpPlantLoopEIRHeating_Impl::heatRecoveryLoop() const {
119 return WaterToWaterComponent_Impl::tertiaryPlantLoop();
120 }
121
122 boost::optional<Node> HeatPumpPlantLoopEIRHeating_Impl::sourceSideWaterInletNode() const {
123 boost::optional<Node> result;

Callers 1

addToNodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected