|
49 | 49 | "outputs": [], |
50 | 50 | "source": [ |
51 | 51 | "# Create basic model elements\n", |
52 | | - "ml = tml.ModelMaq(\n", |
53 | | - " kaq=[2, 6, 4], z=[165, 140, 120, 80, 60, 0], c=[2000, 20000], npor=0.3\n", |
54 | | - ")\n", |
| 52 | + "ml = tml.ModelMaq(kaq=[2, 6, 4], z=[165, 140, 120, 80, 60, 0], c=[2000, 20000], npor=0.3)\n", |
55 | 53 | "rf = tml.Constant(ml, xr=20000, yr=20000, hr=175, layer=0)\n", |
56 | 54 | "p = tml.CircAreaSink(ml, xc=10000, yc=10000, R=15000, N=0.0002, layer=0)\n", |
57 | 55 | "w1 = tml.Well(ml, xw=10000, yw=8000, Qw=1000, rw=0.3, layers=0, label=\"well 1\")\n", |
|
97 | 95 | "]\n", |
98 | 96 | "hls4 = [170, np.nan, 166, np.nan, 162, np.nan, np.nan, 156]\n", |
99 | 97 | "\n", |
100 | | - "ls1 = tml.HeadLineSinkString(ml, xy=xy1, hls=hls1, layers=0)\n", |
101 | | - "ls2 = tml.HeadLineSinkString(ml, xy=xy2, hls=hls2, layers=0)\n", |
102 | | - "ls3 = tml.HeadLineSinkString(ml, xy=xy3, hls=hls3, layers=0)\n", |
103 | | - "ls4 = tml.HeadLineSinkString(ml, xy=xy4, hls=hls4, layers=0)" |
| 98 | + "ls1 = tml.RiverString(ml, xy=xy1, hls=hls1, layers=0)\n", |
| 99 | + "ls2 = tml.RiverString(ml, xy=xy2, hls=hls2, layers=0)\n", |
| 100 | + "ls3 = tml.RiverString(ml, xy=xy3, hls=hls3, layers=0)\n", |
| 101 | + "ls4 = tml.RiverString(ml, xy=xy4, hls=hls4, layers=0)" |
104 | 102 | ] |
105 | 103 | }, |
106 | 104 | { |
|
185 | 183 | "w3.plotcapzone(hstepmax=50, nt=10, zstart=30, tmax=50 * 365.25, orientation=\"both\")\n", |
186 | 184 | "w3.plotcapzone(hstepmax=50, nt=10, zstart=100, tmax=50 * 365.25, orientation=\"both\")" |
187 | 185 | ] |
| 186 | + }, |
| 187 | + { |
| 188 | + "cell_type": "code", |
| 189 | + "execution_count": null, |
| 190 | + "metadata": {}, |
| 191 | + "outputs": [], |
| 192 | + "source": [] |
188 | 193 | } |
189 | 194 | ], |
190 | 195 | "metadata": { |
|
0 commit comments