Télécharger DECHEL.INC

Retour à la liste

Numérotation des lignes :

  1. c declaration des parametres materiaux pour HELMHOLTZ
  2. c capacite
  3. real*8 CAPAH(NB_HELM)
  4. c indicateur de blocage (1 si noeid bloque)
  5. logical BLOQH(NB_HELM)
  6. c valeur imposee au blocage
  7. real*8 DEPIH(NB_HELM)
  8. c valeur initiale
  9. real*8 INITH(NB_HELM)
  10. c indicateur de calcul lineaire
  11. integer LINEH(NB_HELM)
  12. c coefficients de diffusion principaux orthotropes
  13. real*8 DIFFH(NB_HELM,3)
  14. c directions des diffusions principales
  15. real*8 VECTH(NB_HELM,3,3)
  16. c Pi utile pour le calcul de LCARH
  17. real*8 PIH
  18. parameter (PIH=3.1415926535d0)
  19. c longueur caracteristiques calculees lcar=(sqrt(2/Pi)*Diff/Capa))**(1/3)
  20. real*8 LCARH(NB_HELM,3)
  21. c matrice de taille associee aux diffusions non locales
  22. real*8 TAILH(NB_HELM,3,3)
  23. c tableau des variables internes associees aux formulations de Helmholtz
  24. real*8 HELM0(NB_HELM,NB_VARI_PAR_HELM)
  25. real*8 HELM1(NB_HELM,NB_VARI_PAR_HELM)
  26.  
  27.  
  28.  

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