comp-physics / RBC3D

3D Spectral boundary integral solver for cell-scale blood flow
MIT License
7 stars 3 forks source link

Common Updates #5

Closed suzanmanasreh closed 6 months ago

suzanmanasreh commented 6 months ago

The main thing I added is a new rbc function to calculate the area expansion since the start of a cell's life and logging these values every 100 timesteps. These changes are useful when you're trying to figure out how to set the dilatation modulus because the 2010 paper says they set it based on "the local area change staying below 2% in all the simulations", and we need something to measure this change.

There's also a .gitignore to help make PR's.