/*! * \file elasticity.mtest * \brief * \author Helfer Thomas * \brief 09 avril 2013 */ @AccelerationAlgorithm 'AlternateSecant'; @Behaviour '@MFrontCastemBehavioursBuildPath@' 'umatincompressiblemooneyrivlinbehaviour'; @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 'D1' '1.e-4'; @MaterialProperty 'C1' 'C_1'; @MaterialProperty 'C2' 'C_2'; @ExternalStateVariable 'Temperature' {0:293.15,3600.:800}; @ImposedDeformationGradient 'FZZ' {0:1,1:3}; @ImposedDeformationGradient 'FXY' 0; @ImposedDeformationGradient 'FYX' 0; @ImposedDeformationGradient 'FXZ' 0; @ImposedDeformationGradient 'FZX' 0; @ImposedDeformationGradient 'FYZ' 0; @ImposedDeformationGradient 'FZY' 0; @Times {0.,1 in 10}; @Test {'SZZ':'(FZZ**2-1/FZZ)*(2*C_1+2*C_2*1/FZZ)'} 1.e3; @Test {'SXX':'0.','SYY':'0.','SXY':'0.','SXZ':'0.','SYZ':'0.'} 1.e-2;