19 #ifndef OPM_AQUIFERHELPERS_HPP 20 #define OPM_AQUIFERHELPERS_HPP 22 #include <opm/input/eclipse/EclipseState/Grid/FaceDir.hpp> 26 #include <unordered_set> 34 bool neighborCellInsideReservoirAndActive(
const EclipseGrid& grid,
36 FaceDir::DirEnum faceDir,
37 const std::vector<int>& actnum,
38 const std::optional<
const std::unordered_set<std::size_t>>& numerical_aquifer_cells = std::nullopt);
41 #endif // OPM_AQUIFERHELPERS_HPP This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Definition: AquiferHelpers.cpp:59