forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Force.json
185 lines (185 loc) · 6.86 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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"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",
"XmlDocSummary": "One dyne is equal to 10 micronewtons, 10e−5 N or to 10 nsn (nanosthenes) in the old metre–tonne–second system of units.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Dyne#Definition",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "dyn" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "дин" ]
}
]
},
{
"SingularName": "KilogramForce",
"PluralName": "KilogramsForce",
"FromUnitToBaseFunc": "{x} * 9.80665",
"FromBaseToUnitFunc": "{x} / 9.80665",
"XmlDocSummary": "The kilogram-force, or kilopond, is equal to the magnitude of the force exerted on one kilogram of mass in a 9.80665 m/s2 gravitational field (standard gravity). Therefore, one kilogram-force is by definition equal to 9.80665 N.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Kilogram-force",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "kgf" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "кгс" ]
}
]
},
{
"SingularName": "TonneForce",
"PluralName": "TonnesForce",
"FromUnitToBaseFunc": "{x} * (9.80665 * 1000)",
"FromBaseToUnitFunc": "{x} / (9.80665 * 1000)",
"XmlDocSummary": "The tonne-force, metric ton-force, megagram-force, and megapond (Mp) are each 1000 kilograms-force.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Kilogram-force#Related_units",
"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}",
"XmlDocSummary": "The newton (symbol: N) is the unit of force in the International System of Units (SI). It is defined as 1 kg⋅m/s2, the force which gives a mass of 1 kilogram an acceleration of 1 metre per second per second.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Newton_(unit)",
"Prefixes": [ "Micro", "Milli", "Deca", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "N" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "Н" ]
}
]
},
{
"SingularName": "KiloPond",
"PluralName": "KiloPonds",
"FromUnitToBaseFunc": "{x} * 9.80665",
"FromBaseToUnitFunc": "{x} / 9.80665",
"XmlDocSummary": "The kilogram-force, or kilopond, is equal to the magnitude of the force exerted on one kilogram of mass in a 9.80665 m/s2 gravitational field (standard gravity). Therefore, one kilogram-force is by definition equal to 9.80665 N.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Kilogram-force",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "kp" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "кгс" ]
}
]
},
{
"SingularName": "Poundal",
"PluralName": "Poundals",
"BaseUnits": {
"L": "Foot",
"M": "Pound",
"T": "Second"
},
"FromUnitToBaseFunc": "{x} * 0.138254954376",
"FromBaseToUnitFunc": "{x} / 0.138254954376",
"XmlDocSummary": "The poundal is defined as the force necessary to accelerate 1 pound-mass at 1 foot per second per second. 1 pdl = 0.138254954376 N exactly.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Poundal",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "pdl" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "паундаль" ]
}
]
},
{
"SingularName": "PoundForce",
"PluralName": "PoundsForce",
"FromUnitToBaseFunc": "{x} * 4.4482216152605",
"FromBaseToUnitFunc": "{x} / 4.4482216152605",
"XmlDocSummary": "The standard values of acceleration of the standard gravitational field (gn) and the international avoirdupois pound (lb) result in a pound-force equal to 4.4482216152605 N.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Pound_(force)#Definitions",
"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} * (4.4482216152605 / 16)",
"FromBaseToUnitFunc": "{x} / (4.4482216152605 / 16)",
"XmlDocSummary": "An ounce-force is 1⁄16 of a pound-force, or about 0.2780139 newtons.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Ounce#Ounce-force",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "ozf" ]
}
]
},
{
"SingularName": "ShortTonForce",
"PluralName": "ShortTonsForce",
"FromUnitToBaseFunc": "{x} * (4.4482216152605 * 2000)",
"FromBaseToUnitFunc": "{x} / (4.4482216152605 * 2000)",
"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" ]
}
]
}
]
}