SimVascular / svFSI

A multi-physics finite element solver for patient-specific blood flow simulation including fluid-structure interaction and cardiac electrophysiology
Other
31 stars 48 forks source link

Solid viscosity bug #95

Closed aabrown100-git closed 1 year ago

aabrown100-git commented 1 year ago

There appears to be a bug in the implementation of solid viscosity in both STRUCT and USTRUCT. As the value of viscosity increases, the convergence of the Newton iteration deteriorates or fails altogether. @vvedula22 @LeiShi3374 and I have been working on fixing this issue. The latest implementation can be found at this commit on Vijay's fork: https://github.com/vvedula22/svFSI/commit/a902e8f7611c82dc17a674c91e35a55ea0d751b3.

vvedula22 commented 1 year ago

@aabrown100-git merged all these bug fixes to the main repo #96. Please continue testing the LPN coupling and update any issues.

vvedula22 commented 1 year ago

Closing this issue as this appears to have been solved in #96