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

@@ -28,7 +28,12 @@
"chi_m": "Magnetic susceptibility; Molar susceptibility \[\chi\ti{m} = \kappa V\ti{m} = \kappa M / \rho \] where \(\kappa\) is the volume susceptibility, \(V\ti{m}\) is the molar volume of the substance, \(M\) the molar mass, and \(\rho\) the mass density. \(\kappa = \bold{M}/\bold{H}\) where \(\bold{H}\) is the magnetic filed and \(\bold{M}\) is magnetic moment per unit volume.",
},
"Mechanical Properties": {
"Yield strength": "R_{p0.2}"
"Yield strength": "R_{p0.2}",
"Ultimate tensile strength": "R_m",
"Elongation": "A_5",
"Hardness": {
"HBW": ""
}
},
"Thermodynamic Properties": {
"Crystal, Liquid, Gas": {
@@ -85,7 +90,12 @@
"crystal": "cubic|cubic crystals"
},
"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": [
{
@@ -96,6 +106,10 @@
["4-156", "Crystallographic Data"],
["8-13", "Borax Beads"]
]
},
{
"Type": "Web",
"URL": "http://"
}
]
}]

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"
}
}
]