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_numericaljacobian';
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 'FZZ' {0.: 1., 2.0E-1 : 1.2 };
42@ImposedDeformationGradient 'FXX' 1;
43@ImposedDeformationGradient 'FYY' 1;
44@ImposedDeformationGradient 'FXY' 0;
45@ImposedDeformationGradient 'FYX' 0;
46@ImposedDeformationGradient 'FXZ' 0;
47@ImposedDeformationGradient 'FZX' 0;
48@ImposedDeformationGradient 'FYZ' 0;
49@ImposedDeformationGradient 'FZY' 0;
50
51@Times {0., 2.e-1 in 100};
52
53// @Test<file> '@top_srcdir@/mfront/tests/behaviours/references/finitestrainsinglecrystal-001.ref' {'SXX':11,'SYY':12,'SZZ':13,'SXY':14,'SXZ':15,'SYZ':16} 1.;
54// @Test<file> '@top_srcdir@/mfront/tests/behaviours/references/finitestrainsinglecrystal-001.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-7;
55