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

Method isDesignOutdoorAirFlowRateDefaulted

src/model/SizingSystem.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 bool SizingSystem_Impl::isDesignOutdoorAirFlowRateDefaulted() const {
74 return isEmpty(OS_Sizing_SystemFields::DesignOutdoorAirFlowRate);
75 }
76
77 bool SizingSystem_Impl::isDesignOutdoorAirFlowRateAutosized() const {
78 bool result = false;

Callers 2

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

isEmptyFunction · 0.85

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64