[bugfix?] Add overlap cell even if intersection has zero transmissibility#726
[bugfix?] Add overlap cell even if intersection has zero transmissibility#726blattms wants to merge 1 commit intoOPM:masterfrom
Conversation
…lity. While there might be now flow of oil/gas/water, there might be heat conduction. I think in that case we need to see the neighbor in parallel.
|
jenkins build this please |
|
benchmark please |
|
Benchmark result overview:
View result details @ https://www.ytelses.com/opm/?page=result&id=2501 |
Good point. Would it be easy to make this configurable? The original implementation comments that not adding this overlap may improve parallel performance, which sounds like an option is a good idea. Also we do not have any idea if this condition has ever been triggered (or at least I don't), maybe we should try to make a count? |
|
The same would be in the case of mechanics. I think it is to make the grid and or overlap should not depend to much or physics and or discretization. |
While there might be no flow of oil/gas/water over an intersection with zero transmissibility, there might still be heat conduction. I think in that case we need to see the neighbor in parallel.
I have to admit that I don't have the slightest idea how heat transport is implemented. So this wild guess might very well be wrong.
Hence this is up for discussion,