| 297 | } |
| 298 | |
| 299 | boost::optional<HVACComponent> AirLoopHVACUnitarySystem_Impl::supplyFan() const { |
| 300 | return getObject<ModelObject>().getModelObjectTarget<HVACComponent>(OS_AirLoopHVAC_UnitarySystemFields::SupplyFanName); |
| 301 | } |
| 302 | |
| 303 | boost::optional<std::string> AirLoopHVACUnitarySystem_Impl::fanPlacement() const { |
| 304 | // No default, and return uninitialized if empty |