Hello Drej,
thank you for your help. It helped me so far.
I have now written an APDL as follows:
*DIM,dtab,ARRAY,100,2
NSEL,S,S,3,-1,0, ,0
*VGET,dtab(1,1),node,,nlist
*vfill,dtab(1,2),rand,0,100
So I have selected some Nodes by results and stored their nodenumbers into the first column of the array.
Then I have put a random number from 0 to 100 into the second column.
So now each nodenumber has one random number.
Now unfortunately I dont know the next step.
I want to select nodes, for example which have random numbers in their second column, that are equal 10 or below.
Thats how I want to make sure, that I have chosen around about 10% of all nodes.
How can I get those nodenumbers, which have a 10 or below in the second column
And how can I select the nodes, that have these nodenumbers?
I would be very happy if you have a solution for me.
Thank you.
Bye.