Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Add SPE9 ex.
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Sep 21, 2022
1 parent 3b1ab61 commit 8925561
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions darcy/data/spe9/spe9.mat
Git LFS file not shown
7 changes: 7 additions & 0 deletions darcy/spe9.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
using JutulDarcy, Jutul, JutulViz
f = "data/spe9/spe9.mat"
states, reports, pth, setup = simulate_mrst_case(f);
##
wd = full_well_outputs(setup.sim.model, states, setup.forces)
time = report_times(reports)
plot_well_results(wd, time)

0 comments on commit 8925561

Please sign in to comment.