soumyasen1809 / OpenMP_C_12_steps_to_Navier_Stokes

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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

License:MIT License


Languages

Language:C 100.0%