May 31, 2023 at 12:43 pm
Subscriber
Erik, I see what your original point was now that I opened the ds.dat input file and found an element type 201 for the follower element and the keyop,3,1,1 to keep the direction from changing!
/com,*********** Create Remote Point "Remote Force - Remote Point" ***********
*set,_npilot,74
_npilot50=_npilot
et,2,170
type,2
real,2
mat,2
keyo,2,2,1 ! don't fix pilot node
keyo,2,4,111111
tshape,pilo
en,38,74 ! create pilot node for rigid link
tshape
en,39,74,1
/com,*********** Define Vertex Force Using Follower Elements ***********
et,3,201
keyo,3,1,1 ! Keep the direction constant
keyo,3,2,1 ! Apply Forces only, not moment
mat,3
real,3
type,3
en,40,1
r,3
rmod,3,1,1.0, ! FX
mat,4
real,4
type,3
en,41,1
r,4
rmod,4,2,1.0, ! FY
mat,5
real,5
type,3
en,42,1
r,5
rmod,5,3,1.0, ! FZ
/gst,on,on
fini
In this model, the type ID for the FOLLW201 element is 3 so the Keyops are as shown below.
Thank you for the help Erik!