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

Method plantLoop

src/model/SizingPlant.cpp:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 PlantLoop SizingPlant_Impl::plantLoop() const {
53 boost::optional<PlantLoop> value = optionalPlantLoop();
54 if (!value) {
55 LOG_AND_THROW(briefDescription() << " does not have a Plant Loop attached.");
56 }
57 return value.get();
58 }
59
60 std::string SizingPlant_Impl::loopType() const {
61 boost::optional<std::string> value = getString(OS_Sizing_PlantFields::LoopType, true);

Callers 15

measure.rbFile · 0.45
osm2iso.rbFile · 0.45
addToNodeMethod · 0.45
addToNodeMethod · 0.45
addToNodeMethod · 0.45
removeMethod · 0.45
addToNodeMethod · 0.45
addToNodeMethod · 0.45
removeMethod · 0.45
chilledWaterPlantLoopMethod · 0.45
hotWaterPlantLoopMethod · 0.45
addToNodeMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 15

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36