Skip to content

LBM codes written in Fortran 90 and also (very crudely) converted to C++ for simulation of pulsatile flow through compliant vessels

License

Notifications You must be signed in to change notification settings

AbbasHub/PulsatileBloodFlow2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PulsatileBloodFlow2D

This is a Lattice-Boltzmann solver that was first written in Fortran 90 and then (very crudely) re-written in C++. It is an LBM code for simulation of pulsatile flow through compliant vessels.

The array shapes are kept as they were in the Fortran code without converting them to uni-vectors of pointers, which are ideal for an optimized C++ code. The C++ version of the code strives for readability rather than efficiency.

About

LBM codes written in Fortran 90 and also (very crudely) converted to C++ for simulation of pulsatile flow through compliant vessels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages