1@Author th202608;
2@Date   28 janv. 2016;
3@Description{
4
5};
6
7@MaximumNumberOfSubSteps 100;
8@OutputFrequency 'EveryPeriod';
9@DynamicTimeStepScaling true;
10@MinimalTimeStep 1.e-3;
11@MaximalTimeStep 400;
12@MinimalTimeStepScalingFactor 0.1;
13@MaximalTimeStepScalingFactor 1.2;
14
15@PredictionPolicy 'LinearPrediction';
16@AccelerationAlgorithm 'Cast3M';
17@Behaviour<castem> '@MFrontCastemBehavioursBuildPath@' 'umatnorton2';
18@MaterialProperty<constant> 'YoungModulus'     150.e9;
19@MaterialProperty<constant> 'PoissonRatio'       0.3;
20
21@Real 'tmax' 2500;
22@Real 'emax' 2.5e-2;
23@ImposedStrain 'EZZ' {0.:0.,'tmax':'emax','2*tmax':'4*emax'};
24@ExternalStateVariable 'Temperature' 293.15;
25
26@Times {0.,'2*tmax' };
27@Test<file> '@top_srcdir@/mfront/tests/behaviours/references/tssf.ref' {'EquivalentViscoplasticStrain':20} 1.e-10 ;
28