/*! * \file astersaintvenantkirchhoffelasticitytotallagrangian-shear-5-3D.mtest * \brief * \author Helfer Thomas * \brief 26 nov. 2013 */ @Behaviour '@MFrontAsterBehavioursBuildPath@' 'astersaintvenantkirchhoffelasticitytotallagrangian'; @MaterialProperty 'YoungModulus' 215.e9; @MaterialProperty 'PoissonRatio' 0.3; @ImposedDrivingVariable 'FXX' 1.; @ImposedDrivingVariable 'FYY' 1.; @ImposedDrivingVariable 'FZZ' 1.; @ImposedDrivingVariable 'FXY' 0.; @ImposedDrivingVariable 'FYX' 0.; @ImposedDrivingVariable 'FXZ' 0.; @ImposedDrivingVariable 'FZX' 0.; @ImposedDrivingVariable 'FYZ' {0:0.,1.:0.2}; @ImposedDrivingVariable 'FZY' 0.; @ExternalStateVariable 'Temperature' 293.15; @Times {0.,1 in 10}; @Real 'lambda' 'PoissonRatio*YoungModulus/((1+PoissonRatio)*(1-2*PoissonRatio))'; @Real 'mu' 'YoungModulus/(2*(1+PoissonRatio))'; @Test {'SXX':'(lambda*FYZ**2)/2 '} 1.e-2; @Test {'SYY':'((2*mu+lambda)*FYZ**4+(4*mu+lambda)*FYZ**2)/2'} 1.e-2; @Test {'SZZ':'((2*mu+lambda)*FYZ**2)/2'} 1.e-2; @Test {'SYZ':'sqrt(2)*((2*mu+lambda)*FYZ**3+2*mu*FYZ)/2'} 1.e-2; @Test {'SXY':'0.','SXZ':'0.'} 1.e-2;