Jupyter notebooks
Jupyter notebooks relevant to CFD course:
To run the below scripts, either install "anaconda Links to an external site." on your computer, and start Jupyter notebooks. You will then have a free powerful tool for any type of numerical computation and data science at your fingertips! Alternatively, you can view the Jupyter notebooks using nbviewer, or run them on binder.
- Basic types of PDEs:
PDE types.ipynb on nbviewer Links to an external site. or run on binder Links to an external site.. - Errors of derivatives:
ferr.ipynb on nbviewer Links to an external site. or run on binder Links to an external site.. - Stability of advection equation using upwind (FTBS) scheme:
blowup.ipynb on nbviewer Links to an external site. or run on binder Links to an external site.. - Burgers equation using upwind flux-splitting scheme:
burgers.ipynb on nbviewer Links to an external site. or run on binder Links to an external site.. - Burgers equation using low and high-order schemes:
flux_limiter.ipynb on nbviewer Links to an external site. or run on binder Links to an external site..