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

Capillary pressure interpolation #82

Open
berland opened this issue Jan 27, 2020 · 1 comment
Open

Capillary pressure interpolation #82

berland opened this issue Jan 27, 2020 · 1 comment
Assignees
Labels
wontfix This will not be worked on

Comments

@berland
Copy link
Collaborator

berland commented Jan 27, 2020

Capillary pressure is currently interpolated linearly, while it might make more sense to interpolate this logarithmically.

@berland
Copy link
Collaborator Author

berland commented Jan 27, 2020

The PR fails due to no special treatment of pc=0. Capillary pressure is allowed to be both zero and negative, and this poses problems for any logarithmic treatment. It can perhaps be solved by treating saturations at pc=0 similarly to relperm endpoints (sorw/sgcr/swcr), but it will require some more coding than the current PR.

@berland berland added the wontfix This will not be worked on label Feb 5, 2020
@berland berland closed this as completed Apr 21, 2021
@berland berland reopened this Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants