mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4495 Active Cells : Handle active cells for dual porosity models based on PORV
This commit is contained in:
@@ -33,4 +33,7 @@ public:
|
||||
static std::vector<std::vector<int>> activeCellsFromActnumKeyword(const ecl_file_type* ecl_file);
|
||||
|
||||
static std::vector<std::vector<int>> activeCellsFromPorvKeyword(const ecl_file_type* ecl_file, bool dualPorosity);
|
||||
|
||||
static void applyActiveCellsToAllGrids(ecl_grid_type* ecl_main_grid,
|
||||
const std::vector<std::vector<int>>& activeCellsForAllGrids);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user