incompressible 3D wing #812
|
Hi all, I'm trying to make a 3D lifting surface work in incompressible condition. I've adapted onera wing with DASimpleFoam, but I cannot find a way to make the adjoint converge : KSP residual just remain at an almost constant value. The case is attached. My understanding is the following
Thanks for your help |
Answered by
friedenhe
Apr 17, 2025
Replies: 2 comments
|
Please use bounded Gauss upwind for div(pc) in fvScheme. Also, check this: https://dafoam.github.io/mydoc_get_started_faq.html#why-the-adjoint-equation-is-not-converging |
0 replies
Answer selected by
benoitpaillard
|
thanks a lots, it is now functional. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please use bounded Gauss upwind for div(pc) in fvScheme. Also, check this: https://dafoam.github.io/mydoc_get_started_faq.html#why-the-adjoint-equation-is-not-converging