forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrakeSpecificFuelConsumption.json
More file actions
48 lines (48 loc) · 1.45 KB
/
BrakeSpecificFuelConsumption.json
File metadata and controls
48 lines (48 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"Name": "BrakeSpecificFuelConsumption",
"BaseUnit": "KilogramPerJoule",
"XmlDocSummary": "Brake specific fuel consumption (BSFC) is a measure of the fuel efficiency of any prime mover that burns fuel and produces rotational, or shaft, power. It is typically used for comparing the efficiency of internal combustion engines with a shaft output.",
"BaseDimensions": {
"L": -2,
"T": 2
},
"Units": [
{
"SingularName": "GramPerKiloWattHour",
"PluralName": "GramsPerKiloWattHour",
"FromUnitToBaseFunc": "{x} / 3.6e9",
"FromBaseToUnitFunc": "{x} * 3.6e9",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "g/kWh" ]
}
]
},
{
"SingularName": "KilogramPerJoule",
"PluralName": "KilogramsPerJoule",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "kg/J" ]
}
]
},
{
"SingularName": "PoundPerMechanicalHorsepowerHour",
"PluralName": "PoundsPerMechanicalHorsepowerHour",
"FromUnitToBaseFunc": "{x} * 1.689659410672e-7",
"FromBaseToUnitFunc": "{x} / 1.689659410672e-7",
"XmlDocSummary": "The pound per horse power hour uses mechanical horse power and the imperial pound",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lb/hph" ]
}
]
}
]
}