Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
SIUnit createSIEnergyUseIntensity() {
195
return SIUnit(SIExpnt(1, 0, -2), 0,
"J/m^2"
);
196
}
197
198
SIUnit createSIPowerDensity() {
199
return SIUnit(SIExpnt(1, 0, -3), 0,
"W/m^2"
);
Callers
1
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.68