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

Multi-component steady Navier-Stokes flow solver #1

Merged
merged 11 commits into from
Dec 7, 2023
Merged

Conversation

dreamer2368
Copy link
Collaborator

@dreamer2368 dreamer2368 commented Dec 5, 2023

SteadyNSSolver is implemented as a child class of StokesSolver that solves for steady Navier-Stokes flow equation.

  • As for all other MultiblockSolvers, all the necessary steps to solve the nonlinear equation is encapsulated in SteadyNSSolver::Solve.

SteadyNSSolver currently only supports tensorial ROM.

  • Aside from the usual projected matrix, SteadyNSSolver also saves/loads the 3rd-order tensors for nonlinear convection operator.
  • MFEMROMHandler::NonlinearSolve provides a generic solving routine for a nonlinear ROM operator provided by SteadyNSSolver (and any other future nonliner MultiblockSolver).
  • In case of using other nonlinear ROM approaches, developers can define their own nonlinear ROM operator to feed MFEMROMHandler::NonlinearSolve.
  • ROMHandler only keeps the projected linear operator, and any nonlinear ROM operators will be owned by MultiblockSolver.

@dreamer2368 dreamer2368 marked this pull request as ready for review December 5, 2023 04:30
@dreamer2368 dreamer2368 changed the title Ns multi comp Multi-component steady Navier-Stokes flow solver Dec 7, 2023
@dreamer2368 dreamer2368 merged commit 469946b into main Dec 7, 2023
2 checks passed
@dreamer2368 dreamer2368 deleted the ns-multi-comp branch July 9, 2024 20:15
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