From e9aa8941ff62a7bc4db4cf1c48b6f2c43be1ca56 Mon Sep 17 00:00:00 2001 From: Rahil Doshi <rahil.doshi@fau.de> Date: Thu, 27 Mar 2025 10:21:34 +0100 Subject: [PATCH] Correct latent_heat_of_fusion in yaml file --- src/pymatlib/data/alloys/SS304L/SS304L_comprehensive.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pymatlib/data/alloys/SS304L/SS304L_comprehensive.yaml b/src/pymatlib/data/alloys/SS304L/SS304L_comprehensive.yaml index 9e579c5..a3353e5 100644 --- a/src/pymatlib/data/alloys/SS304L/SS304L_comprehensive.yaml +++ b/src/pymatlib/data/alloys/SS304L/SS304L_comprehensive.yaml @@ -40,7 +40,7 @@ properties: # 3.2 Key-val pair with references to defined temperatures latent_heat_of_fusion: key: [solidus_temperature, liquidus_temperature] - val: [171401, 0] + val: [0, 171401] # 3.3 Key-val pair with tuple for temperature generation (increment) thermal_expansion_coefficient: -- GitLab