1/*!
2 * \file   castemburger.mtest
3 * \brief
4 * \author François Hammon/Jean-Michel Proix
5 * \brief  23 mai 2013
6 */
7
8@Behaviour<umat> '@MFrontCastemBehavioursBuildPath@' 'umatburger';
9@MaterialProperty<constant> 'YoungModulus' 31000. ;
10@MaterialProperty<constant> 'PoissonRatio'     0.3 ;
11@MaterialProperty<constant> 'ThermalExpansion' 0.;
12@MaterialProperty<constant> 'KRS'   2.0E5 ;
13@MaterialProperty<constant> 'NRS'   4.0E10 ;
14@MaterialProperty<constant> 'KAPPA' 3.E-3 ;
15@MaterialProperty<constant> 'NIS'   1.0E11 ;
16@MaterialProperty<constant> 'KRD'   5.0E4 ;
17@MaterialProperty<constant> 'NRD'   1.0E10;
18@MaterialProperty<constant> 'NID'   1.0E11 ;
19@MaterialProperty<constant> 'NFD'   0.;
20@MaterialProperty<constant> 'Cini'  1.;
21
22@ExternalStateVariable 'Temperature' 293.15;
23@ExternalStateVariable 'C' 1.;
24
25@ImposedStress 'SZZ' {0.: 0., 1.: -1., 31536010. : -1.};
26
27@Times {0.,1. in 1, 138629.44 in 10,8640000. in 10 };
28
29@Test<file> '@top_srcdir@/mfront/tests/behaviours/references/burger.ref' {'EZZ':4} 1.e-8 ;
30