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

This PR builds on #4029 which should be merged first. It adds documentation to some methods that are 'not-so-clear'.

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

This output was missing from the init file previously. Now MULTPV will be output if it is specified in the GRID or EDIT section. Support for MULTPV in the SCHEDULE...

1. extends the `FieldData` to it can handle multiple values per cell for the purpose of the keywords XMF and YMF, which holds the num_comp values per grid cells. 2....

Small adjustment that skips checking if the indices are within the range because this is already checked in the outer function. This function is very often called, so might give...