Core: Fix Thermal Conductivity units conversion

It appears that unit conversions for thermal conductivity were reversed
when migrating to the new system versus conversions in 1.0 and earlier.
This commit is contained in:
David Carter
2025-05-29 22:53:23 -04:00
committed by Chris Hennes
parent 732335119f
commit 77ce4e0aed

View File

@@ -121,8 +121,8 @@ inline const UnitsSchemaSpec s3
{ 0 , "kg/mm^3" , 1.0 }}
},
{ "ThermalConductivity", {
{ 1e6 , "W/m/K" , 1e6 },
{ 0 , "W/mm/K" , 1e3 }}
{ 0 , "W/m/K" , 1e3 },
{ 1e6 , "W/mm/K" , 1e6 }}
},
{ "ThermalExpansionCoefficient", {
{ 1e-3 , "\xC2\xB5m/m/K" , 1e-6 },