/*! * \file castemelasticity_malls-uniaxialloading-2-2D.mtest * \brief * \author Helfer Thomas * \brief 4 dec. 2013 */ @AccelerationAlgorithm 'UAnderson'; @ModellingHypothesis 'Axisymmetrical'; @Behaviour '@MFrontCastemBehavioursBuildPath@' 'umatelasticity_malls'; @MaterialProperty 'YoungModulus' 215.e9; @MaterialProperty 'PoissonRatio' 0.3; @ImposedDrivingVariable 'FTT' {0:1.,1.:1.8}; @ImposedDrivingVariable 'FRZ' 0.; @ImposedDrivingVariable 'FZR' 0.; @ExternalStateVariable 'Temperature' 293.15; @Times {0.,1 in 10}; @Evolution 'ett' 'log(FTT**2)/2'; @Evolution 'err' '-PoissonRatio*ett'; @Evolution 'ezz' '-PoissonRatio*ett'; @Evolution 'J' 'sqrt(exp(2*err)*exp(2*ezz))*FTT'; @Evolution 'Ttt' 'YoungModulus*ett'; @Test {'SRR':'0','SZZ':'0'} 1.e-3; @Test {'STT':'Ttt/J'} 1.e-3; @Test {'SRZ':'0'} 1.e-3; @Test {'FRR': 'sqrt(exp(2*err))','FZZ': 'sqrt(exp(2*ezz))'} 1.e-10; @Test {'FRZ': '0', 'FZR':'0'} 1.e-10;