Vous êtes sur la page 1sur 2

!

!
!

www.onlinefea.com
ANSYS Tutorials
2D Plane Strain Analysis of a Pressure Vessel
Adapted from Mac Donald, Practical Stress Analysis with Finite Elements,
Glasnevin, 2011, page 327-328

!
!*
/Prep7
!
!
Define Element Type - 2D Plane Solid
!
ET,1,PLANE183
!
!
Set Element Type Options
!
KEYOPT,1,3,2
! Plane Strain behaviour
!
!
Define Material Model
!
mp,ex,1,207e9
mp,prxy,1,0.27
!
!
Define the Geometry: An Annulus
!
Center at 0,0 inner radius = 0.1, outer radius = 0.12
!
start angle = 0, end angle = 90
!
CYL4,0,0,0.1,0,0.12,90
!
!
Meshing
!
aesize,all,0.001
! set the element area size to 0.001m for all areas
mshape,0,2d
! use quadrilateral 2D elements
mshkey,1
! use mapped meshing
amesh,all
! mesh all areas
!
!
Boundary Conditions
!
lsel,s,loc,y,0
! select all lines with a y coordinate of zero
lsel,a,loc,x,0
! additionally select lines with a x coordinate of zero
dl,all,,symm
! place a symmetry boundary condition on all currently s
elected lines
allsel
! select everything
!
!
Apply Loads
!
lsel,s,line,,3
! select the line on the inner surface of the vessel
sfl,all,pres,10000,
! apply a pressure load of 10,000 Pa to this line.
allsel
!
!
Save the model and sovle
!
SAVE
/sol
SOLVE
FINISH
!
!
Post Processing
!
/POST1
!
pldisp,1
! plot the deformed shape

!
plnsol,s,1,0,1.0
!
plnsol,s,2,0,1.0
!
plnsol,s,3,0,1.0
!

! plot the 1st principal stress


! plot the 2nd principal stress
! plot the 3rd principal stress

Vous aimerez peut-être aussi