-
Notifications
You must be signed in to change notification settings - Fork 391
/
Copy pathDynamicViscosity.json
104 lines (104 loc) · 2.83 KB
/
DynamicViscosity.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
{
"Name": "DynamicViscosity",
"BaseUnit": "NewtonSecondPerMeterSquared",
"XmlDocSummary": "The dynamic (shear) viscosity of a fluid expresses its resistance to shearing flows, where adjacent layers move parallel to each other with different speeds",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Viscosity#Dynamic_.28shear.29_viscosity",
"BaseDimensions": {
"L": -1,
"M": 1,
"T": -1
},
"Units": [
{
"SingularName": "NewtonSecondPerMeterSquared",
"PluralName": "NewtonSecondsPerMeterSquared",
"BaseUnits": {
"L": "Meter",
"M": "Kilogram",
"T": "Second"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Ns/m²" ]
}
]
},
{
"SingularName": "PascalSecond",
"PluralName": "PascalSeconds",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Milli", "Micro" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Pa·s", "PaS" ]
}
]
},
{
"SingularName": "Poise",
"PluralName": "Poise",
"FromUnitToBaseFunc": "{x} / 10",
"FromBaseToUnitFunc": "{x} * 10",
"Prefixes": [ "Centi" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "P" ]
}
]
},
{
"SingularName": "Reyn",
"PluralName": "Reyns",
"FromUnitToBaseFunc": "{x} * 4.4482216152605 / 0.00064516",
"FromBaseToUnitFunc": "{x} * 0.00064516 / 4.4482216152605",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "reyn" ]
}
]
},
{
"SingularName": "PoundForceSecondPerSquareInch",
"PluralName": "PoundsForceSecondPerSquareInch",
"FromUnitToBaseFunc": "{x} * 4.4482216152605 / 0.00064516",
"FromBaseToUnitFunc": "{x} * 0.00064516 / 4.4482216152605",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lbf·s/in²" ]
}
]
},
{
"SingularName": "PoundForceSecondPerSquareFoot",
"PluralName": "PoundsForceSecondPerSquareFoot",
"FromUnitToBaseFunc": "{x} * 4.4482216152605 / 9.290304e-2",
"FromBaseToUnitFunc": "{x} * 9.290304e-2 / 4.4482216152605",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lbf·s/ft²" ]
}
]
},
{
"SingularName": "PoundPerFootSecond",
"PluralName": "PoundsPerFootSecond",
"FromUnitToBaseFunc": "{x} * 0.45359237 / 0.3048",
"FromBaseToUnitFunc": "{x} * 0.3048 / 0.45359237",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lb/(ft·s)" ]
}
]
}
]
}