SimVascular / svOneDSolver

A C++ solver for blood flow and pressure in deformable 1D hemodynamic networks
Other
16 stars 19 forks source link

fixed bug that leads to 1D linear material not behaving properly in simulations #108

Open JRao-rgb opened 11 months ago

JRao-rgb commented 11 months ago

Current situation

110

I found out the linear material model is broken when I was testing the backwards compatibility of the leaky vessels code with previous sv input files. I initially thought it was my code that was broken, but the code just didn't handle linear materials properly.

Release Notes

Documentation

Testing

Please ensure that the PR meets the testing requirements set by GitHub Actions.

Code of Conduct & Contributing Guidelines

JRao-rgb commented 11 months ago

@mrp089 should be good to merge! Please take a look when you get time.