Offset stenosis simulation

Contents

Offset stenosis simulation#

As a first tutorial, we will illustrate major functionalities of VaSP with a non-axisymmetric stenosis model. This stenosis model is a synthetic geometry that can be described analytically and has been long used within fluid mechanics research [VFF07]. Due to the stenotic region with sudden area reduction, the flow becomes turbulent quickly without complex geometry or high Reynolds number. Additionally, eccentricity ensures that the simulation is deterministic, avoiding uncertainty associated with the symmetric geometry. Those features enable us to quickly develop and test the functionalities with reasonable computing time.

Mesh generation#

There are couple of methods for determining the size of each tetrahedral cell, but VaSP uses centerline diameter by default. Details on different meshing strategy can be found here.

With that in mind, one can generate the mesh as follows:

vasp-generate-mesh -i offset_stenosis.stl -f True -fli 0 -flo 4 -c 3.8 -nbf 1 -nbs 1

Here, -f is a boolean argument determining whether to add flow extensions or not, as explained in here. In this case, -flo 0 indicates no flow extension at the inlet, but -flo 4 will add flow extensions at the outlet with length equal to four times the length of radius of the outlet. -c is a coarsing factor determining the density of the mesh, where c > 1 will corasen the mesh. -nbf and -nbs are the number of sublayers for fluid boundary layer and solid domain, respectively. In this offset stenosis problem, we only use one layer as solid to speed up the computation.

[VFF07]

Sonu S. Varghese, Steven H. Frankel, and Paul F. Fischer. Direct numerical simulation of stenotic flows. Part 1. Steady flow. Journal of Fluid Mechanics, 582:253–280, 2007. doi:10.1017/S0022112007005848.