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

Method inletPort

src/model/ZoneHVACComponent.cpp:462–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460 }
461
462 unsigned ZoneHVACComponent::inletPort() const {
463 return getImpl<detail::ZoneHVACComponent_Impl>()->inletPort();
464 }
465
466 unsigned ZoneHVACComponent::outletPort() const {
467 return getImpl<detail::ZoneHVACComponent_Impl>()->outletPort();

Callers 4

cloneMethod · 0.45
removeReturnPlenumMethod · 0.45
addToThermalZoneMethod · 0.45
addToNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected