|
opm-common
|
Public Member Functions | |
| SingleNumericalAquifer (const std::size_t aqu_id) | |
| void | addAquiferCell (const NumericalAquiferCell &aqu_cell) |
| void | addAquiferConnection (const NumericalAquiferConnection &aqu_con) |
| void | postProcessConnections (const EclipseGrid &grid, const std::vector< int > &actnum) |
| std::size_t | numCells () const |
| std::size_t | id () const |
| std::size_t | numConnections () const |
| const NumericalAquiferCell * | getCellPrt (std::size_t index) const |
| void | applyMinPV (const EclipseGrid &grid) |
| std::unordered_map< std::size_t, AquiferCellProps > | aquiferCellProps () const |
| std::vector< NNCdata > | aquiferCellNNCs () const |
| std::vector< NNCdata > | aquiferConnectionNNCs (const EclipseGrid &grid, const FieldPropsManager &fp) const |
| const std::vector< NumericalAquiferConnection > & | connections () const |
| bool | operator== (const SingleNumericalAquifer &other) const |
| template<class Serializer > | |
| void | serializeOp (Serializer &serializer) |