* fichier topoptim_05.dgibi ************************************************************************ ************************************************************************ ************************************************************************ ** Topology optimization of a simple 2D structure subjected to a ** mechanical loading, with penalty factor, GSF, a hole and an frozen ** area. ** ** Author: ** Guenhael Le Quilliec (LaMe - Polytech Tours) ** ** Version: ** V3.0 2021/05/06 Updated to make it compatible with TOPOPTIM V3.0 ** V2.0 2017/04/18 Updated to make it compatible with TOPOPTIM V2.0 ** V1.0 2014/04/28 Original version compatible with TOPOPTIM V1.0 ************************************************************************ graph0 = FAUX ; * General options * Mesh p0 = 0.0 0.0 ; p1 = 0.0 60.0 ; p2 = 30.0 0.0 ; p3 = 0.0 30.0 ; p4 = 30.0 25.0 ; p5 = 15.0 15.0 ; p6 = 19.0 15.0 ; * Model and material * Boundary conditions and loading * Factor evolutions * Finite element model table mdl0.'MODELE' = mod0 ; mdl0.'CARACTERISTIQUES' = mat0 ; mdl0.'BLOCAGES_MECANIQUES' = bc0 ; mdl0.'CHARGEMENT' = load0 ; * Optimization table tab0.'RESOLUTION_LINEAIRE' = mdl0 ; tab0.'ZONE_FIGEE' = msh1 ; tab0.'FILTRE_TAUX' = 10 ; tab0.'FACTEUR_P' = pfct0 ; tab0.'FACTEUR_Q' = qfct0 ; * Optimization TOPOPTIM tab0 ; * Plot to screen topo0 = tab0.'TOPOLOGIE'.(tab0.'CYCLE') ; topomsh0 = tab0.'MAILLAGE'.(tab0.'CYCLE') ; SI graph0 ; FINS ; FIN ;
© Cast3M 2003 - Tous droits réservés.
Mentions légales