You are on page 1of 2

/NOPR

KEYW,PR_SET,1
KEYW,PR_STRUC,1
/PREP7
! Define Pile Element Type
ET, 1, BEAM188
! Define material properties
MP, EX, 1, 2e11
MP, PRXY, 1, 0.3
MP, DENS, 1, 7850
! Create a circular beam section for the pile
SECTYPE, 1, BEAM, CTUBE
SECDATA,0.45,0.5
! Create 22 nodes and change the view
N, 1, 0, 0, 0
NGEN, 22, 1, 1, 22, 1, 0, 0, 1, 0
/VIEW,1,1,1,1
/ANG,1
/REP,FAST

! Create elements of pile


E, 1, 2
E, 2, 3
E, 3, 4
E, 4, 5
E, 5, 6
E, 6, 7
E, 7, 8
E, 8, 9
E, 9, 10
E, 10, 11
E, 11, 12
E, 12, 13
E, 13, 14
E, 14, 15
E, 15, 16
E, 16, 17
E, 17, 18
E, 18, 19
E, 19, 20
E, 20, 21
E, 21, 22

! Enable Prestress
/SOL
ANTYPE,0
FINISH
/POST1
FINISH
/SOL
PSTRESS,1

! Fixed node 22
/SOL
D,22,ALL
! Apply force on node 1
F,1,FZ,1e7
ACEL,0,0,-9.80665
! Solve and plot result
/STATUS,SOLU
SOLVE
/VIEW,1,,1
/ANG,1
/REP,FAST
/POST1
GPLOT
/ESHAPE,1

FINISH
! Select number of modes to extract
/SOLU
ANTYPE,1
BUCOPT,LANB,1,0,0,CENTER
/STATUS,SOLU
SOLVE
FINISH
! Select number of modes to expand
/SOLUTION
ANTYPE,1
EXPASS,1
MXPAND,1,0,0,0,0.001,
/STATUS,SOLU
SOLVE
! Plot result
/POST1
PLDISP,1

You might also like