June 27, 2023 at 12:51 pm
Subscriber
@BenjaminStarling
Hi Benjamin,
I have exactly the same Idea. i have simulated a moving load in the form of a circular area. Now i want to simulate it using square area. i have removed the cylindrical coordinate system.
when i run the simulation, I am not able to Move the load to the next step.
Your help is welcomed.
This is my code
total_time = 10
time_step = 10
time_inc = 1
V_p = 2
Radius = 2
PV = 100
/PREP7
et,100,154
cmsel,s,surface1
type,100
esurf
allsel,all
/solu
*Do,I,1,total_time,1
Y_Local = V_p*TIME
wpcs,-1,0
wpof,,Y_Local
!cswp,11,1
esel,s,ename,,154
sfed,all,,pres
nsle
nsel,r,loc,X,0,10
nsel,r,loc,,Y,0,2
!csys,0
esln,r
sfe,all,,pres,,PV
allsel,all
outres,all,all
TIME,I
SOLVE
*enddo