1/*!
2 * \file   castemmieheapellambrechtlogarithmicstrainnorton-uniaxialloading-2-3D.mtest
3 * \brief
4 * \author Helfer Thomas
5 * \brief  4 dec. 2013
6 */
7
8@AccelerationAlgorithm 'AlternateSecant';
9@MaximumNumberOfSubSteps 1;
10
11@Behaviour<umat> '@MFrontCastemBehavioursBuildPath@' 'umatlogarithmicstrainnortoncreep';
12@DrivingVariableEpsilon 5.e-8;
13@StressEpsilon          3.e3;
14
15@MaterialProperty<constant> 'YoungModulus'      80.e9;
16@MaterialProperty<constant> 'PoissonRatio'       0.35;
17@MaterialProperty<constant> 'A'   '0.003944e-6**4.39';
18@MaterialProperty<constant> 'E'   4.39;
19
20@ImposedDrivingVariable 'FZZ' {0:1.,1.:4.5};
21@ImposedDrivingVariable 'FXY' 0.;
22@ImposedDrivingVariable 'FYX' 0.;
23@ImposedDrivingVariable 'FXZ' 0.;
24@ImposedDrivingVariable 'FZX' 0.;
25@ImposedDrivingVariable 'FYZ' 0.;
26@ImposedDrivingVariable 'FZY' 0.;
27
28@ExternalStateVariable 'Temperature' 293.15;
29
30@Times {0.,1 in 500};
31
32@Test<file> '@top_srcdir@/mfront/tests/behaviours/references/logarithmicstrainnortoncreepuniaxialtesting.ref' {'FZZ':2,'FXX':3,'FYY':3} 1e-5;
33@Test<file> '@top_srcdir@/mfront/tests/behaviours/references/logarithmicstrainnortoncreepuniaxialtesting.ref' {'SZZ':4} 3e3;
34@Test<file> '@top_srcdir@/mfront/tests/behaviours/references/logarithmicstrainnortoncreepuniaxialtesting.ref' {'EquivalentViscoplasticStrain':5} 1e-4;
35@Test<function> {'SXX':'0','SYY':'0'}           3.e3;
36@Test<function> {'SXY':'0','SXZ':'0','SYZ':'0'} 3.e3;
37@Test<function> {'FXY': '0', 'FZY':'0'} 1.e-10;
38@Test<function> {'FXZ': '0', 'FZX':'0'} 1.e-10;
39@Test<function> {'FYZ': '0', 'FZY':'0'} 1.e-10;
40