Without QP

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 4

/NOPR

KEYW,PR_STRUC,1
/PREP7
! Define Spring Element Type
ET, 1, COMBIN14
! Define Pile Element Type
ET, 2, BEAM188
! Define Real Constants of COMBIN14
R, 1, 11310100
R, 2, 13450100
R, 3, 14885000
R, 4, 15994900
R, 5, 16912600
R, 6, 29280800
R, 7, 30585200
R, 8, 31741400
R, 9, 32783400
R, 10, 33734600
R, 11, 11115600
R, 12, 12157800
R, 13, 13200000
R, 14, 14242200
R, 15, 15284400
R, 16, 16482300
R, 17, 17680300
R, 18, 18878200
R, 19, 20076100
R, 20, 21274000
! Define material properties
MP, EX, 1, 2e11
MP, PRXY, 1, 0.3
MP,DENS,1,7850
! Create a pipe beam section for the pile
SECTYPE, 1, BEAM, CTUBE
SECDATA,2.5,3
! Create 23 nodes and change the view
N, 1, 0, 0, 0
NGEN, 23, 1, 1, 23, 1, 0, 0, 1, 0
/VIEW,1,1,1,1
/ANG,1
/REP,FAST

! Assign real constant for COMBIN14 elements


REAL, 1
E, 2, 23
E, 3, 23

REAL, 2
E, 3, 23
E, 4, 23

REAL, 3
E, 4, 23
E, 5, 23

REAL, 4
E, 5, 23
E, 6, 23
REAL, 5
E, 6, 23
E, 7, 23

REAL, 6
E, 7, 23
E, 8, 23

REAL, 7
E, 8, 23
E, 9, 23

REAL, 8
E, 9, 23
E, 10, 23

REAL, 9
E, 10, 23
E, 11, 23

REAL, 10
E, 11, 23
E, 12, 23

REAL, 11
E, 12, 23
E, 13, 23

REAL, 12
E, 13, 23
E, 14, 23

REAL, 13
E, 14, 23
E, 15, 23

REAL, 14
E, 15, 23
E, 16, 23

REAL, 15
E, 16, 23
E, 17, 23

REAL, 16
E, 17, 23
E, 18, 23

REAL, 17
E, 18, 23
E, 19, 23

REAL, 18
E, 19, 23
E, 20, 23

REAL, 19
E, 20, 23
E, 21, 23
REAL, 20
E, 21, 23
E, 22, 23

! Create elements of pile


TYPE, 2
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

! Fix node 23
/SOL
D,23,ALL
D,22,ALL
! Apply force on node 1
F,1,FZ,1e9
! Enable gravity
ACEL, 0, 0, -9.806
! Enable Prestress
/SOL
ANTYPE,0
FINISH
/POST1
FINISH
/SOL
PSTRESS,1

! 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