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

Function createSIEnergyUseIntensity

src/utilities/units/SIUnit.cpp:194–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194SIUnit createSIEnergyUseIntensity() {
195 return SIUnit(SIExpnt(1, 0, -2), 0, "J/m^2");
196}
197
198SIUnit createSIPowerDensity() {
199 return SIUnit(SIExpnt(1, 0, -3), 0, "W/m^2");

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68