1/*!
2 * \file   castemmonocrystal_dd_cc_numericaljacobian.mtest
3 * \brief
4 * \author jmp
5 * \brief  2 déc. 2013
6 */
7
8@ModellingHypothesis 'Tridimensional';
9@Behaviour<aster> '@MFrontAsterBehavioursBuildPath@' 'astermonocrystal_dd_cc_numericaljacobian';
10
11// Material properties
12@MaterialProperty<constant> 'DeltaG_0' 0.84;
13@MaterialProperty<constant> 'H' 100000000000;
14@MaterialProperty<constant> 'K_f' 75;
15@MaterialProperty<constant> 'K_self' 100;
16@MaterialProperty<constant> 'Mu' 86557.407407407;
17@MaterialProperty<constant> 'PoissonRatio12' 0.35;
18@MaterialProperty<constant> 'PoissonRatio13' 0.35;
19@MaterialProperty<constant> 'PoissonRatio23' 0.35;
20@MaterialProperty<constant> 'ShearModulus12' 86557.407407407;
21@MaterialProperty<constant> 'ShearModulus13' 86557.407407407;
22@MaterialProperty<constant> 'ShearModulus23' 86557.407407407;
23@MaterialProperty<constant> 'YoungModulus1' 233705;
24@MaterialProperty<constant> 'YoungModulus2' 233705;
25@MaterialProperty<constant> 'YoungModulus3' 233705;
26@MaterialProperty<constant> 'b' 2.48e-07;
27@MaterialProperty<constant> 'd' 1e-05;
28@MaterialProperty<constant> 'd_lath' 1000;
29@MaterialProperty<constant> 'epsi_1' 0.0003;
30@MaterialProperty<constant> 'gamma0' 1e-06;
31@MaterialProperty<constant> 'h0' 0.1024;
32@MaterialProperty<constant> 'h1' 0.7;
33@MaterialProperty<constant> 'h2' 0.1;
34@MaterialProperty<constant> 'h3' 0.1;
35@MaterialProperty<constant> 'h4' 0.1;
36@MaterialProperty<constant> 'h5' 0.1;
37@MaterialProperty<constant> 'k_b' 8.62e-05;
38@MaterialProperty<constant> 'omega_mob' 6.1504e-09;
39@MaterialProperty<constant> 'pn' 50;
40@MaterialProperty<constant> 'tau_0' 363;
41@MaterialProperty<constant> 'tau_f' 0;
42@MaterialProperty<constant> 'y_at' 2e-06;
43
44// Internal state variables
45
46@InternalStateVariable 'omega[0]' 6.1504e-09;
47@InternalStateVariable 'omega[1]' 6.1504e-09;
48@InternalStateVariable 'omega[2]' 6.1504e-09;
49@InternalStateVariable 'omega[3]' 6.1504e-09;
50@InternalStateVariable 'omega[4]' 6.1504e-08;
51@InternalStateVariable 'omega[5]' 6.1504e-09;
52@InternalStateVariable 'omega[6]' 6.1504e-09;
53@InternalStateVariable 'omega[7]' 6.1504e-09;
54@InternalStateVariable 'omega[8]' 6.1504e-09;
55@InternalStateVariable 'omega[9]' 6.1504e-09;
56@InternalStateVariable 'omega[10]' 6.1504e-09;
57@InternalStateVariable 'omega[11]' 6.1504e-09;
58
59// External state variables
60@ExternalStateVariable<evolution> 'Temperature' {0 : 50, 900. : 50};
61
62@ImposedStrain<evolution> 'EZZ' {0:0. ,900. : 0.27};
63
64// Times
65@Times {0, 900 in 100};
66
67@Test<file> '@top_srcdir@/mfront/tests/behaviours/references/monocrystal_dd_cc_numericaljacobian.ref' {'SZZ': 10} 20.e-0 ;
68@Test<file> '@top_srcdir@/mfront/tests/behaviours/references/monocrystal_dd_cc_numericaljacobian.ref' {'omega[4]':26} 1.e-7 ;
69