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

Method flowRateperPerson

src/model/ZoneMixing.cpp:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 }
204
205 boost::optional<double> ZoneMixing_Impl::flowRateperPerson() const {
206 return getDouble(OS_ZoneMixingFields::FlowRateperPerson, true);
207 }
208
209 boost::optional<double> ZoneMixing_Impl::airChangesperHour() const {
210 return getDouble(OS_ZoneMixingFields::AirChangesperHour, true);

Callers 5

hardSizeMethod · 0.95
TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateZoneMixingMethod · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36