Skip to content

Commit f9b77da

Browse files
authored
Burgers eq. example: assert for convergence and increase number of iterations in root-finfing for the analytic solution; extend animation till t=1; enable non-oscillatory MPDATA option; add case A & case B with different initial cond.; cleanups (#607)
1 parent cb1c6d3 commit f9b77da

5 files changed

Lines changed: 315 additions & 3466 deletions

File tree

docs/bibliography.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,5 +217,12 @@
217217
],
218218
"label": "Magnuszewski & Arabas 2025 (arXiv)",
219219
"title": "Path-dependent option pricing with two-dimensional PDE using MPDATA"
220+
},
221+
"https://doi.org/10.1016/S0065-2156%2808%2970100-5": {
222+
"usages": [
223+
"examples/PyMPDATA_examples/burgers_equation/burgers_equation.ipynb"
224+
],
225+
"label": "Burgers 1948 (Adv. Appl. Mech. 1)",
226+
"title": "A Mathematical Model Illustrating the Theory of Turbulence"
220227
}
221228
}

examples/PyMPDATA_examples/burgers_equation/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@
44
burgers-equation.ipynb:
55
.. include:: ./burgers_equation.ipynb.badges.md
66
"""
7-
8-
from .burgers_equation import run_numerical_simulation

0 commit comments

Comments
 (0)