forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpecificFuelConsumption.json
More file actions
54 lines (54 loc) · 1.44 KB
/
SpecificFuelConsumption.json
File metadata and controls
54 lines (54 loc) · 1.44 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
53
54
{
"Name": "SpecificFuelConsumption",
"BaseUnit": "GramPerKilonewtonSecond",
"XmlDocSummary": "SFC is the fuel efficiency of an engine design with respect to thrust output",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Thrust-specific_fuel_consumption",
"BaseDimensions": {
"L": -1,
"T": 1
},
"Units": [
{
"SingularName": "PoundMassPerPoundForceHour",
"PluralName": "PoundsMassPerPoundForceHour",
"FromUnitToBaseFunc": "{x} * 28.33",
"FromBaseToUnitFunc": "{x} / 28.33",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lb/(lbf·h)" ]
}
]
},
{
"SingularName": "KilogramPerKilogramForceHour",
"PluralName": "KilogramsPerKilogramForceHour",
"FromUnitToBaseFunc": "{x} * 28.33",
"FromBaseToUnitFunc": "{x} / 28.33",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "kg/(kgf�h)" ]
}
]
},
{
"SingularName": "GramPerKilonewtonSecond",
"PluralName": "GramsPerKilonewtonSecond",
"BaseUnits": {
"L": "Meter",
"T": "Second"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "g/(kN�s)" ],
"AbbreviationsForPrefixes": { "Kilo": [ "kg/(kN�s)" ] }
}
]
}
]
}