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

Merge Navier-Stokes-Brinkman implementation from Fortran to C++ #236

Open
1 task done
JonathanPham opened this issue Aug 12, 2024 · 0 comments
Open
1 task done
Labels
enhancement New feature or request

Comments

@JonathanPham
Copy link

Problem

The Navier-Stokes-Brinkman equations were originally implemented by @fgerosa in the Fortran version of svFSI for modeling porous media in her paper. We want to merge this implementation into svFSIplus.

Solution

The Navier-Stokes equations implemented in fluid.[h/cpp] should be updated to be Navier-Stokes-Brinkman equations, where the Brinkman component can be turned off or on, depending on the desired physics. If this component is turned off, then we should recover exactly the original Navier-Stokes implementation. If it is turned on, then the simulations should exhibit permeability effects (from the Brinkman term).

There is a permeability parameter used in the Brinkman component. We can set this parameter to have a default value of 0, so that the default physics is Navier-Stokes.

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
@JonathanPham JonathanPham added the enhancement New feature or request label Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant