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

Linear stability analysis functionality #176

Merged
merged 44 commits into from
Mar 20, 2024
Merged

Conversation

jcallaham
Copy link
Collaborator

@jcallaham jcallaham commented Mar 20, 2024

Linear stability analysis is a prereq for reduced-order modeling and is also useful for validating flow configurations. This PR implements Arnoldi iteration with optional Krylov-Schur restart, including constructing shift-invert operators from a FlowConfig. Also adds scripts for stability analysis of the cylinder and cavity, which reproduce results in the reference papers.

There is also an experimental LinearizedBDF time-stepper, but I ended up going with shift-invert Arnoldi as a more efficient strategy than Krylov-Schur with time-stepping.

Screenshots of direct and adjoint modes for the cylinder:

image

image

@jcallaham jcallaham marked this pull request as ready for review March 20, 2024 08:53
@jcallaham jcallaham merged commit a423c40 into main Mar 20, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

1 participant