Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ createSIForce
Function
createSIForce
src/utilities/units/SIUnit.cpp:142–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
SIUnit createSIForce() {
143
return SIUnit(SIExpnt(1, 1, -2), 0,
"N"
);
144
}
145
146
SIUnit createSIEnergy() {
147
return SIUnit(SIExpnt(1, 2, -2), 0,
"J"
);
Callers
2
TEST_F
Function · 0.85
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.68
TEST_F
Function · 0.68