From 40ca9d249a8e18993158bfdb0926f702a17997ac Mon Sep 17 00:00:00 2001 From: Tias Maiti Date: Fri, 29 Sep 2017 15:35:02 -0700 Subject: [PATCH] added phase material configuration for buffer layers in free surface simuations --- .../Phase_Isotropic_FreeSurface.config | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 examples/ConfigFiles/Phase_Isotropic_FreeSurface.config diff --git a/examples/ConfigFiles/Phase_Isotropic_FreeSurface.config b/examples/ConfigFiles/Phase_Isotropic_FreeSurface.config new file mode 100644 index 000000000..80f65ff46 --- /dev/null +++ b/examples/ConfigFiles/Phase_Isotropic_FreeSurface.config @@ -0,0 +1,25 @@ +[Air] + +## Isotropic Material model to simulate free surfaces ## +## For more information see paper Maiti+Eisenlohr2018, Scripta Materialia, +## "Fourier-based spectral method solution to finite strain crystal plasticity with free surfaces" + +elasticity hooke +plasticity isotropic + +/dilatation/ + +(output) flowstress +(output) strainrate + +lattice_structure isotropic +c11 110.9e9 +c12 0.0 +taylorfactor 3 +tau0 31e6 +gdot0 0.001 +n 20 +h0 75e6 +tausat 63e6 +w0 2.25 +atol_resistance 1 \ No newline at end of file