Télécharger topoptim_02.dgibi

Retour à la liste

Numérotation des lignes :

  1. * fichier topoptim_02.dgibi
  2. ************************************************************************
  3. ************************************************************************
  4.  
  5. ************************************************************************
  6. ** Topology optimization of a simple 2D structure subjected to a
  7. ** mechanical loading, with penalty factor and GSF.
  8. **
  9. ** Author:
  10. ** Guenhael Le Quilliec (LaMe - Polytech Tours)
  11. **
  12. ** Version:
  13. ** V3.0 2021/05/06 Updated to make it compatible with TOPOPTIM V3.0
  14. ** V2.0 2017/04/18 Updated to make it compatible with TOPOPTIM V2.0
  15. ** V1.0 2014/04/28 Original version compatible with TOPOPTIM V1.0
  16. ************************************************************************
  17.  
  18. graph0 = FAUX ;
  19.  
  20. * General options
  21. OPTI 'DIME' 2 'MODE' 'PLAN' 'CONT' 'ELEM' QUA4 ;
  22.  
  23. * Mesh
  24. nelx0 = 90 ;
  25. nely0 = 30 ;
  26. p0 = 0.0 0.0 ;
  27. p1 = 0.0 (FLOT nely0) ;
  28. p2 = (FLOT nelx0) 0.0 ;
  29. lgn0 = DROI nely0 p0 p1 ;
  30. msh0 = TRAN lgn0 nelx0 p2 ;
  31. p2 = msh0 POIN 'PROC' p2 ;
  32.  
  33. * Model and material
  34. mod0 = MODE msh0 'MECANIQUE' 'ELASTIQUE' ;
  35. mat0 = MATE mod0 'YOUN' 210.0e9 'NU' 0.3 ;
  36.  
  37. * Boundary conditions and loading
  38. bc0 = (BLOQ 'UX' lgn0) ET (BLOQ 'UY' p2) ;
  39. load0 = FORC (0.0 -1.0) p1 ;
  40.  
  41. * Factor evolutions
  42. pfct0 = EVOL 'MANU' 'CYCLES' (PROG 5 15) 'P' (PROG 1.0 3.0) ;
  43. qfct0 = EVOL 'MANU' 'CYCLES' (PROG 25 105) 'Q' (PROG 1.0 5.0) ;
  44.  
  45. * Finite element model table
  46. mdl0 = TABL ;
  47. mdl0.'MODELE' = mod0 ;
  48. mdl0.'CARACTERISTIQUES' = mat0 ;
  49. mdl0.'BLOCAGES_MECANIQUES' = bc0 ;
  50. mdl0.'CHARGEMENT' = load0 ;
  51.  
  52. * Optimization table
  53. tab0 = TABL ;
  54. tab0.'RESOLUTION_LINEAIRE' = mdl0 ;
  55. tab0.'FILTRE_TAUX' = 10 ;
  56. tab0.'FACTEUR_P' = pfct0 ;
  57. tab0.'FACTEUR_Q' = qfct0 ;
  58. tab0.'TRAC' = graph0 ;
  59.  
  60. * Optimization
  61. TOPOPTIM tab0 ;
  62.  
  63. * Plot to screen
  64. topo0 = tab0.'TOPOLOGIE'.(tab0.'CYCLE') ;
  65. topomsh0 = tab0.'MAILLAGE'.(tab0.'CYCLE') ;
  66. SI graph0 ;
  67. TRAC (REDU topo0 topomsh0) (REDU mod0 topomsh0)
  68. (PROG 0.0 'PAS' (1.0 / 56.0) 1.0) ;
  69. FINS ;
  70.  
  71. FIN ;
  72.  
  73.  
  74.  
  75.  

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