/*! * \file castemmieheapellambrechtlogarithmicstrain-uniaxialloading-3-3D.mtest * \brief * \author Helfer Thomas * \brief 4 dec. 2013 */ @MaximumNumberOfSubSteps 1; @AccelerationAlgorithm 'AlternateSecant'; @Behaviour '@MFrontCastemBehavioursBuildPath@' 'umatlogarithmicstrainelasticity'; @StressEpsilon 1.e2; @MaterialProperty 'YoungModulus' 215.e9; @MaterialProperty 'PoissonRatio' 0.3; @ImposedDrivingVariable 'FYY' {0:1.,1.:1.8}; @ImposedDrivingVariable 'FXY' 0.; @ImposedDrivingVariable 'FYX' 0.; @ImposedDrivingVariable 'FXZ' 0.; @ImposedDrivingVariable 'FZX' 0.; @ImposedDrivingVariable 'FYZ' 0.; @ImposedDrivingVariable 'FZY' 0.; @ExternalStateVariable 'Temperature' 293.15; @Times {0.,1 in 20}; @Evolution 'eyy' 'log(FYY**2)/2'; @Evolution 'exx' '-PoissonRatio*eyy'; @Evolution 'ezz' '-PoissonRatio*eyy'; @Evolution 'J' 'sqrt(exp(2*exx)*exp(2*ezz))*FYY'; @Evolution 'Tyy' 'YoungModulus*eyy'; @Test {'SXX':'0','SZZ':'0'} 1; @Test {'SYY':'Tyy/J'} 5.e-1; @Test {'SXY':'0','SXZ':'0','SYZ':'0'} 1.e-2; @Test {'FXX': 'sqrt(exp(2*exx))','FZZ': 'sqrt(exp(2*ezz))'} 1.e-7; @Test {'FXY': '0', 'FZY':'0'} 1.e-10; @Test {'FXZ': '0', 'FZX':'0'} 1.e-10; @Test {'FYZ': '0', 'FZY':'0'} 1.e-10;