1/*!
2 * \file  polycrystal.mtest
3 * \brief tst pokycrystal BZ 30 grains cf. mfron03d
4 * \author jmp
5 * \brief 31 mai 2013
6 */
7
8@Real 'young' 145200.;
9@Real 'nu'    0.3;
10@Real 'G'     'young/2.6';
11
12@Behaviour<aster> '@MFrontAsterBehavioursBuildPath@' 'asterpolycrystals';
13
14@StiffnessMatrixType 'Elastic' ;
15
16@MaterialProperty<constant> 'YoungModulus1'     'young';
17@MaterialProperty<constant> 'YoungModulus2'     'young';
18@MaterialProperty<constant> 'YoungModulus3'     'young';
19@MaterialProperty<constant> 'PoissonRatio12'       'nu';
20@MaterialProperty<constant> 'PoissonRatio13'       'nu';
21@MaterialProperty<constant> 'PoissonRatio23'       'nu';
22@MaterialProperty<constant> 'ShearModulus12'    'G';
23@MaterialProperty<constant> 'ShearModulus13'    'G';
24@MaterialProperty<constant> 'ShearModulus23'    'G';
25
26@MaterialProperty<constant> 'm'      10.0;
27@MaterialProperty<constant> 'K'      40.0;
28@MaterialProperty<constant> 'C'      0.;
29@MaterialProperty<constant> 'R0'     75.5;
30@MaterialProperty<constant> 'Q'      9.77;
31@MaterialProperty<constant> 'b'      19.34;
32@MaterialProperty<constant> 'H'      1.;
33@MaterialProperty<constant> 'd1'     36.68;
34@MaterialProperty<constant> 'Mu'      'G';
35
36@ExternalStateVariable 'Temperature' 293.15;
37
38@ImposedStrain 'EZZ' {0.: 0., 5. : 0.005 };
39
40@Times {0.,5. in 100};
41
42@Test<file> '@top_srcdir@/mfront/tests/behaviours/references/polycrystals.ref' {'SZZ':10} 1.e-3 ;
43