You are on page 1of 3

FINISH

/CLEAR,START
!
!
/PREP7
!pre processor phase
!
!--------------------------------------------------------------------! - variable definition
!--------------------------------------------------------------------!
aa = 0.29
!(m)
bb = 0.21
!(m)
hh = 0.00035 !(m)
!
!-------------------------------------->elastic properties of the lamina
!
E1 = 153E9
!(Pa)
E2 = 10.9E9
!(Pa)
G12 = 5.6E9
!(Pa)
G23 = 1.2E9
!(Pa)
VV = 0.3
!Coeficiente de Poisson
RHO = 7850
!(kg/m^3)
!
NDIVX = 25
NDIVY = 18
!
!--------------------------------------------------------------------! -Keypoint definition
!--------------------------------------------------------------------!
! #
X
Y
Z
!
K,1, 0,
0,
0
K,2, aa,
0,
0
K,3, aa,
bb,
0
K,4, 0,
bb,
0
!
!
!--------------------------------------------------------------------! - lines definition
!--------------------------------------------------------------------!
L,1,2
L,2,3
L,3,4
L,4,1
!
/title, Geometria - seccao
/PNUM,LINE,1
!
/Title, 'Definicao da geometria da placa'
GPLOT
GPLOT
*ask,tecla,'Enter to continue'
!
!--------------------------------------------------------------------!element definition
!--------------------------------------------------------------------!
ET,1,SHELL181

!
KEYOPT,1,3,2
KEYOPT,1,8,1
!
UIMP,1,EX,EY,EZ,E1,E2,E1
UIMP,1,GXY,GYZ,GXZ,G12,G23,G12
UIMP,1,PRXY,PRYZ,PRXZ,VV,(E2/E1)*VV,VV
UIMP,1,DENS,1500
!
sect,1,shell,,
secdata, hh,1,0.0,3
secdata, hh,1,90,3
secdata, hh,1,0.0,3
secdata, hh,1,45,3
secdata, hh,1,-45,3
secdata, hh,1,-45,3
secdata, hh,1,45,3
secdata, hh,1,0.0,3
secdata, hh,1,90,3
secdata, hh,1,0.0,3
secoffset,MID
!
/Title, 'Definicao do empilhamento do laminado'
GPLOT
GPLOT
SECPLOT, 1,,,
*ask,tecla,'Enter to continue'
!
!--------------------------------------------------------------------!mesh
!--------------------------------------------------------------------!
AL,1,2,3,4
!
LESIZE,1, , ,NDIVX
LESIZE,2, , ,NDIVY
LESIZE,3, , ,NDIVX
LESIZE,4, , ,NDIVY
!
AMESH,1
!
/Title, 'Malha definida'
GPLOT
GPLOT
*ask,tecla,'Enter to continue'
!
!--------------------------------------------------------------------!Fase de soluo
!--------------------------------------------------------------------!
/SOLU
!
ANTYPE,0
PSTRES,ON
!Ligar PRESTRESS para a anlise de Buckling
!
DL,1,1,ALL,0
DL,4,1,ALL,0
DL,2,1,UX,0
DL,2,1,UY,0
DL,2,1,UZ,0

DL,3,1,UX,0
DL,3,1,UY,0
DL,3,1,UZ,0
!
LSEL,ALL
SFL,ALL,PRES,1
ALLSEL, ALL
!
/Title, 'Condicoes de fronteira definidas CHHC'
GPLOT
GPLOT
*ask,tecla,'Enter to continue'
!
/STATUS,SOLU
SOLVE
!
FINISH
*ask,tecla,'Iniciar analise de instabilidade - ENTER'
!
/SOLU
ANTYPE,1
!
BUCOPT,SUBSP,5,0,0,
!BUCOPT,LANB,5,0,0,
!
/STATUS,SOLU
SOLVE

You might also like