FiniteVolumeTransportPhenomena / PyFVTool

Finite volume toolbox in Python
GNU Lesser General Public License v2.1
13 stars 4 forks source link

Cylindrical2D convection example (Taylor) #18

Closed mhvwerts closed 1 year ago

mhvwerts commented 1 year ago

An first example (Jupyter Notebook) of Taylor dispersion in 2D cylindrical geometry (convection only, "case A3"), with reference to the original 1953 paper by Taylor. A nice benchmark case.

Some further tuning of pytest_notebook was needed. All Notebooks pass pytest-ing.