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

Method setMinimumPartLoadRatio

src/model/BoilerSteam.cpp:216–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 }
215
216 bool BoilerSteam_Impl::setMinimumPartLoadRatio(boost::optional<double> minimumPartLoadRatio) {
217 bool result(false);
218 if (minimumPartLoadRatio) {
219 result = setDouble(OS_Boiler_SteamFields::MinimumPartLoadRatio, minimumPartLoadRatio.get());
220 } else {
221 resetMinimumPartLoadRatio();
222 result = true;
223 }
224 return result;
225 }
226
227 void BoilerSteam_Impl::resetMinimumPartLoadRatio() {
228 bool result = setString(OS_Boiler_SteamFields::MinimumPartLoadRatio, "");

Callers 15

translateChillerMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
makeAWHPFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 14

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
makeAWHPFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36