re-fit with correct conversion between Celsius and Kelvin

procedure is documented in the 'parameters' repository
This commit is contained in:
Martin Diehl 2023-01-08 10:58:01 +01:00
parent b9195a121f
commit 64fbfbb206
2 changed files with 8 additions and 8 deletions

View File

@ -4,8 +4,8 @@ references:
- https://commons.wikimedia.org/wiki/File:Coefficient_dilatation_lineique_aciers.svg,
fit to image description (Scilab code)
Alpha_11: 12.70371e-6
Alpha_11,T: 7.54e-9
Alpha_11,T^2: -1.0e-11
Alpha_11: 10.2e-6
Alpha_11,T: 1.260e-08
Alpha_11,T^2: -1.000e-11
T_ref: 273.0
T_ref: 293.15

View File

@ -2,9 +2,9 @@ type: thermalexpansion
references:
- https://commons.wikimedia.org/wiki/File:Coefficient_dilatation_lineique_aciers.svg,
fit to image description (Scilab code)
fit to Scilab code for generating the image (T_min=100ºC, T_max=400ºC)
Alpha_11: 11.365e-6
Alpha_11,T: 5.0e-9
Alpha_11: 10.1e-6
Alpha_11,T: 5.000e-09
T_ref: 273.0
T_ref: 293.15