Ajith Kurian Baby
Mechanical
- Mar 28, 2020
- 53
Dear Sir,
I am dealing with a problem in which two bodies are in relative motion. the bottom body is fixed and the top is in motion. the top body is given with periodic boundary condition. The top body is also applied with pressure load. I was using "umeshmotion" subroutine and need to extract the velocity of the nodes of top body. I used the following code to get the same
if (NODE.EQ.3)then
ULOCAL(NDIM)=0
call GETVRN(NODE,'V',VEL,JRCD,JGVBLOCK,LTRN)
else
.....
but while executing the code it always returns a very small value 3.952525166729972E-323 or 0.000000000000000E+000
I replaced the variable V with U, but it is also displaying the same value.
It would be very much helpful if you could help me to sort out this issue.
I am dealing with a problem in which two bodies are in relative motion. the bottom body is fixed and the top is in motion. the top body is given with periodic boundary condition. The top body is also applied with pressure load. I was using "umeshmotion" subroutine and need to extract the velocity of the nodes of top body. I used the following code to get the same
if (NODE.EQ.3)then
ULOCAL(NDIM)=0
call GETVRN(NODE,'V',VEL,JRCD,JGVBLOCK,LTRN)
else
.....
but while executing the code it always returns a very small value 3.952525166729972E-323 or 0.000000000000000E+000
I replaced the variable V with U, but it is also displaying the same value.
It would be very much helpful if you could help me to sort out this issue.