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

Method heatingCoil

src/model/AirLoopHVACUnitarySystem.cpp:316–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 }
315
316 boost::optional<HVACComponent> AirLoopHVACUnitarySystem_Impl::heatingCoil() const {
317 return getObject<ModelObject>().getModelObjectTarget<HVACComponent>(OS_AirLoopHVAC_UnitarySystemFields::HeatingCoilName);
318 }
319
320 double AirLoopHVACUnitarySystem_Impl::dXHeatingCoilSizingRatio() const {
321 boost::optional<double> value = getDouble(OS_AirLoopHVAC_UnitarySystemFields::DXHeatingCoilSizingRatio, true);

Callers 3

cloneMethod · 0.95
childrenMethod · 0.95
removeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected