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

The models module for the Open Porous Media Simulation (OPM) framework

Results 31 opm-models issues
Sort by recently updated
recently updated
newest added

Various small niggles to enable usage of float Scalars. Only opened for visibility, do not intend to merge in this form.

* avoid getting zero in matrix in zero pressure/zero flux case * may make it easier to have lower/upper limits on pressures This should be the correct, but it will...

> Draft for discussion. This adds an example that can be matched against other simulators. Example uses non-equilibrium initial conditions to simulate a CO2 displacement. Depends on PR in opm-common:...

This PR will be used by https://github.com/OPM/opm-simulators/pull/5097 to debug a jenkins failure, see https://github.com/OPM/opm-simulators/pull/5097 for more information

See: https://github.com/OPM/opm-common/pull/3870#issue-2098549925 When a faulty file is detected, the program still continues because the error is caught here: https://github.com/OPM/opm-models/blob/a89ccecaa38aa552873a7a90f50902eb7327abd1/opm/models/parallel/tasklets.hh#L234 Suggestion for improvement: https://github.com/OPM/opm-common/pull/3870#issuecomment-1911661089

Restrict update of rs/rv, rsw/rvw and zfraction in the extended blackoil model by the saturation scaling factor from the Appleyard-chopping. This is part 1 of https://github.com/OPM/opm-models/pull/803

- changed asserts to throw - added checks on positivity of physical quantities -Saturation is not checked

For the almost only water case the primary variables are p, sg and sw. 1) Use sw>=1-1e-6 as threshold for defining almost only water 2) Add sg to sw if...

Add possibility for double sided flux evaluation using the tag system. Flores calculation is restructured to facilitate it.