FiniteVolumeTransportPhenomena / PyFVTool

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

Update usage of solvePDE() in example Notebooks and resulting questions #40

Closed mhvwerts closed 4 months ago

mhvwerts commented 4 months ago

Closes #39.

This PR started out as a simple update of the example Notebooks to reflect the 'new style' solvePDE(), but led to some further changes and additions. The accompanying text in the 'PyFVTool-introduction-demo' notebook was edited, and initial discussion of different numerical schemes for convective terms was added.

Everything passes the pytest tests.