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

Method ventilationType

src/model/ZoneVentilationDesignFlowRate.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 std::string ZoneVentilationDesignFlowRate_Impl::ventilationType() const {
136 boost::optional<std::string> value = getString(OS_ZoneVentilation_DesignFlowRateFields::VentilationType, true);
137 OS_ASSERT(value);
138 return value.get();
139 }
140
141 double ZoneVentilationDesignFlowRate_Impl::fanPressureRise() const {
142 boost::optional<double> value = getDouble(OS_ZoneVentilation_DesignFlowRateFields::FanPressureRise, true);

Callers 3

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64