forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDynamicViscosity.json
51 lines (51 loc) · 1.31 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
{
"Name": "DynamicViscosity",
"BaseUnit": "NewtonSecondPerMeterSquared",
"XmlDoc": "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": [ "PaS" ]
}
]
},
{
"SingularName": "Poise",
"PluralName": "Poise",
"FromUnitToBaseFunc": "x/10",
"FromBaseToUnitFunc": "x*10",
"Prefixes": [ "Centi" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "P" ]
}
]
}
]
}