From e7e5f9a57c2da12a791bd3ac75e67a504aa8b93e Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Mon, 22 Feb 2021 10:30:34 -0500 Subject: [PATCH] more robust air stiffness values --- examples/ConfigFiles/Phase_Isotropic_FreeSurface.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/ConfigFiles/Phase_Isotropic_FreeSurface.yaml b/examples/ConfigFiles/Phase_Isotropic_FreeSurface.yaml index db1636f28..3e245cc6e 100644 --- a/examples/ConfigFiles/Phase_Isotropic_FreeSurface.yaml +++ b/examples/ConfigFiles/Phase_Isotropic_FreeSurface.yaml @@ -1,9 +1,8 @@ -# Maiti and Eisenlohr 2018 Scripta Materialia Air: lattice: aP mechanics: output: [F, P, Fe, Fp, Lp] - elasticity: {type: hooke, C_11: 10e9, C_12: 0.0} + elasticity: {type: hooke, C_11: 1e8, C_12: 1e6} plasticity: type: isotropic output: [xi] @@ -14,4 +13,4 @@ Air: M: 3 h_0: 1e6 a: 2 - dilatation: true + dilatation: True