How to improve convergence of the adjoint linear equation #74
Replies: 2 comments 10 replies
-
Can you elaborate on which solver you are using, what type of geometry you try to simulate, and what is the flow condition (subsonic or transonic)? |
Beta Was this translation helpful? Give feedback.
-
How many cells did you have for the refined mesh? How many orders of magnitude did the flow residuals converge for refined mesh? Did you have a large flow separation? If the flow did converge well, but the adjoint still not converging, try to: 1. Change |
Beta Was this translation helpful? Give feedback.
-
Hello Dr He,
I have some trouble on convergence of the adjoint linear equation, especially when using pressure boundary condition (i.e., for pressure: totalPressure on inlet , fixedValue on outlet; for velocity: pressureInletOutletVelocity on inlet, inletOutlet on outlet) , it is almost impossible to get a convergent solution of the adjoint linear equation. I have tried your suggestions in the documentation, i.e., increase pcFillLevel to 2 or using 'nd' as jacMatReOrdering method, but both are not helping.
So what are the factors that prevent adjoint linear equation from convergence? If my case fail due to divergence of the adjoint linear equation, is there a way to find out the key issue and improve it by tuning some parameters, may be grid quality or normalization of state variables? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions