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

Method designOutdoorAirFlowRate

src/model/SizingSystem.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 boost::optional<double> SizingSystem_Impl::designOutdoorAirFlowRate() const {
70 return getDouble(OS_Sizing_SystemFields::DesignOutdoorAirFlowRate, true);
71 }
72
73 bool SizingSystem_Impl::isDesignOutdoorAirFlowRateDefaulted() const {
74 return isEmpty(OS_Sizing_SystemFields::DesignOutdoorAirFlowRate);

Callers 3

TEST_FFunction · 0.80
translateSizingSystemMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64