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

How can I run a single-phase simulation with pressure boundary conditions? #8

Closed
sadafsobhani opened this issue May 10, 2019 · 1 comment
Projects

Comments

@sadafsobhani
Copy link

No description provided.

@JamesEMcClure
Copy link
Collaborator

Currently the pressure boundary condition is disabled within lbpm_permeability_simulator. This is because the approach to steady state will generally be faster if the flow is driven by an external body force.

If needed, it would be possible to implement the pressure BC in the same way that it is implemented for lbpm_color_simulator:

Option 1. Set the pressure values directly at the boundary (BC=2)
Option 2. Use the flux "consistency condition" to choose the pressure such that desired volumetric flow rate is achieved (BC=4)

@thomaram thomaram added this to Done in LBPM_dev Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants