Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to find output request error

Status
Not open for further replies.

Ajith Kurian Baby

Mechanical
Joined
Mar 28, 2020
Messages
53
Location
IN
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top