abarret / clotting_model

An IBAMR implementation of Fogelson and Guy, 2008
2 stars 0 forks source link

Force clot to break up downstream of cylinder. #32

Closed abarret closed 2 years ago

abarret commented 2 years ago

Because we are using pressure boundary conditions, the incoming flow is partly determined by what happens downstream of the cylinder. To try to eliminate this dependence, we can increase beta downstream of the cylinder so that the stress decays quickly.

abarret commented 2 years ago

Tested this locally and it seems to work. I'll go ahead and merge.