Stationary analysis with various load steps in ANSYS APDL
Stationary analysis with various load steps in ANSYS APDL
(OP)
Hello everyone, I am doing stationary analysis on ANSYS APDL with various load steps, in the first step I simulate thermal expansion with certain displacement restrictions, in the following steps I need simulate with the displacements obtained from the first load step.
Someone knows how to do this?
Someone knows how to do this?





RE: Stationary analysis with various load steps in ANSYS APDL
Take a look below and check if it helps you. It´s an analysis where a displacement was applied in order to represent a pretension in bolt of a flanged connection. Then a internal pressure was applied in the flange.
sload,1,pl01,tiny,disp,2.5,1,1 !preload equivalent displacement
time,1
solve
lsel,s,,,3
lsel,a,,,4
lsel,a,,,40,41
nsll,s,1
sf,all,pres,p
alls
time,2
solve
RE: Stationary analysis with various load steps in ANSYS APDL
I have already solve my problem, I used the RIMPORT command and it work great for me.