Skip to content

Commit

Permalink
Update co2_sloped.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Aug 31, 2024
1 parent 5c5194f commit 0c8eea6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/co2_sloped.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ for (i, pt) in enumerate(points)
x, y, z = pt
x_u = 2*π*x/1000.0
w = 0.2
dz = 0.05*x + 0.05*abs(x - 500.0)+ w*(30*sin(2.0*x_u) + 20*sin(5.0*x_u))# + 10*sin(10.0*x_u) + 5*sin(25.0*x_u))
# dz = 0.05*x + w*(30*sin(2.0*x_u) + 20*sin(5.0*x_u) + 10*sin(10.0*x_u) + 5*sin(25.0*x_u))
dz = 0.05*x + 0.05*abs(x - 500.0)+ w*(30*sin(2.0*x_u) + 20*sin(5.0*x_u))
points[i] = pt + [0, 0, dz]
end
# ## Find and plot cells intersected by a deviated injector well
Expand Down

0 comments on commit 0c8eea6

Please sign in to comment.