GeorgeEllwood
Mechanical
- Aug 22, 2006
- 134
Hello,
I'm trying to run some apdl script in workbench to select and then find the coordinates of the node with the highest stress. This is using an NSORT and then a *GET command. This works for the entire model when it finds the node with the highest stress. The model is made up of 5 different bodies, I'd like to find the node with the highest stress in each of the bodies.
I've tried to do this by selecting a single body and then creating a named selection in this instance called 'FS'.
In the command snippet I've added:
cmsel,s,FS
However this isn't working, it's not returning any results when previously it was when there was no named selection.
Can anyone advise?
Many thanks
George
I'm trying to run some apdl script in workbench to select and then find the coordinates of the node with the highest stress. This is using an NSORT and then a *GET command. This works for the entire model when it finds the node with the highest stress. The model is made up of 5 different bodies, I'd like to find the node with the highest stress in each of the bodies.
I've tried to do this by selecting a single body and then creating a named selection in this instance called 'FS'.
In the command snippet I've added:
cmsel,s,FS
However this isn't working, it's not returning any results when previously it was when there was no named selection.
Can anyone advise?
Many thanks
George