1/*!
2 * \file   castemincompressibleplanestressmooneyrivlinbehaviouruniaxialtesting.mtest
3 * \brief
4 * \author Helfer Thomas
5 * \brief  09 avril 2013
6 */
7
8@AccelerationAlgorithm 'AlternateSecant';
9@ModellingHypothesis 'PlaneStress';
10@Behaviour<umat> '@MFrontCastemBehavioursBuildPath@' 'umatincompressibleplanestressmooneyrivlinbehaviour';
11
12@Real 'C_1' '0.183';
13@Real 'C_2' '0.0034';
14@Real 'E'   '3*(2*(C_1+C_2))';
15
16@MaterialProperty<constant> 'YoungModulus'    '100*E';
17@MaterialProperty<constant> 'PoissonRatio'     0.49999;
18@MaterialProperty<constant> 'C1' 'C_1';
19@MaterialProperty<constant> 'C2' 'C_2';
20
21@ExternalStateVariable 'Temperature' {0:293.15,3600.:800};
22
23@ImposedDeformationGradient 'FYY' {0:1,1:3};
24@ImposedDeformationGradient 'FXY' 0;
25@ImposedDeformationGradient 'FYX' 0;
26
27@Times {0.,1 in 10};
28
29@Test<function> 'SYY' '(FYY**2-1/FYY)*(2*C_1+2*C_2/FYY)' 1.e-8;
30@Test<function> {'SXX':'0','SZZ':'0.','SXY':'0.'} 1.e-7;
31