diff --git a/PRIVATE b/PRIVATE index 96c32ba42..b898a8b55 160000 --- a/PRIVATE +++ b/PRIVATE @@ -1 +1 @@ -Subproject commit 96c32ba4237a51eaad92cd139e1a716ee5b32493 +Subproject commit b898a8b5552bd9d1c555edc3d8134564dd32fe53 diff --git a/examples/config/Phase_Phenopowerlaw_BCC-Martensite.yaml b/examples/config/Phase_Phenopowerlaw_BCC-Martensite.yaml index 3ad6779eb..f2066b373 100644 --- a/examples/config/Phase_Phenopowerlaw_BCC-Martensite.yaml +++ b/examples/config/Phase_Phenopowerlaw_BCC-Martensite.yaml @@ -1,17 +1,12 @@ # Tasan et.al. 2015 Acta Materalia # Tasan et.al. 2015 International Journal of Plasticity # Diehl et.al. 2015 Meccanica -Martensite: - lattice: cI - mechanical: - elastic: {C_11: 417.4e+9, C_12: 242.4e+9, C_44: 211.1e+9, type: Hooke} - plastic: - N_sl: [12, 12] - a_sl: 2.0 - dot_gamma_0_sl: 0.001 - h_0_sl-sl: 563.0e+9 - h_sl-sl: [1, 1.4, 1, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4] - n_sl: 20 - type: phenopowerlaw - xi_0_sl: [405.8e+6, 456.7e+6] - xi_inf_sl: [872.9e+6, 971.2e+6] +N_sl: [12, 12] +a_sl: 2.0 +dot_gamma_0_sl: 0.001 +h_0_sl-sl: 563.0e+9 +h_sl-sl: [1, 1.4, 1, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4] +n_sl: 20 +type: phenopowerlaw +xi_0_sl: [405.8e+6, 456.7e+6] +xi_inf_sl: [872.9e+6, 971.2e+6] diff --git a/examples/config/phase/AISI304.yaml b/examples/config/phase/AISI304.yaml new file mode 100644 index 000000000..0ca55635b --- /dev/null +++ b/examples/config/phase/AISI304.yaml @@ -0,0 +1,6 @@ +references: + - H.M. Ledbetter + physica status solidi (a) 85(1):89-96, 1984 + https://doi.org/10.1002/pssa.2210850111 +lattice: cF +rho: 7937.0 diff --git a/examples/config/phase/mechanical/eigen/thermalexpansion_AISI304.yaml b/examples/config/phase/mechanical/eigen/thermalexpansion_AISI304.yaml new file mode 100644 index 000000000..6a3b339bb --- /dev/null +++ b/examples/config/phase/mechanical/eigen/thermalexpansion_AISI304.yaml @@ -0,0 +1,7 @@ +type: thermalexpansion +references: + - R.H. Bogaard et al. + Thermochimica Acta 218:373-393, 1993 + https://doi.org/10.1016/0040-6031(93)80437-F +A_11: 15.0e-6 +T_ref: 300.0 diff --git a/examples/config/phase/mechanical/elastic/Hooke_AISI304.yaml b/examples/config/phase/mechanical/elastic/Hooke_AISI304.yaml new file mode 100644 index 000000000..70fbd25c7 --- /dev/null +++ b/examples/config/phase/mechanical/elastic/Hooke_AISI304.yaml @@ -0,0 +1,8 @@ +type: Hooke +references: + - H.M. Ledbetter + physica status solidi (a) 85(1):89-96, 1984 + https://doi.org/10.1002/pssa.2210850111 +C_11: 204.6e+9 +C_12: 137.7e+9 +C_44: 126.2e+9 diff --git a/examples/config/phase/mechanical/elastic/Hooke_SAE1050-martensite.yaml b/examples/config/phase/mechanical/elastic/Hooke_SAE1050-martensite.yaml new file mode 100644 index 000000000..7ba941066 --- /dev/null +++ b/examples/config/phase/mechanical/elastic/Hooke_SAE1050-martensite.yaml @@ -0,0 +1,8 @@ +type: Hooke +references: + - S.A. Kim and W.L. Johnson, + Materials Science & Engineering A 452-453:633-639, 2007, + https://doi.org/10.1016/j.msea.2006.11.147 +C_11: 268.1e+9 +C_12: 111.2e+9 +C_44: 79.06e+9 diff --git a/examples/config/phase/thermal/AISI304.yaml b/examples/config/phase/thermal/AISI304.yaml new file mode 100644 index 000000000..ef09fd850 --- /dev/null +++ b/examples/config/phase/thermal/AISI304.yaml @@ -0,0 +1,9 @@ +references: + - B.F. Blackwell et al. + Proceedings of 34th National Heat Transfer Conference 2000 + https://www.osti.gov/servlets/purl/760791 + - R.H. Bogaard et al. + Thermochimica Acta 218:373-393, 1993 + https://doi.org/10.1016/0040-6031(93)80437-F +C_p: 470.0 +K_11: 14.34 diff --git a/examples/config/phase/thermal/Steel-0.5C.yaml b/examples/config/phase/thermal/steel-0.5C.yaml similarity index 100% rename from examples/config/phase/thermal/Steel-0.5C.yaml rename to examples/config/phase/thermal/steel-0.5C.yaml