This repository was created with the purpose of learning and practicing the techniques used in the theory of computational fluid dynamics (CFD). The codes contained in this repository were all made in the Python programming language. The choice for this programming language, rather than a compiled language, was to focus on the application of the algorithms rather than on the nuances of code implementation.
The examples shown here are from the following book:
Anderson, John David.
Computational fluid dynamics: basics with applications / John D. Anderson, Jr.
p. cm. - (McGraw-Hill series in mechanical engineering-McGraw-Hill series in aeronautical and aerospace engineering).
ISBN 0-07-001685-2
An example of what is accomplished in the Supersonic Flow Over a Flat Plate project is shown below:
| Constant Temperature Boundary Condition | Adiabatic Boundary Condition |
|---|---|
![]() |
![]() |

