Dear all,
I am using a staggered approach in FEAP 8.6. Both partitions influence each other, but the number of needed outer iterations can vary a lot. So there is an iterationloop around both partitions additional to the loops around each partition. I want to check the monolithic residual after both partions are solved. When the residual is converged, the solution shall continue with the next time step immediately. In the manual I found the key word ‘FORM CONV’, which I thought would check the convergence and exit the loop, if convergence is reached. The corresponding part of the input file is as followed:
BATCH
DT,,dt
LOOP,,te/dt
TIME
LOOP,,10
PART,,2
LOOP,,10
UTAN,,1
NEXT
PART,,1
LOOP,,10
UTAN,,1
NEXT
MONOlithic
FORM CONVerge
NEXT
PVIE TIME
NEXT
END
FORM CONV calculates the residual norm as expected, but the loop is always exited even for residual norm = 1e-2. Did I mistake the functionality of FORM CONV or is there an additional command needed?
Thanks a lot in advance.