Skip to content

Parallelization attempt to the “12 steps to Navier–Stokes” lessons using OpenMP/C

License

Notifications You must be signed in to change notification settings

soumyasen1809/OpenMP_C_12_steps_to_Navier_Stokes

Repository files navigation

OpenMP/C 12 steps to Navier Stokes

Parallelization attempt to the “12 steps to Navier–Stokes” lessons using OpenMP/C

The lectures were used in the classroom as part of a university course for four years in a row (Boston University, 2009 to 2013), taught by by Prof. Barba. The codes for the lectures were written in Python language. However, in this project C language has been used to write the CFD programs. An attempt to parallelize the codes using OpenMP has been made.

More information regarding the course can be found here - https://lorenabarba.com/blog/cfd-python-12-steps-to-navier-stokes/