Pavel Tomin
Pavel Tomin
Useful for sequential, removes the need to create well rate tables with zero rate for t < 0
(didn't touch hybrid FVM and proppant)
needs to go after https://github.com/GEOS-DEV/GEOS/pull/3369
- move `calculateElementCenters` for subregions earlier into `FaceManager::computeGeometry`, so cell centers for surface elements are available when well perforation is processed - remove `registerWrapper` for `elementCenter` and `elementVolume` in `EmbeddedSurfaceSubRegion`,...
This PR includes preparatory changes for supporting well to frac connections. - replace `CellElementSubRegion` with `ElementSubRegionBase` where possible - where not possible - use templates - introduce `targetRegion` for perforations,...
more or less ready for code review (a couple of missing pieces for flux derivatives), but needs more testing lots of duplication between multiphase and single phase solvers - to...
currently density in gravity term is `0.5(rho_i+rho_j)` where `i` and `j` are the cells here we are changing it to more commonly used treatment that checks phase presence leading to:...