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

Method sourcePlantLoop

src/model/CentralHeatPumpSystem.cpp:245–247  ·  view source on GitHub ↗

Convenience Function to return the Source Loop **/

Source from the content-addressed store, hash-verified

243
244 /** Convenience Function to return the Source Loop **/
245 boost::optional<PlantLoop> CentralHeatPumpSystem_Impl::sourcePlantLoop() const {
246 return WaterToWaterComponent_Impl::secondaryPlantLoop();
247 }
248
249 /** Convenience Function to return the Heating Loop **/
250 boost::optional<PlantLoop> CentralHeatPumpSystem_Impl::heatingPlantLoop() const {

Callers 3

TEST_FFunction · 0.80
populateBranchMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64