* fichier : rigi_ic_2d.dgibi ************************************************************************ * Petit test sur les elements 2D incompressibles * * (ICT3, ICQ4, ICT6, ICQ8) * * Verification du calcul de la rigidite * * Calculs en 2D : deformations et contraintes planes, axisymmetrie * * Sur un essai de traction simple, en effort impose, on verifie qu'il * * est bien retrouve a l'encastrement * ************************************************************************ ** Options generales MESS ; yo = 200.E9 ; nu = 0.3 ; pri = 1.E3 ; errmax = 0. ; tol1 = 1.E-10 ; ** Points du maillage p1 = 0. 0. ; p2 = 1. 0. ; p3 = 1. 2. ; p4 = 0. 2. ; ** Valeurs theoriques de l'effort de reaction (F = pression * section) fdp = pri * 1. ; fcp = pri * 1. ; fax = pri * pi * 1. ; ** Boucle sur les types d'elements finis REPE b1 n1 ; MESS ; MESS 'Element fini ' typef ; MESS 'Hypothese | F calculee | F theorique | Ecart relatif'; * maillage * boucle sur les hypotheses 2D REPE b2 3 ; * matrices de blocage SI (EGA &b2 1) ; moh = 'def. planes ' ; fth = fdp ; FINSI ; SI (EGA &b2 2) ; fth = fcp ; FINSI ; SI (EGA &b2 3) ; moh = 'axisymetrie ' ; fth = fax ; FINSI ; bl = bl1 ET bl2 ; * matrice de rigidite * second membre * resolution et calcul de l'effort de reaction a la base * calcul de l'ecart relatif SI (EGA &b2 1) ; err1 = ABS ((f1 - fdp) / fdp) ; FINSI ; SI (EGA &b2 2) ; err1 = ABS ((f1 - fcp) / fcp) ; FINSI ; SI (EGA &b2 3) ; err1 = ABS ((f1 - fax) / fax) ; FINSI ; MESS moh '|' f1 '|' fth '|' err1 ; FIN b2 ; FIN b1 ; ** Fin du cas test SI (errmax > tol1) ; MESS 'ECHEC DU CAS TEST' ; SINON ; MESS 'SUCCES DU CAS TEST' ; FINSI ; FIN ;
© Cast3M 2003 - Tous droits réservés.
Mentions légales