SimVascular / svZeroDSolver

A C++ lumped-parameter solver for blood flow and pressure in hemodynamic networks
Other
6 stars 18 forks source link

Open loop coronary block missing terms #107

Open menon-karthik opened 4 months ago

menon-karthik commented 4 months ago

Description

While trying to add some test cases that compare simulation results with analytical solutions (#99), @AndreaZanoni figured out that the open loop coronary blocks might be missing some terms relating to the initial condition.

Reproduction

We will add in more details to reproduce the error shortly. Requires a little bit of investigation.

Expected behavior

We are expecting a simulation using the closed loop coronary to match an analytical solution throughout the simulation. Currently it only matches later in the simulation, not close to the initial condition.

Additional context

No response

Code of Conduct