Skip to content

Commit 53e5b84

Browse files
authored
Rename ThermalResistance to ThermalInsulance (#1460)
As part of #1200
1 parent 623d195 commit 53e5b84

19 files changed

+744
-741
lines changed

Common/UnitDefinitions/ThermalResistance.json renamed to Common/UnitDefinitions/ThermalInsulance.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"Name": "ThermalResistance",
2+
"Name": "ThermalInsulance",
33
"BaseUnit": "SquareMeterKelvinPerKilowatt",
4-
"XmlDocSummary": "Heat Transfer Coefficient or Thermal conductivity - indicates a materials ability to conduct heat.",
4+
"XmlDocSummary": "Thermal insulance (R-value) is a measure of a material's resistance to the heat current. It quantifies how effectively a material can resist the transfer of heat through conduction, convection, and radiation. It has the units square metre kelvins per watt (m2⋅K/W) in SI units or square foot degree Fahrenheit–hours per British thermal unit (ft2⋅°F⋅h/Btu) in imperial units. The higher the thermal insulance, the better a material insulates against heat transfer. It is commonly used in construction to assess the insulation properties of materials such as walls, roofs, and insulation products.",
55
"BaseDimensions": {
66
"M": -1,
77
"T": 3,

Common/UnitEnumValues.g.json

+8
Original file line numberDiff line numberDiff line change
@@ -1862,5 +1862,13 @@
18621862
"Sievert": 9,
18631863
"Kilosievert": 3,
18641864
"Megasievert": 6
1865+
},
1866+
"ThermalInsulance": {
1867+
"HourSquareFeetDegreeFahrenheitPerBtu": 2,
1868+
"SquareCentimeterHourDegreeCelsiusPerKilocalorie": 6,
1869+
"SquareCentimeterKelvinPerWatt": 7,
1870+
"SquareMeterDegreeCelsiusPerWatt": 3,
1871+
"SquareMeterKelvinPerKilowatt": 5,
1872+
"SquareMeterKelvinPerWatt": 4
18651873
}
18661874
}

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

+217
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)