Skip to content

iKapitonau/blood_flow_2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blood flow modelling

2D blood flow numerical modelling program in a vessel without defects.

Requirements

  • gcc
  • make
  • libconfig
  • openmp

Compilation

Release target is default:

make

Parallel version (with OpenMP):

make parallel

Debug version:

make debug

Execution

./blood_flow_2d [config_filename]

Output values in every layer of the calculation grid will be written to text file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published