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