Hi
The value of VCUT is 0.1. However, I think the problem lies in, as what you've mentioned before, in the FUDRAG and FVDRAG.
So I printed the FVDRAG and FUDRAG for each IPOIN (There are 10 nodes in the TEC) using this command:
WRITE(LU,*) IPOIN,FUDRAG%R(IPOIN),FVDRAG%R(IPOIN)
and this is the result from iteration 680 to 683:
There is a huge difference in IPOIN=104330, as mentioned in the green square, and when I create a graph listing the value of FUDRAG from iteration 600 to 683, this is what it came up with:
The anomaly happens only for FUDRAG in IPOIN=104330. the FVDRAG and the rest of the IPOINS are all good (I don't know about the jagged lines but it doesn't seem to be a problem).
Does this still mean that the problem occured in the dragfo subroutine?
Thanks a lot.