Ansys Learning Forum Forums Installation and Licensing Ansys Products Static Structural: Such thing as Centripetal Force? Reply To: Static Structural: Such thing as Centripetal Force?

dlooman
Ansys Employee

I was wrong about the sign of the rotational velocity being ignored.  It's just that the centrifugal forces are the same whether the rotational velocity is positive or negative.  There is an APDL way to apply centripetal force as illustrated by the commands below.  The LDREAD command can read the reaction forces from a previous solution.  So the idea is to apply the rotational velocity to the model completely fixed and then read the reaction forces into a subsequent analysis LDREAD,REAC,Last.   Because the reaction forces have the opposite sign of the centrifugal forces, they are converted to centripetal forces.  This procedure might be problematic in Workbench Mechanical because the initial rst file has to be moved to the working directory and Mechanical deletes all the files when the solution starts.  Maybe a command like /sys, copy D:\path\file.rst .  could copy it over just before the LDREAD command.

/prep7
et,1,185
mp,ex,1,1e7
mp,nuxy,1,0.3
mp,dens,1,0.000754
block,9,10,,10,,1
esize,.5
vmesh,1

d,all,all
fini

/solu
omega,,,1000
solve
fini

/prep7
ddele,all,all
omega,0,0,0        ! Zero rotational velocity
nsel,s,loc,y,0
d,all,all
nsel,all
ldread,reac,last   ! Read reaction forces from first analysis
fini

/solu
solve
fini

/post1
set,last
plnsol,ux