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

Method optimumPartLoadRatio

src/model/BoilerSteam.cpp:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 boost::optional<double> BoilerSteam_Impl::optimumPartLoadRatio() const {
114 return getDouble(OS_Boiler_SteamFields::OptimumPartLoadRatio, true);
115 }
116
117 boost::optional<double> BoilerSteam_Impl::coefficient1ofFuelUseFunctionofPartLoadRatioCurve() const {
118 return getDouble(OS_Boiler_SteamFields::Coefficient1ofFuelUseFunctionofPartLoadRatioCurve, true);

Callers 9

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
translateBoilerSteamMethod · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36