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

Method powerPerPerson

src/model/Lights.cpp:268–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 }
267
268 boost::optional<double> Lights_Impl::powerPerPerson() const {
269 OptionalDouble temp = lightsDefinition().wattsperPerson();
270 if (temp) {
271 return temp.get() * multiplier();
272 }
273 return temp;
274 }
275
276 double Lights_Impl::getLightingPower(double floorArea, double numPeople) const {
277 return lightsDefinition().getLightingPower(floorArea, numPeople) * multiplier();

Calls 2

wattsperPersonMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected