@Author Helfer Thomas; @Date 09 avril 2013; @Description{ This test an orthotrpic equivalent of the Norton law integrated using a Runge-Kutta algorithm. }; @StiffnessMatrixType 'Elastic'; @UseCastemAccelerationAlgorithm true; @Real 'young' 100e9; @Real 'nu' 0.3; @Behaviour '@MFrontAsterBehavioursBuildPath@' 'asterorthotropiccreep_rkcastem'; @MaterialProperty 'YoungModulus1' 'young'; @MaterialProperty 'YoungModulus2' 'young'; @MaterialProperty 'YoungModulus3' 'young'; @MaterialProperty 'PoissonRatio12' 'nu'; @MaterialProperty 'PoissonRatio13' 'nu'; @MaterialProperty 'PoissonRatio23' 'nu'; @MaterialProperty 'ShearModulus12' 'young'; @MaterialProperty 'ShearModulus13' 'young'; @MaterialProperty 'ShearModulus23' 'young'; @ExternalStateVariable 'Temperature' 293.15; @Real 'P' '20.e6'; @Strain {'-PoissonRatio12*P/YoungModulus1', '-PoissonRatio12*P/YoungModulus1', 'P/YoungModulus1',0.,0.,0.}; @Stress {0.,0.,'P',0.,0.,0.}; @InternalStateVariable 'ElasticStrain' {'-PoissonRatio12*P/YoungModulus1', '-PoissonRatio12*P/YoungModulus1', 'P/YoungModulus1',0.,0.,0.}; @ImposedStress 'SZZ' 'P'; @Times {0.,100. in 40}; @Real 'A' 8.e-67; @Real 'n' 8.2; @Real 'H_F' 0.371; @Real 'H_G' '1-H_F'; @Real 'H_H' 4.052; @Real 'seq' 'sqrt(H_G+H_H)*P'; @Test 'HillStress' 'seq' 'P*1.e-6'; @Test 'EquivalentViscoplasticStrain' 'A*seq**n*t' 1.e-6;