forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RotationalStiffnessPerLength.json
49 lines (49 loc) · 1.39 KB
/
RotationalStiffnessPerLength.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
{
"Name": "RotationalStiffnessPerLength",
"BaseUnit": "NewtonMeterPerRadianPerMeter",
"XmlDocSummary": "https://en.wikipedia.org/wiki/Stiffness#Rotational_stiffness",
"BaseDimensions": {
"L": 1,
"M": 1,
"T": -2
},
"Units": [
{
"SingularName": "NewtonMeterPerRadianPerMeter",
"PluralName": "NewtonMetersPerRadianPerMeter",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Kilo", "Mega" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "N·m/rad/m", "Nm/rad/m" ]
}
]
},
{
"SingularName": "PoundForceFootPerDegreesPerFoot",
"PluralName": "PoundForceFeetPerDegreesPerFeet",
"FromUnitToBaseFunc": "{x} * 254.864324570",
"FromBaseToUnitFunc": "{x} / 254.864324570",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lbf·ft/deg/ft" ]
}
]
},
{
"SingularName": "KilopoundForceFootPerDegreesPerFoot",
"PluralName": "KilopoundForceFeetPerDegreesPerFeet",
"FromUnitToBaseFunc": "{x} * 254864.324570",
"FromBaseToUnitFunc": "{x} / 254864.324570",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "kipf·ft/°/ft", "kip·ft/°/ft", "k·ft/°/ft", "kipf·ft/deg/ft", "kip·ft/deg/ft", "k·ft/deg/ft" ]
}
]
}
]
}