opm-common
opm-common copied to clipboard
Common components for OPM, in particular build system (cmake).
I use it to output the Type name defined in TypeTag.
Return the sum of all passive tracers from TRACERS (options 1-3) instead of just max water tracers (option 2) when requested. This PR is in draft mode to test/discuss implications...
This PR adds support for outputting and reloading the `DUDS` restart file array which holds values of segment level UDQs (`SU*`) in an (#segments)-by-(# MS wells)-by-(#segment level UDQs) dense structure....
This PR reimplements the `RestartIO::RstUDQ` type with a view towards introducing support for restarting simulation runs containing user defined quantities (UDQs) associated to the segments of multi-segmented wells. In particular,...
In particular - Explicitly include some headers that will not be available through transitive inclusion - Remove some unneeded objects/helper functions - Move helper functions into anonymous namespaces where appropriate...
(reset from WellFilterCake in opm-simulators)
Currently a warning with 'well is not connected to the grid' is output if any connection is not connected to the grid. With this PR there is only a warning...
We will need to be able to - Calculate vertical transmissibilities during grid setup, which needs cell and face centers and face normal. Hence there is a function to get...