-
Notifications
You must be signed in to change notification settings - Fork 407
Expand file tree
/
Copy pathBrakeSpecificFuelConsumption.json
More file actions
52 lines (52 loc) · 1.57 KB
/
BrakeSpecificFuelConsumption.json
File metadata and controls
52 lines (52 loc) · 1.57 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
49
50
51
52
{
"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",
"BaseUnits": {
"L": "Meter",
"T": "Second"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "kg/J" ]
}
]
},
{
"SingularName": "PoundPerMechanicalHorsepowerHour",
"PluralName": "PoundsPerMechanicalHorsepowerHour",
"FromUnitToBaseFunc": "{x} * (0.45359237 / (76.0402249 * 9.80665))/3600",
"FromBaseToUnitFunc": "{x} * 3600 / (0.45359237 / (76.0402249 * 9.80665))",
"XmlDocSummary": "The pound per horse power hour uses mechanical horse power and the imperial pound",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lb/hph" ]
}
]
}
]
}