OPM / opm-grid

DUNE module supporting grids in a corner-point format
http://www.opm-project.org
GNU General Public License v3.0
18 stars 75 forks source link

Get coarse face from a refined face on the boundary of an LGR #711

Closed aritorto closed 6 months ago

aritorto commented 7 months ago

To compute transmissibility, a reduction-argument is used based on certain symmetry between the 'usual' 6 faces of a cell. When the grid is a CpGrid with LGRs, (refined) faces with one neighboring coarse cell and one neighboring refined cell can be found. In these cases, the reduction-argument based on 'symmetry' may lead to wrong transmissibility values.

An alternative approach to compute transmissibilities of faces located on LGR boundaries, the 'parent coarse / original' face from level zero could be tracked and used. This PR adds (and tests) the method getParentFace.

aritorto commented 7 months ago

jenkins build this please

aritorto commented 7 months ago

jenkins build this please

aritorto commented 7 months ago

jenkins build this please

aritorto commented 7 months ago

jenkins build this please

aritorto commented 6 months ago

jenkins build this please

aritorto commented 6 months ago

jenkins build this please

aritorto commented 6 months ago

jenkins build this opm-simulators=5218 please

aritorto commented 6 months ago

jenkins build this opm-simulators=5218 please

aritorto commented 6 months ago

jenkins build this opm-simulators=5218 please

aritorto commented 6 months ago

Replaced/improved by OPM/opm-grid#716