forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForce.json
138 lines (138 loc) · 3.83 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
{
"Name": "Force",
"BaseUnit": "Newton",
"XmlDoc": "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",
"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": [ "Ton" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "тс" ]
}
]
},
{
"SingularName": "Newton",
"PluralName": "Newtons",
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Prefixes": [ "Micro", "Milli", "Deca", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "N" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "Н" ],
"AbbreviationsWithPrefixes": [ "мкН", "мН", "даН", "кН", "МН" ]
}
]
},
{
"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",
"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",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lbf" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "фунт-сила" ]
}
]
},
{
"SingularName": "OunceForce",
"PluralName": "OunceForce",
"FromUnitToBaseFunc": "x*2.780138509537812e-1",
"FromBaseToUnitFunc": "x/2.780138509537812e-1",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "ozf" ]
}
]
}
]
}