Skip to content

Commit d8d4764

Browse files
authored
Merge pull request #11 from dbrakenhoff/dev
style nbs the same way
2 parents 6b09ed0 + 8c1493d commit d8d4764

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

bruggeman/flow2d.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ def bruggeman_355_19(
4040
zeta = x + z * 1j
4141
w = np.tanh(np.pi * zeta / (2 * D)) / np.tanh(np.pi * (L - B) / (2 * D))
4242
m = (np.tanh(np.pi * (L - B) / (2 * D)) / np.tanh(np.pi * (L + B) / (2 * D))) ** 2
43-
omega = k * h / ellipk(m) * ellipf(np.arcsin(w), m)
44-
return omega
43+
return k * h / ellipk(m) * ellipf(np.arcsin(w), m)
4544

4645

4746
@latexify_function(

docs/examples/bruggeman_128_0x.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"tags": []
1111
},
1212
"source": [
13-
"# 128.0x Tidal fluctuation of open water."
13+
"# 128.0x: Tidal fluctuation of open water."
1414
]
1515
},
1616
{

docs/examples/bruggeman_133_1x.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "0",
66
"metadata": {},
77
"source": [
8-
"# 133.1x Confined flow with precipitation\n",
8+
"# 133.1x: Confined flow with precipitation\n",
99
"\n",
1010
"## Transient solution (133.16)\n",
1111
"This notebook shows the Bruggeman solution for:\n",

docs/examples/bruggeman_355_19.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "913772fb-2212-4c05-bb60-d206f265a613",
66
"metadata": {},
77
"source": [
8-
"### Solution 355.19: Drainage canal on top of confined aquifer\n",
8+
"# 355.19: Drainage canal on top of confined aquifer\n",
99
"\n",
1010
"Drainage canal on top of a confined aquifer of finite thickness near an open boundary.\n",
1111
"\n",

0 commit comments

Comments
 (0)