-
Notifications
You must be signed in to change notification settings - Fork 407
Expand file tree
/
Copy pathPorousMediumPermeability.json
More file actions
56 lines (56 loc) · 1.6 KB
/
PorousMediumPermeability.json
File metadata and controls
56 lines (56 loc) · 1.6 KB
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
{
"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",
"XmlDocSummary": "The darcy (or darcy unit) and millidarcy (md or mD) are units of permeability, named after Henry Darcy. They are not SI units, but they are widely used in petroleum engineering and geology.",
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Darcy_(unit)",
"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²" ]
}
]
}
]
}