1@Author Jeremy Hure;
2@Date 08 Aout 2013;
3
4@AccelerationAlgorithm 'AlternateSecant';
5@MaximumNumberOfSubSteps 1 ;
6@Behaviour<umat> '@MFrontCastemBehavioursBuildPath@' 'umatviscoplasisocin';
7
8@MaterialProperty<constant> 'YoungModulus' 200000.;
9@MaterialProperty<constant> 'PoissonRatio' 0.3;
10
11@ExternalStateVariable 'Temperature' 0.;
12
13@MaterialProperty<constant> 'R0' 600.;
14@MaterialProperty<constant> 'Q1' 300.;
15@MaterialProperty<constant> 'b1' 1.;
16@MaterialProperty<constant> 'Q2' 300.;
17@MaterialProperty<constant> 'b2' 10.;
18@MaterialProperty<constant> 'C1' 1000.;
19@MaterialProperty<constant> 'D1' 5.;
20@MaterialProperty<constant> 'C2' 0.;
21@MaterialProperty<constant> 'D2' 0.;
22@MaterialProperty<constant> 'k1' 80.;
23@MaterialProperty<constant> 'n1' 10.;
24@MaterialProperty<constant> 'k2' 0.2;
25@MaterialProperty<constant> 'n2' 1.;
26
27@ImposedStrain<function> 'EXX' 'min(t*0.0005,0.2-t*0.0005)';
28@Times {0.,400 in 2000};
29
30@Test<function> 'SYY'  '0' 1.e-3;
31@Test<function> 'SZZ'  '0' 1.e-3;
32@Test<function> 'SXY'  '0' 1.e-3;
33@Test<function> 'SXZ'  '0' 1.e-3;
34@Test<function> 'SYZ'  '0' 1.e-3;
35
36@Test<function> 'EXY'  '0' 1.e-3;
37@Test<function> 'EXZ'  '0' 1.e-3;
38@Test<function> 'EYZ'  '0' 1.e-3;
39
40@Test<file> '@top_srcdir@/mfront/tests/behaviours/references/viscoplasisocin.ref' {'SXX':8} 1.e-3 ;
41