1@Author  Thomas Helfer;
2@Date 25/10/2017;
3@Description{
4  This file describes a tensile test along XX.
5  Simulation results are compared to the
6  analytical solution.
7};
8
9@XMLOutputFile @xml_output@;
10@MaximumNumberOfSubSteps 1;
11@Behaviour<umat> @library@ @behaviour@;
12
13@MaterialProperty<constant> 'YoungModulus'     150.e9;
14@MaterialProperty<constant> 'PoissonRatio'       0.3;
15@MaterialProperty<constant> 'ThermalExpansion'   0.;
16@MaterialProperty<constant> 'FractureStress[0]' 150e6; /* rupture stress */
17@MaterialProperty<constant> 'FractureStress[1]' 150e6; /* rupture stress */
18@MaterialProperty<constant> 'FractureStress[2]' 150e6; /* rupture stress */
19@MaterialProperty<constant> 'SofteningSlope[0]' '-0.5*YoungModulus';
20@MaterialProperty<constant> 'SofteningSlope[1]' '-0.5*YoungModulus';
21@MaterialProperty<constant> 'SofteningSlope[2]' '-0.5*YoungModulus';
22@MaterialProperty<constant> 'AngularCoordinate' 0;
23
24@ExternalStateVariable 'Temperature' {0:293.15,3600.:800};
25
26@ImposedStrain 'EXX' {0:0,1:1.5e-3,2:0,3:-1e-3,4:0,5:3.e-3};
27
28@Times {0.,5 in 50};
29
30@Test<file> @reference_file@ {'SXX':9} 1.e-3 ;
31@Test<function> {'SYY':'0.','SZZ':'0.','SXY':'0.','SXZ':'0.','SYZ':'0.'} 1.e-2;
32