| 94 | } |
| 95 | |
| 96 | std::vector<ModelObject> Mixer_Impl::inletModelObjects() const { |
| 97 | std::vector<ModelObject> result; |
| 98 | unsigned stop = nextBranchIndex(); |
| 99 | for (unsigned i = 0; i < stop; i++) { |
| 100 | result.push_back(this->inletModelObject(i).get()); |
| 101 | } |
| 102 | return result; |
| 103 | } |
| 104 | |
| 105 | std::vector<HVACComponent> Mixer_Impl::edges(const boost::optional<HVACComponent>& /*prev*/) { |
| 106 | std::vector<HVACComponent> edges; |