1/*!
2 * \file   ddif2-3.mtest
3 * \brief
4 * \author Helfer Thomas
5 * \brief  09 avril 2013
6 */
7
8@MaximumNumberOfSubSteps 1;
9@AccelerationAlgorithm 'AlternateSecant';
10
11@Behaviour<umat> '@MFrontCastemBehavioursBuildPath@' 'umatddif2';
12@MaterialProperty<constant> 'YoungModulus'     150.e9;
13@MaterialProperty<constant> 'PoissonRatio'       0.3;
14@MaterialProperty<constant> 'ThermalExpansion'   0.;
15@MaterialProperty<constant> 'FractureStress' 150e6; /* rupture stress */
16@MaterialProperty<constant> 'NortonCoefficient'  0.;
17@MaterialProperty<constant> 'NortonExponent'     1.;
18
19@ExternalStateVariable 'Temperature' {0:293.15,3600.:800};
20
21@ImposedStrain 'EXX' {0:0,1:1.5e-3,2:0,3:-1e-3,4:0,5:3.e-3};
22@ImposedStrain 'EYY' {0:0,1:1.5e-3,2:0,3:-1e-3,4:0,5:3.e-3};
23
24@Times {0.,5 in 50};
25
26@Test<file> '@top_srcdir@/mfront/tests/behaviours/references/ddif2-biaxialtesting.ref' {'SXX':8,'SYY':9} 1.e3 ;
27@Test<function> {'SZZ':'0.','SXY':'0.','SXZ':'0.','SYZ':'0.'} 1.e-2;
28