MCPcopy 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
211IPUnit createIPPower() {
212 return IPUnit(IPExpnt(0, 1, -1, 0, 0, 0, 0, 1)); // ft*lb_f/s
213}
214
215IPUnit createIPElectricCharge() {
216 return IPUnit(IPExpnt(0, 0, 1, 0, 1), 0, "C");

Callers 2

unitsMethod · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68