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

Method autosizeDesignOutdoorAirFlowRate

src/model/SizingSystem.cpp:405–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403 }
404
405 void SizingSystem_Impl::autosizeDesignOutdoorAirFlowRate() {
406 bool result = setString(OS_Sizing_SystemFields::DesignOutdoorAirFlowRate, "Autosize");
407 OS_ASSERT(result);
408 }
409
410 bool SizingSystem_Impl::setCentralHeatingMaximumSystemAirFlowRatio(boost::optional<double> centralHeatingMaximumSystemAirFlowRatio) {
411 bool result = false;

Callers 6

addSystemType3Function · 0.80
addSystemType4Function · 0.80
addSystemType9Function · 0.80
addSystemType10Function · 0.80
TEST_FFunction · 0.80
translateSizingSystemMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64