Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the SSW Inviscid and Turb Tests and Examples #347

Open
sean-engelstad opened this issue Oct 23, 2024 · 1 comment
Open

Fix the SSW Inviscid and Turb Tests and Examples #347

sean-engelstad opened this issue Oct 23, 2024 · 1 comment

Comments

@sean-engelstad
Copy link
Contributor

sean-engelstad commented Oct 23, 2024

  • Somehow the SSW example cases that we ran for AFRL - the code isn't the up to date one we used.
  • Turn first order iterations off and flux limiter iterations off in those example directories.
  • Fix other issues and get it to work again, so we have a good way to check code is working well for wing problems
  • Looks like most of these changes are in an ssw-cruise branch on my fork => need to merge it in at some point
@sean-engelstad
Copy link
Contributor Author

I believe adjoint may not have been converging as deeply => look at SSW cruise examples.
Should we have adjoint_options = {"getgrad" : True, "outer_loop_krylov" : True, "store_full_stencil" : True} for Fun3d14Interface input to speedup the adjoint? Apparently store_full_stencil makes it much faster since doesn't reform the matrix each time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant