Skip to content

Commit edc05e1

Browse files
trb5016Travis Bement
andauthored
Added Volumetric Heat Capacity Quantity (#949)
Co-authored-by: Travis Bement <[email protected]>
1 parent e26b5cd commit edc05e1

23 files changed

+3182
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"Name": "VolumetricHeatCapacity",
3+
"BaseUnit": "JoulePerCubicMeterKelvin",
4+
"XmlDoc": "The volumetric heat capacity is the amount of energy that must be added, in the form of heat, to one unit of volume of the material in order to cause an increase of one unit in its temperature.",
5+
"XmlDocRemarks": "https://en.wikipedia.org/wiki/Volumetric_heat_capacity",
6+
"BaseDimensions": {
7+
"M": 1,
8+
"L": -1,
9+
"T": -2,
10+
"Θ": -1
11+
},
12+
"Units": [
13+
{
14+
"SingularName": "JoulePerCubicMeterKelvin",
15+
"PluralName": "JoulesPerCubicMeterKelvin",
16+
"FromUnitToBaseFunc": "x",
17+
"FromBaseToUnitFunc": "x",
18+
"Prefixes": [ "Kilo", "Mega" ],
19+
"Localization": [
20+
{
21+
"Culture": "en-US",
22+
"Abbreviations": [ "J/m³·K" ]
23+
}
24+
]
25+
},
26+
{
27+
"SingularName": "JoulePerCubicMeterDegreeCelsius",
28+
"PluralName": "JoulesPerCubicMeterDegreeCelsius",
29+
"FromUnitToBaseFunc": "x",
30+
"FromBaseToUnitFunc": "x",
31+
"Prefixes": [ "Kilo", "Mega" ],
32+
"Localization": [
33+
{
34+
"Culture": "en-US",
35+
"Abbreviations": [ "J/m³·°C" ]
36+
}
37+
]
38+
},
39+
{
40+
"SingularName": "CaloriePerCubicCentimeterDegreeCelsius",
41+
"PluralName": "CaloriesPerCubicCentimeterDegreeCelsius",
42+
"FromUnitToBaseFunc": "x / 2.388459e-7",
43+
"FromBaseToUnitFunc": "x * 2.388459e-7",
44+
"Prefixes": [ "Kilo" ],
45+
"Localization": [
46+
{
47+
"Culture": "en-US",
48+
"Abbreviations": [ "cal/cm³·°C" ]
49+
}
50+
]
51+
},
52+
{
53+
"SingularName": "BtuPerCubicFootDegreeFahrenheit",
54+
"PluralName": "BtusPerCubicFootDegreeFahrenheit",
55+
"FromUnitToBaseFunc": "x / 1.4910660e-5",
56+
"FromBaseToUnitFunc": "x * 1.4910660e-5",
57+
"Localization": [
58+
{
59+
"Culture": "en-US",
60+
"Abbreviations": [ "BTU/ft³·°F" ]
61+
}
62+
]
63+
}
64+
]
65+
}

UnitsNet.NanoFramework/GeneratedCode/Quantities/VolumetricHeatCapacity.g.cs

Lines changed: 270 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnitsNet.NanoFramework/GeneratedCode/Units/VolumetricHeatCapacityUnit.g.cs

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)