From 0c8eea63a1484af1525eacda1d27847ca319e7c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20M=C3=B8yner?= Date: Sat, 31 Aug 2024 19:10:08 +0200 Subject: [PATCH] Update co2_sloped.jl --- examples/co2_sloped.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/co2_sloped.jl b/examples/co2_sloped.jl index d0da2797..6507f0ea 100644 --- a/examples/co2_sloped.jl +++ b/examples/co2_sloped.jl @@ -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