forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DynamicViscosity.json
99 lines (99 loc) · 2.66 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
{
"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",
"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} * 6.8947572931683613e3",
"FromBaseToUnitFunc": "{x} / 6.8947572931683613e3",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "reyn" ]
}
]
},
{
"SingularName": "PoundForceSecondPerSquareInch",
"PluralName": "PoundsForceSecondPerSquareInch",
"FromUnitToBaseFunc": "{x} * 6.8947572931683613e3",
"FromBaseToUnitFunc": "{x} / 6.8947572931683613e3",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lbf·s/in²" ]
}
]
},
{
"SingularName": "PoundForceSecondPerSquareFoot",
"PluralName": "PoundsForceSecondPerSquareFoot",
"FromUnitToBaseFunc": "{x} * 4.7880258980335843e1",
"FromBaseToUnitFunc": "{x} / 4.7880258980335843e1",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lbf·s/ft²" ]
}
]
},
{
"SingularName": "PoundPerFootSecond",
"PluralName": "PoundsPerFootSecond",
"FromUnitToBaseFunc": "{x} * 1.4881639",
"FromBaseToUnitFunc": "{x} / 1.4881639",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "lb/ft·s" ]
}
]
}
]
}