/*! * \file anisotropiclemaitreviscoplasticbehaviour.mtest * \brief Loi de LemaƮtre anisotrope * \author jmp * \brief 11 avril 2014 */ @Behaviour '@MFrontAsterBehavioursBuildPath@' 'asteranistropiclemaitreviscoplasticbehaviour'; @MaterialProperty 'YoungModulus' 80000.; @MaterialProperty 'PoissonRatio' 0.35; @MaterialProperty 'a[0]' 2.4 ; @MaterialProperty 'a[1]' 0.2 ; @MaterialProperty 'a[2]' 9.4 ; @MaterialProperty 'm[0]' 0. ; @MaterialProperty 'm[1]' 0.80E-04 ; @MaterialProperty 'm[2]' 0.99E-04 ; @MaterialProperty 'pn[0]' 4.4 ; @MaterialProperty 'pn[1]' 3.0 ; @MaterialProperty 'pn[2]' 6.1 ; @MaterialProperty 'Q[0]' 19900. ; @MaterialProperty 'Q[1]' 21000. ; @MaterialProperty 'Q[2]' 6200. ; @MaterialProperty 'M1[0]' 1. ; @MaterialProperty 'M1[1]' 1. ; @MaterialProperty 'M1[2]' 1. ; @MaterialProperty 'M1[3]' 0.75 ; @MaterialProperty 'M1[4]' 0.75 ; @MaterialProperty 'M1[5]' 0.75 ; @MaterialProperty 'M3[0]' 1. ; @MaterialProperty 'M3[1]' 1. ; @MaterialProperty 'M3[2]' 1. ; @MaterialProperty 'M3[3]' 0.75 ; @MaterialProperty 'M3[4]' 0.75 ; @MaterialProperty 'M3[5]' 0.75 ; @ExternalStateVariable 'Temperature' 700. ; @ExternalStateVariable 'ALPHPUR' 1. ; @ExternalStateVariable 'ALPHBETA' 0. ; @Evolution 'TC' 'Temperature'; @Real 'e1' '1.6875e-3*1.414'; @Real 'e2' '8.4375e-4*1.414'; @Real 'e3' '2.53125e-3*1.414'; @ImposedStrain 'EXY' { 0.0: 0.0, 0.625 : 'e1', 1.25 :'e2', 1.875:'e3', 2.5: 0.0, 3.125: '-e3', 3.75: '-e2' , 4.375:'-e1' , 5.0: 0.0}; @ImposedStrain 'EXZ' {0.0: 0.0, 0.625: '-e2', 1.25: 'e2', 1.875: 'e1', 2.5: 0.0, 3.125: '-e1', 3.75: '-e2', 4.375: 'e2', 5.0: 0.0}; @ImposedStrain 'EYZ' {0.0: 0.0, 0.625: 0.0, 1.25: 'e1', 1.875: '-e2', 2.5: 0.0, 3.125: 'e2', 3.75: '-e1', 4.375: 0.0, 5.0: 0.0 }; @ImposedStrain 'EXX' { 0.: 0.0, 10. : 0 }; @ImposedStrain 'EYY' { 0.: 0.0, 10. : 0 }; @ImposedStrain 'EZZ' { 0.: 0.0, 10. : 0 }; @Times { 0.0, 0.625 in 5, 1.25 in 5, 1.875 in 5, 2.5 in 5, 3.125 in 5, 3.75in 5, 4.375 in 5 , 5.0 in 5}; @Test '@top_srcdir@/mfront/tests/behaviours/references/AnistropicLemaitreViscoplasticBehaviour.ref' {'SXY':31} 4.5e-2 ; @Test '@top_srcdir@/mfront/tests/behaviours/references/AnistropicLemaitreViscoplasticBehaviour.ref' {'SXZ':32} 4.5e-2 ; @Test '@top_srcdir@/mfront/tests/behaviours/references/AnistropicLemaitreViscoplasticBehaviour.ref' {'SYZ':33} 4.5e-2 ;