Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ createIPPower
Function
createIPPower
src/utilities/units/IPUnit.cpp:211–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
IPUnit createIPPower() {
212
return IPUnit(IPExpnt(0, 1, -1, 0, 0, 0, 0, 1)); // ft*lb_f/s
213
}
214
215
IPUnit createIPElectricCharge() {
216
return IPUnit(IPExpnt(0, 0, 1, 0, 1), 0,
"C"
);
Callers
2
units
Method · 0.85
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.68