Skip to content

Rename ThermalResistance to ThermalInsulance #1460

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "ThermalResistance",
"Name": "ThermalInsulance",
"BaseUnit": "SquareMeterKelvinPerKilowatt",
"XmlDocSummary": "Heat Transfer Coefficient or Thermal conductivity - indicates a materials ability to conduct heat.",
"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.",
"BaseDimensions": {
"M": -1,
"T": 3,
Expand Down
8 changes: 8 additions & 0 deletions Common/UnitEnumValues.g.json
Original file line number Diff line number Diff line change
Expand Up @@ -1862,5 +1862,13 @@
"Sievert": 9,
"Kilosievert": 3,
"Megasievert": 6
},
"ThermalInsulance": {
"HourSquareFeetDegreeFahrenheitPerBtu": 2,
"SquareCentimeterHourDegreeCelsiusPerKilocalorie": 6,
"SquareCentimeterKelvinPerWatt": 7,
"SquareMeterDegreeCelsiusPerWatt": 3,
"SquareMeterKelvinPerKilowatt": 5,
"SquareMeterKelvinPerWatt": 4
}
}
217 changes: 217 additions & 0 deletions UnitsNet.NanoFramework/GeneratedCode/Quantities/ThermalInsulance.g.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading