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

Method generatorHeatSourceType

src/model/ChillerAbsorption.cpp:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 std::string ChillerAbsorption_Impl::generatorHeatSourceType() const {
171 boost::optional<std::string> value = getString(OS_Chiller_AbsorptionFields::GeneratorHeatSourceType, true);
172 OS_ASSERT(value);
173 return value.get();
174 }
175
176 boost::optional<double> ChillerAbsorption_Impl::designGeneratorFluidFlowRate() const {
177 return getDouble(OS_Chiller_AbsorptionFields::DesignGeneratorFluidFlowRate, true);

Callers 4

TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36