SimVascular / svZeroDSolver

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

Interface doesn't function as expected when using steady initial condition #82

Closed menon-karthik closed 8 months ago

menon-karthik commented 9 months ago

The current tests for the C++ interface only have cases where "steady_initial": false in the JSON file. However, when @kharold23 tried to use a steady initial condition, the 0D results only returned the steady state, not the subsequent unsteady simulation that is supposed to be performed using the steady state initial condition. I will look into this.