-
Notifications
You must be signed in to change notification settings - Fork 387
/
Copy pathKinematicViscosity.json
57 lines (57 loc) · 1.44 KB
/
KinematicViscosity.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
{
"Name": "KinematicViscosity",
"BaseUnit": "SquareMeterPerSecond",
"XmlDocSummary": "The viscosity of a fluid is a measure of its resistance to gradual deformation by shear stress or tensile stress.",
"XmlDocRemarks": "http://en.wikipedia.org/wiki/Viscosity",
"BaseDimensions": {
"L": 2,
"T": -1
},
"Units": [
{
"SingularName": "SquareMeterPerSecond",
"PluralName": "SquareMetersPerSecond",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "m²/s" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "м²/с" ]
}
]
},
{
"SingularName": "Stokes",
"PluralName": "Stokes",
"FromUnitToBaseFunc": "{x} / 1e4",
"FromBaseToUnitFunc": "{x} * 1e4",
"Prefixes": [ "Nano", "Micro", "Milli", "Centi", "Deci", "Kilo" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "St" ]
},
{
"Culture": "ru-RU",
"Abbreviations": [ "Ст" ]
}
]
},
{
"SingularName": "SquareFootPerSecond",
"PluralName": "SquareFeetPerSecond",
"FromUnitToBaseFunc": "{x} / 10.7639",
"FromBaseToUnitFunc": "{x} * 10.7639",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "ft²/s" ]
}
]
}
]
}