Hello everyone,
Currently, I am using staggered approach (PARTITION) to solve my multiphysics problem. I have following questions regarding the convergence criteria:
1. Instead of having the same tolerance values for both partitions, how can I set the tolerance values for relative energy and residual separately in each partition?
2. Also, is it possible to change convergence criteria rather than relative energy and residual in Newton-Raphson iterations?
Thank you,
RD
PART
1 1 1 0
0 0 0 1
batch
PART,,1
prop,,1,2
end
1 0 0 1.e6 0 1 0 0
1 0 0 1.e6 1 0 0 0
batch
optimize
DT,,dt
TOL,,1e-16
LOOP,timestep,ns
time
part,,1
loop,,20
tang,,1
next
part,,2
loop,,20
tang,,1
next
next ! next timestep
END
inte
STOP