forked from angularsen/UnitsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpecificVolume.json
37 lines (37 loc) · 987 Bytes
/
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
{
"Name": "SpecificVolume",
"BaseUnit": "CubicMeterPerKilogram",
"XmlDoc": "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",
"FromUnitToBaseFunc": "x",
"FromBaseToUnitFunc": "x",
"Prefixes": [],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "m³/kg" ]
}
]
},
{
"SingularName": "CubicFootPerPound",
"PluralName": "CubicFeetPerPound",
"FromUnitToBaseFunc": "x/16.01846353",
"FromBaseToUnitFunc": "x*16.01846353",
"Prefixes": [],
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "ft³/lb" ]
}
]
}
]
}