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

Method heatingPlantLoop

src/model/CentralHeatPumpSystem.cpp:250–252  ·  view source on GitHub ↗

Convenience Function to return the Heating Loop **/

Source from the content-addressed store, hash-verified

248
249 /** Convenience Function to return the Heating Loop **/
250 boost::optional<PlantLoop> CentralHeatPumpSystem_Impl::heatingPlantLoop() const {
251 return WaterToWaterComponent_Impl::tertiaryPlantLoop();
252 }
253
254 bool CentralHeatPumpSystem_Impl::setChillerHeaterModuleList(const boost::optional<ModelObjectList>& modelObjectList) {
255 bool result(false);

Callers 5

addToNodeMethod · 0.95
TEST_FFunction · 0.80
heatingComponentsFunction · 0.80
populateBranchMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64