Skip to content
Snippets Groups Projects
Commit e9aa8941 authored by Rahil Doshi's avatar Rahil Doshi
Browse files

Correct latent_heat_of_fusion in yaml file

parent a7765ee0
Branches
No related merge requests found
Pipeline #77350 passed with stage
in 23 seconds
...@@ -40,7 +40,7 @@ properties: ...@@ -40,7 +40,7 @@ properties:
# 3.2 Key-val pair with references to defined temperatures # 3.2 Key-val pair with references to defined temperatures
latent_heat_of_fusion: latent_heat_of_fusion:
key: [solidus_temperature, liquidus_temperature] key: [solidus_temperature, liquidus_temperature]
val: [171401, 0] val: [0, 171401]
# 3.3 Key-val pair with tuple for temperature generation (increment) # 3.3 Key-val pair with tuple for temperature generation (increment)
thermal_expansion_coefficient: thermal_expansion_coefficient:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment