re-fit with correct conversion between Celsius and Kelvin
procedure is documented in the 'parameters' repository
This commit is contained in:
parent
b9195a121f
commit
64fbfbb206
|
@ -4,8 +4,8 @@ references:
|
||||||
- https://commons.wikimedia.org/wiki/File:Coefficient_dilatation_lineique_aciers.svg,
|
- https://commons.wikimedia.org/wiki/File:Coefficient_dilatation_lineique_aciers.svg,
|
||||||
fit to image description (Scilab code)
|
fit to image description (Scilab code)
|
||||||
|
|
||||||
Alpha_11: 12.70371e-6
|
Alpha_11: 10.2e-6
|
||||||
Alpha_11,T: 7.54e-9
|
Alpha_11,T: 1.260e-08
|
||||||
Alpha_11,T^2: -1.0e-11
|
Alpha_11,T^2: -1.000e-11
|
||||||
|
|
||||||
T_ref: 273.0
|
T_ref: 293.15
|
|
@ -2,9 +2,9 @@ type: thermalexpansion
|
||||||
|
|
||||||
references:
|
references:
|
||||||
- https://commons.wikimedia.org/wiki/File:Coefficient_dilatation_lineique_aciers.svg,
|
- 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: 10.1e-6
|
||||||
Alpha_11,T: 5.0e-9
|
Alpha_11,T: 5.000e-09
|
||||||
|
|
||||||
T_ref: 273.0
|
T_ref: 293.15
|
Loading…
Reference in New Issue