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

Method startUpTime

src/model/GeneratorFuelCellPowerModule.cpp:183–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 }
182
183 double GeneratorFuelCellPowerModule_Impl::startUpTime() const {
184 boost::optional<double> value = getDouble(OS_Generator_FuelCell_PowerModuleFields::StartUpTime, true);
185 if (!value) {
186 LOG_AND_THROW(" does not have startUpTime.");
187 }
188 return value.get();
189 }
190
191 double GeneratorFuelCellPowerModule_Impl::startUpFuel() const {
192 boost::optional<double> value = getDouble(OS_Generator_FuelCell_PowerModuleFields::StartUpFuel, true);

Callers 2

TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64