/*! * \file castemincompressibleplanestressmooneyrivlinbehaviouruniaxialtesting.mtest * \brief * \author Helfer Thomas * \brief 09 avril 2013 */ @AccelerationAlgorithm 'AlternateSecant'; @ModellingHypothesis 'PlaneStress'; @Behaviour '@MFrontCastemBehavioursBuildPath@' 'umatincompressibleplanestressmooneyrivlinbehaviour'; @Real 'C_1' '0.183'; @Real 'C_2' '0.0034'; @Real 'E' '3*(2*(C_1+C_2))'; @MaterialProperty 'YoungModulus' '100*E'; @MaterialProperty 'PoissonRatio' 0.49999; @MaterialProperty 'C1' 'C_1'; @MaterialProperty 'C2' 'C_2'; @ExternalStateVariable 'Temperature' {0:293.15,3600.:800}; @ImposedDeformationGradient 'FYY' {0:1,1:3}; @ImposedDeformationGradient 'FXY' 0; @ImposedDeformationGradient 'FYX' 0; @Times {0.,1 in 10}; @Test 'SYY' '(FYY**2-1/FYY)*(2*C_1+2*C_2/FYY)' 1.e-8; @Test {'SXX':'0','SZZ':'0.','SXY':'0.'} 1.e-7;