From f023410dad45201a84a4f7c5cda99eb4b4c47e7b Mon Sep 17 00:00:00 2001
From: Rahil Doshi <rahil.doshi@fau.de>
Date: Thu, 6 Mar 2025 16:36:57 +0100
Subject: [PATCH] Update composition of SS304L

---
 src/pymatlib/data/alloys/SS304L/SS304L.yaml | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/src/pymatlib/data/alloys/SS304L/SS304L.yaml b/src/pymatlib/data/alloys/SS304L/SS304L.yaml
index aa72e76..ece892b 100644
--- a/src/pymatlib/data/alloys/SS304L/SS304L.yaml
+++ b/src/pymatlib/data/alloys/SS304L/SS304L.yaml
@@ -115,12 +115,15 @@
 name: SS304L
 
 composition:
-  Fe: 0.675
-  Cr: 0.170
-  Ni: 0.120
-  Mo: 0.025
-  Mn: 0.010
-
+  C: 0.0002
+  Si: 0.0041
+  Mn: 0.016
+  P: 0.00028
+  S: 0.00002
+  Cr: 0.1909
+  N: 0.00095
+  Ni: 0.0806
+  Fe: 0.70695
 
 solidus_temperature: 1605
 liquidus_temperature: 1735
-- 
GitLab