20 #ifndef OPM_NUMERICALAQUIFERCONNECTION_HPP
21 #define OPM_NUMERICALAQUIFERCONNECTION_HPP
23 #include <opm/parser/eclipse/EclipseState/Grid/FaceDir.hpp>
39 FaceDir::DirEnum face_dir;
40 double trans_multipler;
42 bool connect_active_cell;
45 double ve_frac_relperm;
46 double ve_frac_cappress;
53 template<
class Serializer>
55 serializer(this->aquifer_id);
59 serializer(this->global_index);
60 serializer(this->face_dir);
61 serializer(this->trans_multipler);
62 serializer(this->trans_option);
63 serializer(this->connect_active_cell);
64 serializer(this->ve_frac_relperm);
65 serializer(this->ve_frac_cappress);
68 static std::map<size_t, std::map<size_t, NumericalAquiferConnection>>
71 static std::vector<NumericalAquiferConnection>
Definition: DeckRecord.hpp:32
About cell information and dimension: The actual grid information is held in a pointer to an ERT ecl_...
Definition: EclipseGrid.hpp:55
Definition: Serializer.hpp:38
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29
Definition: NumericalAquiferConnection.hpp:34