-
Notifications
You must be signed in to change notification settings - Fork 384
/
Force.json
169 lines (169 loc) · 4.91 KB
/
Force.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"Name": "Force",
"BaseUnit": "Newton",
"XmlDocSummary": "In physics, a force is any influence that causes an object to undergo a certain change, either concerning its movement, direction, or geometrical construction. In other words, a force can cause an object with mass to change its velocity (which includes to begin moving from a state of rest), i.e., to accelerate, or a flexible object to deform, or both. Force can also be described by intuitive concepts such as a push or a pull. A force has both magnitude and direction, making it a vector quantity. It is measured in the SI unit of newtons and represented by the symbol F.",
"BaseDimensions": {
"L": 1,
"M": 1,
"T": -2
},
"Units": [
{
"SingularName": "Dyn",
"PluralName": "Dyne",
"BaseUnits": {
"L": "Centimeter",
"M": "Gram",
"T": "Second"
},
"FromUnitToBaseFunc": "{x} / 1e5",
"FromBaseToUnitFunc": "{x} * 1e5",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "dyn" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "дин" ]
}
]
},
{
"SingularName": "KilogramForce",
"PluralName": "KilogramsForce",
"FromUnitToBaseFunc": "{x} * 9.80665002864",
"FromBaseToUnitFunc": "{x} / 9.80665002864",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "kgf" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "кгс" ]
}
]
},
{
"SingularName": "TonneForce",
"PluralName": "TonnesForce",
"FromUnitToBaseFunc": "{x} * 9.80665002864e3",
"FromBaseToUnitFunc": "{x} / 9.80665002864e3",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "tf", "Ton" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "тс" ]
}
]
},
{
"SingularName": "Newton",
"PluralName": "Newtons",
"BaseUnits": {
"L": "Meter",
"M": "Kilogram",
"T": "Second"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Micro", "Milli", "Deca", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "N" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "Н" ]
}
]
},
{
"SingularName": "KiloPond",
"PluralName": "KiloPonds",
"FromUnitToBaseFunc": "{x} * 9.80665002864",
"FromBaseToUnitFunc": "{x} / 9.80665002864",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "kp" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "кгс" ]
}
]
},
{
"SingularName": "Poundal",
"PluralName": "Poundals",
"BaseUnits": {
"L": "Foot",
"M": "Pound",
"T": "Second"
},
"FromUnitToBaseFunc": "{x} * 0.13825502798973041652092282466083",
"FromBaseToUnitFunc": "{x} / 0.13825502798973041652092282466083",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "pdl" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "паундаль" ]
}
]
},
{
"SingularName": "PoundForce",
"PluralName": "PoundsForce",
"FromUnitToBaseFunc": "{x} * 4.4482216152605095551842641431421",
"FromBaseToUnitFunc": "{x} / 4.4482216152605095551842641431421",
"Prefixes": [ "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lbf" ],
"AbbreviationsForPrefixes": { "Kilo": [ "kipf", "kip", "k" ] }
},
{
"Culture": "ru-RU",
"Abbreviations": [ "фунт-сила" ],
"AbbreviationsForPrefixes": { "Kilo": [ "кипф", "койка", "К" ] }
}
]
},
{
"SingularName": "OunceForce",
"PluralName": "OunceForce",
"FromUnitToBaseFunc": "{x} * 2.780138509537812e-1",
"FromBaseToUnitFunc": "{x} / 2.780138509537812e-1",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "ozf" ]
}
]
},
{
"SingularName": "ShortTonForce",
"PluralName": "ShortTonsForce",
"FromUnitToBaseFunc": "{x} * 8.896443230521e3",
"FromBaseToUnitFunc": "{x} / 8.896443230521e3",
"XmlDocSummary": "The short ton-force is a unit of force equal to 2,000 pounds-force (907.18474 kgf), that is most commonly used in the United States – known there simply as the ton or US ton.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Ton-force#Short_ton-force",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "tf (short)", "t (US)f", "short tons-force" ]
}
]
}
]
}