Ajith Kurian Baby
Mechanical
- Mar 28, 2020
- 53
I am doing a wear simulation using UMESHMOTION subroutine. in the subroutine, I used a utility routine CALL GETVRN(NODE,'V',VEL,JRCD,JGVBLOCK,LTRN).
JRCD is a return code which is returned as 0 when no error is present or 1 when there exists an output request error or all components of the output request are zero.
In this problem always my JRCD value is returned as 1. I am not able to figure out the reason for this.
In my model, there are 2 bodies in relative motion and bottom one is fixed while top one is having a periodic motion. I had given a node number of top body in an if loop so that the velocity will not be zero inside the utility routine. Kindly help me to solve this issue.
JRCD is a return code which is returned as 0 when no error is present or 1 when there exists an output request error or all components of the output request are zero.
In this problem always my JRCD value is returned as 1. I am not able to figure out the reason for this.
In my model, there are 2 bodies in relative motion and bottom one is fixed while top one is having a periodic motion. I had given a node number of top body in an if loop so that the velocity will not be zero inside the utility routine. Kindly help me to solve this issue.