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@Behaviour<umat>    '@MFrontCastemBehavioursBuildPath@'  'umatfinitestrainsinglecrystal';
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'    'young';
23@MaterialProperty<constant> 'ShearModulus13'    'young';
24@MaterialProperty<constant> 'ShearModulus23'    'young';
25@MaterialProperty<constant> 'm'      10.0;
26@MaterialProperty<constant> 'K'      25.0;
27@MaterialProperty<constant> 'C'      14363.;
28@MaterialProperty<constant> 'R0'     66.62;
29@MaterialProperty<constant> 'Q'      11.43;
30@MaterialProperty<constant> 'b'      2.1;
31@MaterialProperty<constant> 'd1'     494.0;
32
33@ExternalStateVariable 'Temperature' 293.15;
34
35@InternalStateVariable 'Fe' {1.,1.,1.,
36                             0.,0.,0.,
37                             0.,0.,0.};
38// chargement suivant 1,5,9
39@ImposedDeformationGradient 'FXX' {0.: 1., 2.0E-1 : 1.0018691588785047 };
40@ImposedDeformationGradient 'FYY' {0.: 1., 2.0E-1 : 1.046728971962617 };
41@ImposedDeformationGradient 'FZZ' {0.: 1., 2.0E-1 : 1.1514018691588785 };
42@ImposedDeformationGradient 'FXY' {0.: 0., 2.0E-1 : 9.345794392523366E-3 };
43@ImposedDeformationGradient 'FYX' {0.: 0., 2.0E-1 : 9.345794392523366E-3 };
44@ImposedDeformationGradient 'FXZ' {0.: 0., 2.0E-1 : 0.016822429906542057 };
45@ImposedDeformationGradient 'FZX' {0.: 0., 2.0E-1 : 0.016822429906542057 };
46@ImposedDeformationGradient 'FYZ' {0.: 0., 2.0E-1 : 0.08411214953271028 };
47@ImposedDeformationGradient 'FZY' {0.: 0., 2.0E-1 : 0.08411214953271028 };
48
49@Times {0., 2.e-2 in 100 , 2.e-1 in 200};
50
51// @Test<file> '@top_srcdir@/mfront/tests/behaviours/references/finitestrainsinglecrystal-159.ref' {'SXX':11,'SYY':12,'SZZ':13,'SXY':14,'SXZ':15,'SYZ':16} 1.;
52// @Test<file> '@top_srcdir@/mfront/tests/behaviours/references/finitestrainsinglecrystal-159.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;
53