1/*!
2 * \file   castemsinglecrystal.mtest
3 * \brief
4 * \author jmp
5 * \brief 20 mai 2013
6 */
7
8@AccelerationAlgorithm 'AlternateSecant';
9@MaximumNumberOfSubSteps 1;
10@PredictionPolicy 'LinearPrediction';
11
12@Real 'young' 208000.;
13@Real 'nu'    0.3;
14@Real 'G'     'young/2.6';
15
16@Behaviour<umat>    '@MFrontCastemBehavioursBuildPath@'  'umatfinitestrainsinglecrystal';
17
18@MaterialProperty<constant> 'YoungModulus1'     'young';
19@MaterialProperty<constant> 'YoungModulus2'     'young';
20@MaterialProperty<constant> 'YoungModulus3'     'young';
21@MaterialProperty<constant> 'PoissonRatio12'       'nu';
22@MaterialProperty<constant> 'PoissonRatio13'       'nu';
23@MaterialProperty<constant> 'PoissonRatio23'       'nu';
24@MaterialProperty<constant> 'ShearModulus12'    'young';
25@MaterialProperty<constant> 'ShearModulus13'    'young';
26@MaterialProperty<constant> 'ShearModulus23'    'young';
27@MaterialProperty<constant> 'm'      10.0;
28@MaterialProperty<constant> 'K'      25.0;
29@MaterialProperty<constant> 'C'      14363.;
30@MaterialProperty<constant> 'R0'     66.62;
31@MaterialProperty<constant> 'Q'      11.43;
32@MaterialProperty<constant> 'b'      2.1;
33@MaterialProperty<constant> 'd1'     494.0;
34
35@ExternalStateVariable 'Temperature' 293.15;
36
37@InternalStateVariable 'Fe' {1.,1.,1.,
38                             0.,0.,0.,
39                             0.,0.,0.};
40
41@ImposedDeformationGradient 'FXX' {0.: 1., 2.0E-1 : 1.0 };
42@ImposedDeformationGradient 'FYY' {0.: 1., 2.0E-1 : 1.04 };
43@ImposedDeformationGradient 'FZZ' {0.: 1., 2.0E-1 : 1.16 };
44
45@ImposedDeformationGradient 'FXY' {0.: 0., 2.0E-1 : 0 };
46@ImposedDeformationGradient 'FYX' {0.: 0., 2.0E-1 : 0 };
47@ImposedDeformationGradient 'FXZ' {0.: 0., 2.0E-1 : 0 };
48@ImposedDeformationGradient 'FZX' {0.: 0., 2.0E-1 : 0 };
49@ImposedDeformationGradient 'FYZ' {0.: 0., 2.0E-1 : 0.08 };
50@ImposedDeformationGradient 'FZY' {0.: 0., 2.0E-1 : 0.08 };
51
52@Times {0., 2.e-1 in 10};
53
54// @Test<file> '@top_srcdir@/mfront/tests/behaviours/references/finitestrainsinglecrystal-012.ref' {'SXX':11} 1.e-1;
55// @Test<file> '@top_srcdir@/mfront/tests/behaviours/references/finitestrainsinglecrystal-012.ref' {'g[0]':23,'g[1]':24,'g[2]':25,'g[3]':26,'g[4]':27,'g[5]':28,'g[5]':29,'g[7]':30,'g[8]':31,'g[9]':32,'g[10]':33,'g[11]':34} 1.e-6;
56