Télécharger prrf3d.eso

Retour à la liste

Numérotation des lignes :

prrf3d
  1. C PRRF3D SOURCE FD218221 24/02/07 21:15:24 11834
  2. subroutine prrf3d(dalpr,teta1,teta2,tetaref,epst06,epst033,
  3. # epstf6,epstf33,epspmf6,epspt6,epspmf33)
  4. c A.Sellier 09:13 02/07/2023
  5. c prepparation des donnees pour calcul des renforts
  6. implicit real*8(a-h,m-z)
  7. implicit integer(i-l)
  8.  
  9. real*8 dalpr,teta1,teta2,tetaref
  10. real*8 epst06(6),epst033(3,3),epstf6(6),epstf33(3,3)
  11. real*8 epspmf6(6),epspt6(6),epspmf33(3,3)
  12.  
  13. integer i,j,k
  14.  
  15.  
  16. c recuperation du tenseur des deformations totales
  17. call x6x33(epst06,epst033)
  18. call x6x33(epstf6,epstf33)
  19. c correction def thermique differentielle
  20. do i=1,3
  21. epst033(i,i)=epst033(i,i)-dalpr*(teta1-tetaref)
  22. epstf33(i,i)=epstf33(i,i)-dalpr*(teta2-tetaref)
  23. end do
  24. c recuperation du tenseur des deformation localisee dans la matrice
  25. do i=1,6
  26. epspmf6(i)=epspt6(i)
  27. end do
  28. call x6x33(epspmf6,epspmf33)
  29.  
  30. return
  31. end
  32.  
  33.  
  34.  

© Cast3M 2003 - Tous droits réservés.
Mentions légales