June 28, 2021 at 12:44 pm
Subscriber
The 4rth load step is just the sum of the previous load step (from 1 to 3rd , where different loading condition has been applied).
Inside the static structural tree I wrote the following APDL command:


And all this APDL code work very well to get force reaction and moment reaction, that are boundary condition:

But, the same code doesn't work for the Joint probe

The solution can be found for each load steps (the first load step is zero because I didn't put any load) , see results for 2nd and 3rd load steps, so, the issue could be on the APDL code and it have nothing to do on boundary condition or joint node. Maybe to store joint forces and moments I have to write other APDL code?
Thanks.