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

Commit

Permalink
Update co2_brine_2d_vertical.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Feb 7, 2023
1 parent 8018656 commit 2f3ecd1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions darcy/co2_brine_2d_vertical.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ inj = setup_well(g, K, [(1, 1, nz)], name = :Injector)

## Plot the permeability (scaled to Darcy) and the wells
fig, ax, p = plot_cell_data(g, K[1, :])
plot_well!(ax, g, inj, textscale = 0.1)
plot_well!(ax, g, prod, color = :darkblue, textscale = 0.1)

plot_well!(ax, g, inj)
plot_well!(ax, g, prod, color = :darkblue)

rhoLS, rhoVS = 844.23, 126.97
rhoS = [rhoLS, rhoVS]
Expand Down Expand Up @@ -59,7 +58,7 @@ controls[:Injector] = I_ctrl
controls[:Producer] = P_ctrl
forces = setup_reservoir_forces(model, control = controls)

sim, config = setup_reservoir_simulator(model, state0, parameters, info_level = -1);
sim, config = setup_reservoir_simulator(model, state0, parameters);
states, reports = simulate!(sim, dt, forces = forces, config = config);


Expand Down

0 comments on commit 2f3ecd1

Please sign in to comment.