| 175 | } |
| 176 | |
| 177 | boost::optional<double> FanSystemModel_Impl::designMaximumAirFlowRate() const { |
| 178 | return getDouble(OS_Fan_SystemModelFields::DesignMaximumAirFlowRate, true); |
| 179 | } |
| 180 | |
| 181 | bool FanSystemModel_Impl::isDesignMaximumAirFlowRateAutosized() const { |
| 182 | bool result = false; |
no outgoing calls