I have trying to simulate FSI using overset mesh in openFoam for fluid and calculiX for solid. Since, the pressure fluctuation and interface force can generate noisy data due to overset; I have seen that the simulation is successfully running and suddenly diverges for QR1 filter. The divergence does not make sense as simulation was running smoothly through more dynamic phase. Although, QR3 filter seems to overcome that sudden divergence, i have following question to discuss. (1) running simulation with QR1 and restarting with QR3 never works but works for QR2. (2) What should be the limit of the various QR filters. (3) Which is better for stability in highly complex FSI simulation. Further, anyone who has simulated FSI using precice with overSet mesh in openFoam, any suggestion and insights are welcomed. Thank you.
I am using parallel implicit scheme with nearest neighbor mapping as i have made a conforming mesh. Can, the RBF with global interpolation help with stability.
The divergence does not make sense as simulation was running smoothly through more dynamic phase.
I suspect that after the dynamic phase, QR1 has filtered out too many new columns which actually has information needed for converging. QR2 and QR3 don’t have the tendency of deleting new columns, which may be better for your case.
(1) running simulation with QR1 and restarting with QR3 never works but works for QR2.
How does your complete configuration for acceleration look like?
(2) What should be the limit of the various QR filters.
Some hints are given here, but the final answer is case-dependent.
(3) Which is better for stability in highly complex FSI simulation.
QR2 is recommended over QR3 in this case. QR1 is also good when the filter limit is tuned.
But suddenly diverging at time-wndow 233. This sudden divergence is due to crash of overSet mesh interpolation on OF2306. Any suggestion on this are welcomed. I have also attached the lift, tip displacement, and faceSkewness of my case.
Actually sudden blow up was caused by oversolving the fluid while the mesh deformation (displacementLaplacian) is undersolved. I resolved my problem by maintaining the balance. Further, overset is very sensitive to the parallel simulation setup.