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

Method setHeatingDesignAirFlowMethod

src/model/SizingZone.cpp:425–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423 }
424
425 bool SizingZone_Impl::setHeatingDesignAirFlowMethod(const std::string& heatingDesignAirFlowMethod) {
426 bool result = setString(OS_Sizing_ZoneFields::HeatingDesignAirFlowMethod, heatingDesignAirFlowMethod);
427 return result;
428 }
429
430 void SizingZone_Impl::resetHeatingDesignAirFlowMethod() {
431 bool result = setString(OS_Sizing_ZoneFields::HeatingDesignAirFlowMethod, "");

Callers 10

translateThermalZoneMethod · 0.45
addSystemType3Function · 0.45
addSystemType4Function · 0.45
addSystemType9Function · 0.45
addSystemType10Function · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateSizingSystemMethod · 0.45
translateSizingZoneMethod · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36