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

Method addToNode

src/model/HeaderedPumpsConstantSpeed.cpp:247–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 }
246
247 bool HeaderedPumpsConstantSpeed_Impl::addToNode(Node& node) {
248 if (node.plantLoop()) {
249 return StraightComponent_Impl::addToNode(node);
250 }
251
252 return false;
253 }
254
255 boost::optional<double> HeaderedPumpsConstantSpeed_Impl::autosizedTotalRatedFlowRate() const {
256 return getAutosizedValue("Design Flow Rate", "m3/s");

Callers

nothing calls this directly

Calls 1

plantLoopMethod · 0.45

Tested by

no test coverage detected