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

Method supplementalHeatingCoil

src/model/AirLoopHVACUnitarySystem.cpp:377–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375 }
376
377 boost::optional<HVACComponent> AirLoopHVACUnitarySystem_Impl::supplementalHeatingCoil() const {
378 return getObject<ModelObject>().getModelObjectTarget<HVACComponent>(OS_AirLoopHVAC_UnitarySystemFields::SupplementalHeatingCoilName);
379 }
380
381 std::string AirLoopHVACUnitarySystem_Impl::supplyAirFlowRateMethodDuringCoolingOperation() const {
382 boost::optional<std::string> value = getString(OS_AirLoopHVAC_UnitarySystemFields::SupplyAirFlowRateMethodDuringCoolingOperation, true);

Callers 15

cloneMethod · 0.95
childrenMethod · 0.95
removeMethod · 0.95

Calls

no outgoing calls

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36