19#ifndef OPM_AQUIFERHELPERS_HPP
20#define OPM_AQUIFERHELPERS_HPP
22#include <opm/input/eclipse/EclipseState/Grid/FaceDir.hpp>
26#include <unordered_set>
33namespace Opm::AquiferHelpers {
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);
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30