forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Impulse.json
73 lines (73 loc) · 1.99 KB
/
Impulse.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
{
"Name": "Impulse",
"BaseUnit": "NewtonSecond",
"XmlDocSummary": "In classical mechanics, impulse is the integral of a force, F, over the time interval, t, for which it acts. Impulse applied to an object produces an equivalent vector change in its linear momentum, also in the resultant direction.",
"BaseDimensions": {
"L": 1,
"M": 1,
"T": -1
},
"Units": [
{
"SingularName": "KilogramMeterPerSecond",
"PluralName": "KilogramMetersPerSecond",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "kg·m/s" ]
}
]
},
{
"SingularName": "NewtonSecond",
"PluralName": "NewtonSeconds",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Nano", "Micro", "Milli", "Centi", "Deci", "Deca", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "N·s" ]
}
]
},
{
"SingularName": "PoundFootPerSecond",
"PluralName": "PoundFeetPerSecond",
"FromUnitToBaseFunc": "{x} / 7.230657989877",
"FromBaseToUnitFunc": "{x} * 7.230657989877",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lb·ft/s" ]
}
]
},
{
"SingularName": "PoundForceSecond",
"PluralName": "PoundForceSeconds",
"FromUnitToBaseFunc": "{x} / 0.2248089430997",
"FromBaseToUnitFunc": "{x} * 0.2248089430997",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lbf·s" ]
}
]
},
{
"SingularName": "SlugFootPerSecond",
"PluralName": "SlugFeetPerSecond",
"FromUnitToBaseFunc": "{x} / 0.224735720691",
"FromBaseToUnitFunc": "{x} * 0.224735720691",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "slug·ft/s" ]
}
]
}
]
}