1/*!
2 * \file    astersaintvenantkirchhoffelasticity3-shear-2-2D.mtest
3 * \brief
4 * \author Helfer Thomas
5 * \brief  26 nov. 2013
6 */
7
8@ModellingHypothesis 'Axisymmetrical';
9@Behaviour<aster> '@MFrontAsterBehavioursBuildPath@' 'astersaintvenantkirchhoffelasticity3';
10@MaterialProperty<constant> 'YoungModulus'     215.e9;
11@MaterialProperty<constant> 'PoissonRatio'       0.3;
12
13@ImposedDrivingVariable 'FRR' 1.;
14@ImposedDrivingVariable 'FZZ' 1.;
15@ImposedDrivingVariable 'FTT' 1.;
16@ImposedDrivingVariable 'FRZ' 0.;
17@ImposedDrivingVariable 'FZR' {0:0.,1.:0.2};
18
19@ExternalStateVariable 'Temperature' 293.15;
20
21@Times {0.,1 in 10};
22
23@Real 'lambda' 'PoissonRatio*YoungModulus/((1+PoissonRatio)*(1-2*PoissonRatio))';
24@Real 'mu'     'YoungModulus/(2*(1+PoissonRatio))';
25@Test<function> {'SRR':'((2*mu+lambda)*FZR**2)/2'} 1.e-2;
26@Test<function> {'SZZ':'((2*mu+lambda)*FZR**4+(4*mu+lambda)*FZR**2)/2'} 1.e-2;
27@Test<function> {'STT':'(lambda*FZR**2)/2 '} 1.e-2;
28@Test<function> {'SRZ':'sqrt(2)*((2*mu+lambda)*FZR**3+2*mu*FZR)/2'} 1.e-2;
29