SimVascular / svZeroDSolver-Archived

A Python lumped-parameter solver for blood flow and pressure in hemodynamic networks
Other
12 stars 15 forks source link

Update BloodVessel eqns to use 3-equation system instead of 2 #52

Closed JonathanPham closed 2 years ago

JonathanPham commented 2 years ago

Updated BloodVessel equations to use 3-equation system instead of 2, to prevent manual temporal differentiation of the nonlinear resistance (which was a bug, since in the previous 2-equation system, I did not account for this extra time derivative).

Addresses Issue #51.

@mrp089 Can you review and merge these changes? Thanks!