Simulate the CSP11 CO2 storage benchmark using JutulDarcy.jl on meshes made in MRST. Currently contains scripts for case B and C only.
To use, check out this repository, do git lfs pull
and open a Julia 1.9+ session in the local environment:
julia --project=/path/to/CSP11_JutulDarcy.jl
Add the local module with various helper functions:
] # Enter package mode
dev ./CSP11 # Add local package
instantiate # Add dependencies and precompile
You can now run the example:
include("run_mrst_grid_spe11.jl")