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

Method zoneMixing

src/model/ThermalZone.cpp:2477–2479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2475 }
2476
2477 std::vector<ZoneMixing> ThermalZone_Impl::zoneMixing() const {
2478 return getObject<ModelObject>().getModelObjectSources<ZoneMixing>();
2479 }
2480
2481 std::vector<ZoneMixing> ThermalZone_Impl::supplyZoneMixing() const {
2482 std::vector<ZoneMixing> result = this->zoneMixing();

Callers 3

removeMethod · 0.95
supplyZoneMixingMethod · 0.95
exhaustZoneMixingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected