abarret / clotting_model

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

Free wall sites #21

Closed abarret closed 2 years ago

abarret commented 2 years ago

Fixes #12. This puts together infrastructure for spreading and maintaining wall points. We create a boundary mesh that is attached the volumetric mesh. The boundary mesh has a field of wall sites that are spread to the fluid.

This also introduces tests so we can break apart the main routine into smaller pieces as needed.

abarret commented 2 years ago

I'm going to go ahead and merge so we can move forward.