I want to apply forces on a circular boundary along radius.The numbers of the boundary nodes are 1,14,27,40,53,66,79,92,...
I use the command:
.........................
LOOP,,12
FORCe
1+n 0 1*cosd(ang) 1*sind(ang)
ang = ang+30
n = n+ 13
NEXT
........................
And the initial value of n and ang are 0.
But only the first force will be applied!
What's wrong with this command?
Thanks!!