MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / supplyFan

Method supplyFan

src/model/AirLoopHVACUnitarySystem.cpp:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

cloneMethod · 0.95
childrenMethod · 0.95
removeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected