abarret / clotting_model

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

Initial implementation of the drag term. #43

Closed abarret closed 2 years ago

abarret commented 2 years ago

This is not ready for merge. We need to figure out the correct way to get the bound velocity.

abarret commented 2 years ago

Actually, looking back at the equations of motion, the drag term is equal to the divergence of the stress, as we assume the bound momentum is instantaneously at equilibrium.

abarret commented 2 years ago

Closing this because we can compute the drag term in the fluid phase momentum equation with the divergence of the extra stress.