Add temperature property conversions

This commit is contained in:
Codex
2026-03-07 21:27:55 +00:00
parent d5c6b8d3c2
commit c9484bee7f

View File

@@ -2640,6 +2640,22 @@ The registry currently contains 416 unique calculator slugs.
- [x] Romer difference to newton difference (`romer-difference-to-newton-difference`) - [x] Romer difference to newton difference (`romer-difference-to-newton-difference`)
- [x] Reaumur difference to romer difference (`reaumur-difference-to-romer-difference`) - [x] Reaumur difference to romer difference (`reaumur-difference-to-romer-difference`)
- [x] Romer difference to reaumur difference (`romer-difference-to-reaumur-difference`) - [x] Romer difference to reaumur difference (`romer-difference-to-reaumur-difference`)
- [ ] Thermal expansion coefficient (per °C) to per °F (`thermal-expansion-coefficient-per-c-to-per-f`)
- [ ] Thermal expansion coefficient (per °F) to per °C (`thermal-expansion-coefficient-per-f-to-per-c`)
- [ ] Thermal resistance (K/W) to °F·hour/BTU (`thermal-resistance-k-per-watt-to-fahrenheit-hour-btu`)
- [ ] Thermal resistance (°F·hour/BTU) to K/W (`thermal-resistance-fahrenheit-hour-btu-to-k-per-watt`)
- [ ] Thermal conductivity (W/(m·K)) to BTU/(hr·ft·°F) (`thermal-conductivity-w-per-meter-k-to-btu-per-hour-foot-fahrenheit`)
- [ ] Thermal conductivity (BTU/(hr·ft·°F)) to W/(m·K) (`thermal-conductivity-btu-per-hour-foot-fahrenheit-to-w-per-meter-k`)
- [ ] Specific heat capacity (J/(kg·K)) to cal/(g·°C) (`specific-heat-j-per-kg-k-to-cal-per-gram-c`)
- [ ] Specific heat capacity (cal/(g·°C)) to J/(kg·K) (`specific-heat-cal-per-gram-c-to-j-per-kg-k`)
- [ ] Specific heat capacity (J/(kg·K)) to Btu/(lb·°F) (`specific-heat-j-per-kg-k-to-btu-per-pound-f`)
- [ ] Specific heat capacity (Btu/(lb·°F)) to J/(kg·K) (`specific-heat-btu-per-pound-f-to-j-per-kg-k`)
- [ ] Volumetric heat capacity (J/(m³·K)) to Btu/(ft³·°F) (`volumetric-heat-capacity-j-per-cubic-meter-k-to-btu-per-cubic-foot-f`)
- [ ] Volumetric heat capacity (Btu/(ft³·°F)) to J/(m³·K) (`volumetric-heat-capacity-btu-per-cubic-foot-f-to-j-per-cubic-meter-k`)
- [ ] Heat flux density (W/m²) to BTU/(hr·ft²) (`heat-flux-density-w-per-square-meter-to-btu-per-hour-square-foot`)
- [ ] Heat flux density (BTU/(hr·ft²)) to W/m² (`heat-flux-density-btu-per-hour-square-foot-to-w-per-square-meter`)
- [ ] Heat transfer coefficient (W/(m²·K)) to BTU/(hr·ft²·°F) (`heat-transfer-coefficient-w-per-square-meter-k-to-btu-per-hour-square-foot-f`)
- [ ] Heat transfer coefficient (BTU/(hr·ft²·°F)) to W/(m²·K) (`heat-transfer-coefficient-btu-per-hour-square-foot-f-to-w-per-square-meter-k`)
- [x] Centigrams to Milligrams - [x] Centigrams to Milligrams
- [x] Centiliters to Milliliters - [x] Centiliters to Milliliters
- [x] Centimeters to Cubits - [x] Centimeters to Cubits