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:
committed by
Chris Hennes
parent
3aa55b0f7b
commit
0603113ba2
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user