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

Method flowRateperZoneFloorArea

src/model/ZoneMixing.cpp:675–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673 }
674
675 boost::optional<double> ZoneMixing::flowRateperZoneFloorArea() const {
676 DEPRECATED_AT_MSG(3, 5, 0, "Use flowRateperFloorArea instead.");
677 return getImpl<detail::ZoneMixing_Impl>()->flowRateperFloorArea();
678 }
679
680 bool ZoneMixing::setFlowRateperZoneFloorArea(double flowRateperZoneFloorArea) {
681 DEPRECATED_AT_MSG(3, 5, 0, "Use setFlowRateperFloorArea instead.");

Callers 2

TEST_FFunction · 0.45

Calls 1

flowRateperFloorAreaMethod · 0.80

Tested by 1

TEST_FFunction · 0.36