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

Method flowRateperFloorArea

src/model/ZoneMixing.cpp:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 boost::optional<double> ZoneMixing_Impl::flowRateperFloorArea() const {
202 return getDouble(OS_ZoneMixingFields::FlowRateperFloorArea, true);
203 }
204
205 boost::optional<double> ZoneMixing_Impl::flowRateperPerson() const {
206 return getDouble(OS_ZoneMixingFields::FlowRateperPerson, true);

Callers 4

hardSizeMethod · 0.95
TEST_FFunction · 0.80
translateZoneMixingMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64