-
Notifications
You must be signed in to change notification settings - Fork 383
/
RotationalStiffness.json
100 lines (100 loc) · 2.94 KB
/
RotationalStiffness.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
{
"Name": "RotationalStiffness",
"BaseUnit": "NewtonMeterPerRadian",
"XmlDocSummary": "https://en.wikipedia.org/wiki/Stiffness#Rotational_stiffness",
"BaseDimensions": {
"L": 2,
"M": 1,
"T": -2
},
"Units": [
{
"SingularName": "NewtonMeterPerRadian",
"PluralName": "NewtonMetersPerRadian",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "N·m/rad", "Nm/rad" ]
}
]
},
{
"SingularName": "PoundForceFootPerDegrees",
"PluralName": "PoundForceFeetPerDegrees",
"FromUnitToBaseFunc": "{x} * 77.6826",
"FromBaseToUnitFunc": "{x} / 77.6826",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lbf·ft/deg" ]
}
]
},
{
"SingularName": "KilopoundForceFootPerDegrees",
"PluralName": "KilopoundForceFeetPerDegrees",
"FromUnitToBaseFunc": "{x} * 77682.6",
"FromBaseToUnitFunc": "{x} / 77682.6",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "kipf·ft/°", "kip·ft/°g", "k·ft/°", "kipf·ft/deg", "kip·ft/deg", "k·ft/deg" ]
}
]
},
{
"SingularName": "NewtonMillimeterPerDegree",
"PluralName": "NewtonMillimetersPerDegree",
"FromUnitToBaseFunc": "{x} * 180 / Math.PI * 0.001",
"FromBaseToUnitFunc": "{x} / 180 * Math.PI * 1000",
"Prefixes": [ "Nano", "Micro", "Milli", "Centi", "Deci", "Deca", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "N·mm/deg", "Nmm/deg", "N·mm/°", "Nmm/°" ]
}
]
},
{
"SingularName": "NewtonMeterPerDegree",
"PluralName": "NewtonMetersPerDegree",
"FromUnitToBaseFunc": "{x} * (180 / Math.PI)",
"FromBaseToUnitFunc": "{x} / (180 / Math.PI)",
"Prefixes": [ "Nano", "Micro", "Milli", "Centi", "Deci", "Deca", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "N·m/deg", "Nm/deg", "N·m/°", "Nm/°" ]
}
]
},
{
"SingularName": "NewtonMillimeterPerRadian",
"PluralName": "NewtonMillimetersPerRadian",
"FromUnitToBaseFunc": "{x} * 0.001",
"FromBaseToUnitFunc": "{x} * 1000",
"Prefixes": [ "Nano", "Micro", "Milli", "Centi", "Deci", "Deca", "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "N·mm/rad", "Nmm/rad" ]
}
]
},
{
"SingularName": "PoundForceFeetPerRadian",
"PluralName": "PoundForceFeetPerRadian",
"FromUnitToBaseFunc": "{x} * 1.3558179483314",
"FromBaseToUnitFunc": "{x} / 1.3558179483314",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lbf·ft/rad" ]
}
]
}
]
}