19#ifndef OPM_AQUIFERHELPERS_HPP
20#define OPM_AQUIFERHELPERS_HPP
22#include <opm/input/eclipse/EclipseState/Grid/FaceDir.hpp>
26#include <unordered_set>
30 namespace AquiferHelpers {
31 bool neighborCellInsideReservoirAndActive(
const EclipseGrid &grid,
int i,
int j,
int k,
32 FaceDir::DirEnum faceDir,
const std::vector<int>& actnum,
33 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