Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 4.05 KB

README.md

File metadata and controls

49 lines (42 loc) · 4.05 KB

DOI

StokesFlowInRigidTube.m

  • High-order weakly singular boundary element method code is presented for analyzing pressure-driven viscous flow in the rigid vessel with varying cross-sections.
  • This code was developed for part of my dissertation to simulate the red blood cell flow using boundary integral methods.
  • This repository contains the code for the concepts and examples presented in Chapter 5.

Numerical examples

Straight vessel Constricted vessel Long constricted vessel
Speed profile
Velocity vector fields
Norm of traction
Pressure
Norm of shear

Citation

@phdthesis{gurbuz2021Thesis,
    title={Simulations of Red Blood Cell Flow by Boundary Integral Methods},
    author={G\"urb\"uz, Ali},
    year={2021},
    school={State University of New York at Buffalo}
}

@software{StokesFlowInRigidTube_m,
  author       = {Ali G\"urb\"uz},
  title        = {StokesFlowInRigidTube.m},
  month        = Feb,
  year         = 2023,
  publisher    = {Zenodo},
  version      = {v1.1},
  doi          = {10.5281/zenodo.7668470},
  url          = {https://doi.org/10.5281/zenodo.7668470}
}