/*! * \file mono_dd_cfc.mtest * \brief * \author jmp * \brief 23 mai 2013 */ @AccelerationAlgorithm 'CrossedSecant'; @Real 'G' 80000.; @Real 'nu' 0.3; @Real 'young' 'G*2.6'; @Behaviour '@MFrontCastemBehavioursBuildPath@' 'umatmonocrystal_dd_cfc'; @MaterialProperty 'YoungModulus1' 'young'; @MaterialProperty 'YoungModulus2' 'young'; @MaterialProperty 'YoungModulus3' 'young'; @MaterialProperty 'PoissonRatio12' 'nu'; @MaterialProperty 'PoissonRatio13' 'nu'; @MaterialProperty 'PoissonRatio23' 'nu'; @MaterialProperty 'ShearModulus12' 'G'; @MaterialProperty 'ShearModulus13' 'G'; @MaterialProperty 'ShearModulus23' 'G'; @MaterialProperty 'tauf' 105.; @MaterialProperty 'y' 2.5e-7; @MaterialProperty 'pn' 5.; @MaterialProperty 'gamma0' 1.e-3; @MaterialProperty 'a' 0.13; @MaterialProperty 'b' 0.005; @MaterialProperty 'rhoref' 1.E6; @MaterialProperty 'alpha' 0.35; @MaterialProperty 'beta' 2.54e-7; @MaterialProperty 'Mu' 'G'; @Real 'rho0' '1.e6*beta*beta' ; @InternalStateVariable 'omega[0]' 'rho0'; @InternalStateVariable 'omega[1]' 'rho0'; @InternalStateVariable 'omega[2]' 'rho0'; @InternalStateVariable 'omega[3]' 'rho0'; @InternalStateVariable 'omega[4]' 'rho0'; @InternalStateVariable 'omega[5]' 'rho0'; @InternalStateVariable 'omega[6]' 'rho0'; @InternalStateVariable 'omega[7]' 'rho0'; @InternalStateVariable 'omega[8]' 'rho0'; @InternalStateVariable 'omega[9]' 'rho0'; @InternalStateVariable 'omega[10]' 'rho0'; @InternalStateVariable 'omega[11]' 'rho0'; @ExternalStateVariable 'Temperature' 293.15; @ImposedStress 'SZZ' {0.: 0., 1. : 550. }; @Times {0.,1. in 1000}; @Test '@top_srcdir@/mfront/tests/behaviours/references/monocrystal_dd_cfc.ref' {'EZZ':4} 1.e-6; @Test '@top_srcdir@/mfront/tests/behaviours/references/monocrystal_dd_cfc.ref' {'omega[0]':22} 1.e-10;