| 945 | } |
| 946 | |
| 947 | Mixer AirLoopHVAC_Impl::demandMixer() const { |
| 948 | return this->zoneMixer(); |
| 949 | } |
| 950 | |
| 951 | bool AirLoopHVAC_Impl::addBranchForZone(openstudio::model::ThermalZone& thermalZone) { |
| 952 | boost::optional<HVACComponent> comp; |
no test coverage detected