-
Notifications
You must be signed in to change notification settings - Fork 383
/
LeakRate.json
55 lines (55 loc) · 1.49 KB
/
LeakRate.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
{
"Name": "LeakRate",
"BaseUnit": "PascalCubicMeterPerSecond",
"XmlDocSummary": "A leakage rate of QL = 1 Pa-m³/s is given when the pressure in a closed, evacuated container with a volume of 1 m³ rises by 1 Pa per second or when the pressure in the container drops by 1 Pa in the event of overpressure.",
"XmlDocRemarks": "https://www.leybold.com/en-in/knowledge/vacuum-fundamentals/leak-detection/definition-and-measurement-of-vacuum-leaks",
"BaseDimensions": {
"M": 1,
"L": 2,
"T": -3
},
"Units": [
{
"SingularName": "PascalCubicMeterPerSecond",
"PluralName": "PascalCubicMetersPerSecond",
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [
"Pa·m³/s"
]
}
]
},
{
"SingularName": "MillibarLiterPerSecond",
"PluralName": "MillibarLitersPerSecond",
"FromUnitToBaseFunc": "{x} / 10",
"FromBaseToUnitFunc": "{x} * 10",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [
"mbar·l/s"
]
}
]
},
{
"SingularName": "TorrLiterPerSecond",
"PluralName": "TorrLitersPerSecond",
"FromUnitToBaseFunc": "{x} / 7.5",
"FromBaseToUnitFunc": "{x} * 7.5",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [
"Torr·l/s"
]
}
]
}
]
}