opm-common icon indicating copy to clipboard operation
opm-common copied to clipboard

Common components for OPM, in particular build system (cmake).

Results 191 opm-common issues
Sort by recently updated
recently updated
newest added

Tests (https://github.com/OPM/opm-tests/pull/748) confirm user feedback that the DEPTH, TRANX/Y/Z options are not working.

When using the `AQUANCON` keyword to declare analytical aquifer connection, for example: ``` -- -- ANALYTIC AQUIFER CONNECTION -- -- ID ---------- BOX --------- CONNECT AQF AQF ADJOIN -- NUMBER...

I have a model which I cannot share that will not run because of a distorted grid around the faults, the error message is: ``` Processing grid flow: /home/david/OPM/GitHub/opm-grid/opm/grid/common/GeometryHelpers.hpp:151: double...

This case test the WELSPECS keyword in the ACTIONX block and is similar to the previous test, except the WCONPROD keywords etc are in the ACTION block and the WELSEGS...

The ACTIONX EXIT command works as expected, except it does not write out the requested RSM file at the end of the run. Test deck attached. [ACTIONX_GCONPROD-EXIT.zip](https://github.com/OPM/opm-common/files/7615850/ACTIONX_GCONPROD-EXIT.zip)

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...

That it is a bit too much for me without documentation. I can distinguish what `info`, `warning`, `debug`, maybe even `bug` is for, but what is up with rest of...

I'm testing the GCONSUMP keyword in the main deck and also in an ACTIONX block, but unfortunately the gas consumption summary vectors are not written out: ``` -- -- FUEL...

This keyword is not parsed correctly: ``` UDQ ASSIGN FU_X 1 / / This text will break flow ```

Flow is not supporting a SAVE file similar to the commercial simulator Eclipse. Rather that writing a complete SAVE file (which can be opened with the LOAD keyword), flow is...