haakon-e / mastersproject

Masters project on PorePy
0 stars 3 forks source link

Run convergence studies for 3d flow simulations #20

Closed haakon-e closed 4 years ago

haakon-e commented 4 years ago

Using the results of #19, run convergence studies and summarise results

haakon-e commented 4 years ago

How does number of cells grow in a grid?

  • One possible sequence is: 100, 800, 6400, 51200.
  • It is unclear at the moment what the limits of the computer is, and how this limit changes as we introduce 1) more grids (fractures), and 2) more equations (Biot, contact mechanics). What are common parameters?
  • Currently, we're simulating with dt=1hour, source at center of domain with injection rate, 1/6 l/s What parameters are you changing?
  • Currently, we're only varying the permeability
haakon-e commented 4 years ago

We are only able to run convergence studies for unstructured fixed-dimensional (3d) grids with incompressible flow.

This is because time-stepping is not stable for MPFA on unstructured grids (with relatively small time-steps).

Test case 1

Incompressible flow on unstructured grid with (mostly) unit parameters

Results:

haakon-e commented 4 years ago

See also #24

haakon-e commented 4 years ago

Note: The aforementioned simulations (with restrictions) have been run on non-optimized grids. These are known to probably be quite bad. As such, we might revisit this again in the future on optimized grids.