opm-common
opm-common copied to clipboard
Common components for OPM, in particular build system (cmake).
This PR replaces the static "RUN AT" timestamp currently used in the `WELSPECS` report (`RPTSCHED` keyword) with the current (local) time when the report is emitted. As an example, following...
These PRs adds support for explicitly initialising a deck with `DISGASW`, setting `RSW` in the `SOLUTION`. Relevant for the Reference Manual (@blattms please let me know if I should provide...
The `MICP` implementation is updated to use the new lineariser, support dispersion, diffusion, sources, bcs, and summary variables. In addition, now to set the parameters the keyword `BIOFPARA` (which can...
I think it is time to think about removing MINNPCOL. Setting the default to 3 should make it more or less redundant.
The PR is introducing a new application networkgraph. This can be used to visualize a production network (extended network model). This visualization is also including wells. Input for this program...
This PR adds support for multi-segment wells to the `WELTRAJ`/`COMPTRAJ `keywords. A yes/no option is added to `COMPTRAJ `and if it is set, the equivalent to `WELSEGS`/`COMPSEGS `will be generated...
Motivation is to make it easy always to try to reopen wells that are shut due to convergence. See https://github.com/OPM/opm-simulators/pull/6067
std::pow may throw for negative base and non-integer exponent, g++ doesn't. Here we add an explicit throw.
Depends on OPM/opm-simulators#5831 and OPM/opm-tests#1271. With this PR, the keyword GLIFTOPT is activated for the use in a PYACTION. Since GLIFTOPT needs the keyword LIFTOPT before, I've added a warning:...