-
Notifications
You must be signed in to change notification settings - Fork 382
/
PorousMediumPermeability.json
54 lines (54 loc) · 1.33 KB
/
PorousMediumPermeability.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
{
"Name": "PorousMediumPermeability",
"BaseUnit": "SquareMeter",
"XmlDoc": "In fluid mechanics, permeability is the measure of the ability of a porous material to allow fluids to pass through it.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Permeability_(Earth_sciences)",
"BaseDimensions": {
"L": 2
},
"Units": [
{
"SingularName": "Darcy",
"PluralName": "Darcys",
"FromUnitToBaseFunc": "{x} * 9.869233e-13",
"FromBaseToUnitFunc": "{x} / 9.869233e-13",
"Prefixes": [ "Micro", "Milli" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "D" ]
}
]
},
{
"SingularName": "SquareMeter",
"PluralName": "SquareMeters",
"BaseUnits": {
"L": "Meter"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "m²" ]
}
]
},
{
"SingularName": "SquareCentimeter",
"PluralName": "SquareCentimeters",
"BaseUnits": {
"L": "Centimeter"
},
"FromUnitToBaseFunc": "{x} * 1e-4",
"FromBaseToUnitFunc": "{x} / 1e-4",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "cm²" ]
}
]
}
]
}