I have a cantilever beam and I want to drive a transient analysis. I used this code but the problem is ansys never end the calculation, is this code wrong or what?
/SOLU
ANTYPE,4
TRNOPT,FULL,,DAMP
LUMPM,0
OUTRES,ALL,ALL
DELTIM,Tres ! Specifies the time step sizes
TINTP,,0.25,0.5,0.5
!At the starting point
TIME,Tstep ! Sets time to Tstep seconds
F,350,FZ,frce
KBC,1 ! Ramped load step
SOLVE
FDELE,350,ALL ! Delete the load at the end
*GET,y,NODE,351,U,Z
y=y*1000