Bård Skaflestad

Results 36 issues of Bård Skaflestad

I'm about to do some work on vertical scaling of saturation functions, especially the features that are introduced by the ECLIPSE keywords `KRWR`, `KRGR`, `KRORW`, and `KRORG`. As part of...

Previously, we would save this information–but never restore it–only for autonomous ICDs ("AICD"). This PR expands our restart support for segment level "devices" (Spiral ICDs, Autonomous ICDs, Valves) to utilise...

This PR adds logic to extend gas property tables entered using the PVDG or PVTG keywords to low pressure values if needed. When we compute well production potentials (e.g., summary...

Issue OPM/opm-simulators#4804 was ultimately caused by user getting incorrect information about `PYACTION`'s `run` function's parameter list from our manual. The `actionx_callback` parameter was introduced in the 2022.04 release, but our...

Is there a reason that the [wellgraph](https://github.com/OPM/opm-common/blob/c5267ad7e6e2554f9d9bf2845e45655d410304ce/examples/wellgraph.cpp) utility is not included in `make install`? Being able to produce images like the one below (from [`MOD4_GRP.DATA`](https://github.com/OPM/opm-tests/blob/1364c2cb8e630bffe09845d9eaac3413ddfadbd1/model4/MOD4_GRP.DATA)) is very useful, and I...

This commit includes the fraction of pore-volume whose CNV targets are violated as a new per-iteration quantity in the INFOITER file (`--output-extra-convergence-info=iteration`), with the column header `CnvErrPvFrac`. We collect the...

To guard against this combination failing in the future.

The `interiorBorder` category is **probably** equivalent to the `interior` category for codimension zero elements, but it's better to be safe than sorry. We don't want to accumulate pore-volume contributions twice.

I'm currently reworking the logic for outputting per-cell fluid-in-place volumes to the restart file and had occasion to look at the licence terms in [`ebos/eclgenericoutputblackoilmodule.cc`](https://github.com/OPM/opm-simulators/blob/ae9ddfbea461d4282f4378bb3a73134599bf6987/ebos/eclgenericoutputblackoilmodule.cc#L3). This licence block refers to...

If an action block happens to run a UDQ ASSIGN operation and, furthermore, happens to run at the last time step of an episode then the ["clear pending assignments"](https://github.com/OPM/opm-common/blob/6af6865727aa4b513adf40b37f56656772fcf7f3/opm/input/eclipse/Schedule/ScheduleState.cpp#L160-L168) behaviour...