From fe5414c949beff50281e4e2ebe586bd41c762d6d Mon Sep 17 00:00:00 2001 From: Rahil Doshi <rahil.doshi@fau.de> Date: Fri, 28 Mar 2025 13:45:57 +0100 Subject: [PATCH] Update yaml file --- src/pymatlib/data/alloys/SS304L/SS304L.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/pymatlib/data/alloys/SS304L/SS304L.yaml b/src/pymatlib/data/alloys/SS304L/SS304L.yaml index 6b0e2e8..c33d7ed 100644 --- a/src/pymatlib/data/alloys/SS304L/SS304L.yaml +++ b/src/pymatlib/data/alloys/SS304L/SS304L.yaml @@ -173,18 +173,18 @@ properties: thermal_expansion_coefficient: 16.3e-6 specific_enthalpy: - file: ./304L_Erstarrungsdaten_edited.xlsx - temp_col: T (K) - prop_col: Enthalpy (J/kg) + compute: default + #OR + # compute: latent_heat_based - latent_heat_of_fusion: - file: ./304L_Erstarrungsdaten_edited.xlsx - temp_col: T (K) - prop_col: Latent heat (J/Kg) - #OR # latent_heat_of_fusion: - # key: [solidus_temperature, liquidus_temperature] - # val: [171401, 0] + # file: ./304L_Erstarrungsdaten_edited.xlsx + # temp_col: T (K) + # prop_col: Latent heat (J/Kg) + #OR + latent_heat_of_fusion: + key: [solidus_temperature, liquidus_temperature] + val: [0, 171401] # heat_conductivity: -- GitLab