forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ForceChangeRate.json
66 lines (66 loc) · 1.92 KB
/
ForceChangeRate.json
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
55
56
57
58
59
60
61
62
63
64
65
66
{
"Name": "ForceChangeRate",
"BaseUnit": "NewtonPerSecond",
"XmlDocSummary": "Force change rate is the ratio of the force change to the time during which the change occurred (value of force changes per unit time).",
"BaseDimensions": {
"L": 1,
"M": 1,
"T": -3
},
"Units": [
{
"SingularName": "NewtonPerMinute",
"PluralName": "NewtonsPerMinute",
"FromUnitToBaseFunc": "{x} / 60",
"FromBaseToUnitFunc": "{x} * 60",
"Prefixes": [ "Deca", "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "N/min" ]
}
]
},
{
"SingularName": "NewtonPerSecond",
"PluralName": "NewtonsPerSecond",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Nano", "Micro", "Milli", "Centi", "Deci", "Deca", "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "N/s" ]
}
]
},
{
"SingularName": "PoundForcePerMinute",
"PluralName": "PoundsForcePerMinute",
"FromUnitToBaseFunc": "{x} * 4.4482216152605095551842641431421 / 60",
"FromBaseToUnitFunc": "{x} / 4.4482216152605095551842641431421 * 60",
"Prefixes": [ "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lbf/min" ],
"AbbreviationsForPrefixes": { "Kilo": [ "kipf/min", "kip/min", "k/min" ] }
}
]
},
{
"SingularName": "PoundForcePerSecond",
"PluralName": "PoundsForcePerSecond",
"FromUnitToBaseFunc": "{x} * 4.4482216152605095551842641431421",
"FromBaseToUnitFunc": "{x} / 4.4482216152605095551842641431421",
"Prefixes": [ "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lbf/s" ],
"AbbreviationsForPrefixes": { "Kilo": [ "kipf/s", "kip/s", "k/s" ] }
}
]
}
]
}