add additional mechanical properties

This commit is contained in:
2019-02-04 22:48:32 +01:00
parent f3f73d1b9b
commit 899647370b
2 changed files with 26 additions and 3 deletions

View File

@@ -163,7 +163,16 @@
"Temper": "homogenized and stress relieved, O3"
},
"Mechanical Properties": {
"Yield strength": ["110-130", "MPa"]
"Yield strength": ["110-130", "MPa"],
"Ultimate tensile strength": ["230-290", "MPa"],
"Elongation": ["10-15", "%"],
"Hardness": {
"HBW": ["68-75", "2.5/62.5"]
}
},
"Source": {
"Type": "Web",
"URL": "https://gleich.de/en/wp-content/uploads/sites/4/2016/10/en_g.al_c250.pdf"
}
}
]