Télécharger topochan.procedur

Retour à la liste

Numérotation des lignes :

  1. * TOPOCHAN PROCEDUR FD218221 23/11/29 21:15:06 11799
  2.  
  3. ************************************************************************
  4. ** Procedure called by TOPOPTIM for switching the associated model of an
  5. ** element field expressed at the barycenter of the elements.
  6. **
  7. ** Author:
  8. ** Guenhael Le Quilliec (LaMe - Polytech Tours)
  9. **
  10. ** Version:
  11. ** 1.1 2021/04/20 Fixing a minor issue by adding 'SCALAIRE' type
  12. ** 1.0 2017/04/18
  13. ************************************************************************
  14.  
  15. DEBP TOPOCHAN chlm0*'MCHAML' mod0*'MMODEL' bmsh0*'MAILLAGE' ;
  16. * Switch from element field to node field
  17. chlm0 = PROI bmsh0 chlm0 ;
  18. * Switch from node field to element field associated to the given model
  19. chlm0 = MANU 'CHML' mod0 'REPA' 'SCAL' (EXTR chlm0 'VALE') 'TYPE' 'SCALAIRE' 'GRAVITE' ;
  20. * In thermal mode, 'GRAVITE' option is not respected
  21. * If needed, this problem can be solved by using INTG 'ELEM'
  22. FINP chlm0 ;
  23.  
  24.  
  25.  

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