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

Fix for relative change (used in time step controllers) #6026

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

erikhide
Copy link
Contributor

This is a new and improved version of #4856. It adds the choice between using just pressure or saturation, or both, when calculating the relative change used in the time step controllers.

The current master adds pressure and saturation together in such a way that the saturation effectively doesn't do anything. Here, I've chosen to use only pressure as default, and I think this will give results more or less identical to what the current master gives.

Question: Might it make more sense to return the square root of the relative change (to get something resembling an L2 norm)?

@bska
Copy link
Member

bska commented Feb 21, 2025

jenkins build this failure_report please

@akva2
Copy link
Member

akva2 commented Feb 21, 2025

note: CI is in broken state.

@bska
Copy link
Member

bska commented Feb 21, 2025

CI is in broken state.

Okay. Is there a way to unbreak it within a reasonable timeframe?

@akva2
Copy link
Member

akva2 commented Feb 21, 2025

merge the missing opm-tests PR. i pointed it out but no response yet, #5937

@bska
Copy link
Member

bska commented Feb 21, 2025

jenkins build this failure_report please

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.

3 participants