@Author Helfer Thomas; @Date 06/08/2016; @Description{ "This test checks that an isotropic swelling is correctly " "taken into account." }; @Behaviour '@MFrontAsterBehavioursBuildPath@' 'asterisotropiclinearswelling'; @MaterialProperty 'YoungModulus' 150.e9; @MaterialProperty 'PoissonRatio' 0.3; @ExternalStateVariable 'Temperature' 293.15; @ExternalStateVariable 'LinearSwelling' {0:0,3600:1.e-2}; @ImposedStrain 'EXX' 0.; @ImposedStrain 'EYY' 0.; @ImposedStrain 'EZZ' 0.; @Times {0.,3600 in 20}; @Test 'SXX' '-YoungModulus/(1-2*PoissonRatio)*LinearSwelling' 1.e-3; @Test 'SYY' '-YoungModulus/(1-2*PoissonRatio)*LinearSwelling' 1.e-3; @Test 'SZZ' '-YoungModulus/(1-2*PoissonRatio)*LinearSwelling' 1.e-3; @Test {'EXY':'0.','EXZ':'0.','EYZ':'0.'} 1.e-12; @Test {'SXY':'0.','SXZ':'0.','SYZ':'0.'} 1.e-2;