| 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); |
no outgoing calls