Skip to content

Rename ThermalResistance to ThermalInsulance - #1460

Merged
angularsen merged 1 commit into
angularsen:release/v6from
lipchev:rename-thermal-resistance-to-insulance
Dec 17, 2024
Merged

Rename ThermalResistance to ThermalInsulance#1460
angularsen merged 1 commit into
angularsen:release/v6from
lipchev:rename-thermal-resistance-to-insulance

Conversation

@lipchev

Copy link
Copy Markdown
Collaborator

As part of #1200

@lipchev

Copy link
Copy Markdown
CollaboratorAuthor

Note that this is also part of the quantities with rounded expressions (see #1393):

 {
"SingularName": "SquareCentimeterHourDegreeCelsiusPerKilocalorie",
"PluralName": "SquareCentimeterHourDegreesCelsiusPerKilocalorie",
"FromUnitToBaseFunc": "{x} * (0.0001 * 3600) / 4.184",
"FromBaseToUnitFunc": "{x} * 4.184 / (0.0001 * 3600)",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "cm²Hr°C/kcal" ]
}
]
},
{
"SingularName": "HourSquareFeetDegreeFahrenheitPerBtu",
"PluralName": "HourSquareFeetDegreesFahrenheitPerBtu",
"FromUnitToBaseFunc": "{x} * (1000 * 0.3048 * 0.3048 * 3600) / (1055.05585262 * 1.8)",
"FromBaseToUnitFunc": "{x} * (1055.05585262 * 1.8) / (1000 * 0.3048 * 0.3048 * 3600)",
"Localization": [
{
"Culture": "en-US",
"Abbreviations": [ "Hrft²°F/Btu" ]
}
]

@lipchev

Copy link
Copy Markdown
CollaboratorAuthor

Ah and by the way- we should consider switching the base unit to the SI unit: SquareMeterKelvinPerWatt (this is one of just several quantities which are don't match the SI base)

@angularsen
angularsen merged commit 53e5b84 into angularsen:release/v6Dec 17, 2024
@angularsenangularsen added this to the v6 milestone Dec 17, 2024
@angularsenangularsen mentioned this pull request Dec 17, 2024
28 tasks
@lipchev
lipchev deleted the rename-thermal-resistance-to-insulance branch April 11, 2025 20:23
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@lipchev@angularsen