Skip to content

Commit

Permalink
Update two_phase_gravity_segregation.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Jan 8, 2024
1 parent d1369d7 commit 4e80da5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/two_phase_gravity_segregation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
# reached.
using JutulDarcy, Jutul
nc = 100
domain = get_1d_reservoir(nc, z_max = 1)
Darcy, bar, kg, meter, day = si_units(:darcy, :bar, :kilogram, :meter, :day)

g = CartesianMesh((1, 1, nc), (1.0, 1.0, 10.0))
domain = reservoir_domain(g, permeability = 1.0*Darcy)
#-
# ## Fluid properties
# Define two phases liquid and vapor with a 10-1 ratio reference densities and
# set up the simulation model.
Darcy, bar, kg, meter, day = si_units(:darcy, :bar, :kilogram, :meter, :day)
p0 = 100*bar

rhoLS = 1000.0*kg/meter^3
Expand Down

0 comments on commit 4e80da5

Please sign in to comment.