-
Notifications
You must be signed in to change notification settings - Fork 391
/
Copy pathSpecificVolume.json
45 lines (45 loc) · 1.16 KB
/
SpecificVolume.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
{
"Name": "SpecificVolume",
"BaseUnit": "CubicMeterPerKilogram",
"XmlDocSummary": "In thermodynamics, the specific volume of a substance is the ratio of the substance's volume to its mass. It is the reciprocal of density and an intrinsic property of matter as well.",
"BaseDimensions": {
"L": 3,
"M": -1
},
"Units": [
{
"SingularName": "CubicMeterPerKilogram",
"PluralName": "CubicMetersPerKilogram",
"BaseUnits": {
"L": "Meter",
"M": "Kilogram"
},
"FromUnitToBaseFunc": "{x}",
"FromBaseToUnitFunc": "{x}",
"Prefixes": [ "Milli" ],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "m³/kg" ]
}
]
},
{
"SingularName": "CubicFootPerPound",
"PluralName": "CubicFeetPerPound",
"BaseUnits": {
"L": "Foot",
"M": "Pound"
},
"FromUnitToBaseFunc": "{x} * 0.028316846592 / 0.45359237",
"FromBaseToUnitFunc": "{x} * 0.45359237 / 0.028316846592",
"Prefixes": [],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "ft³/lb" ]
}
]
}
]
}