1/*!
2 * \file   chaboche.mtest
3 * \brief
4 * \author jmp
5 * \brief 18 avril 2013
6 */
7
8@AccelerationAlgorithm 'AlternateSecant';
9
10@Behaviour<umat> '@MFrontCastemBehavioursBuildPath@' 'umatchaboche';
11@MaterialProperty<constant> 'YoungModulus' 145200. ;
12@MaterialProperty<constant> 'PoissonRatio'  0.3 ;
13@MaterialProperty<constant> 'ThermalExpansion' 0. ;
14@MaterialProperty<constant> 'R_inf' 151. ;
15@MaterialProperty<constant> 'R_0' 87. ;
16@MaterialProperty<constant> 'b'  2.3 ;
17@MaterialProperty<constant> 'k'  0.43;
18@MaterialProperty<constant> 'w'  6.09 ;
19@MaterialProperty<constant> 'C_inf[0]' 63767.;
20@MaterialProperty<constant> 'C_inf[1]' 498336.;
21@MaterialProperty<constant> 'g_0[0]'   341. ;
22@MaterialProperty<constant> 'g_0[1]'   17184. ;
23@MaterialProperty<constant> 'a_inf'   1.;
24
25@ExternalStateVariable 'Temperature' 293.15;
26
27@ImposedStress 'SXX' {0.: 0., 1.435: 143.5};
28@ImposedStress 'SXY' {0.: 0., 1.435: '143.5*1.414'};
29
30@Times {0.,0.4 in 1,1.435 in 12};
31
32@Test<file> '@top_srcdir@/mfront/tests/behaviours/references/chaboche-aster.ref'
33            {'EXX':2,'EYY':3} 4.e-5 ;
34@Test<file> '@top_srcdir@/mfront/tests/behaviours/references/chaboche-aster.ref'
35            {'SXX':8} 1.e0 ;
36