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

Method ratedElectricPowerOutput

src/model/GeneratorFuelCell.cpp:243–245  ·  view source on GitHub ↗

translated to ElectricLoadCenter:Generators 'Generator Rated Electric Power Output'

Source from the content-addressed store, hash-verified

241
242 // translated to ElectricLoadCenter:Generators 'Generator Rated Electric Power Output'
243 boost::optional<double> GeneratorFuelCell_Impl::ratedElectricPowerOutput() const {
244 return this->powerModule().nominalElectricalPower();
245 }
246
247 boost::optional<Schedule> GeneratorFuelCell_Impl::availabilitySchedule() const {
248 boost::optional<Schedule> schedule;

Callers

nothing calls this directly

Calls 2

powerModuleMethod · 0.95

Tested by

no test coverage detected