0
How to remove grid cells from simulation
Hi everyone,
I am working on 3 dimensional model that includes injection well, leaky well, injection zone, cap strata, and shallow aquifer. I am using T2Well to run the simulation. I wonder if there is a way to remove the grid cells that do not contribute to flow rates such as cap rock from simulation. I would like to remove these grid cells to reduce memory storage and simulation time.
Thanks,
Refaat
1 reply
-
If you use toughio, convert your toughio mesh into a PyVista object, if the mesh is an structured grid, you can use tresholds tools in pyvista to filter out cells and produce a new mesh without all those extra cells. You reconvert the pyvista object to a toughio mesh and there you go.