SimVascular / svZeroDSolver

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

Make cardiac period a user-specified parameter for closed-loop models #126

Open JonathanPham opened 3 weeks ago

JonathanPham commented 3 weeks ago

Problem

With closed-loop models, we are currently unable to prescribe a desired cardiac period. The default period is 1 second. It would be useful to make this a user-prescribed parameter.

Solution

Make the cardiac period a user-prescribed parameter. If it is not given in the input file, then the period should default to its original default value of 1 second.

Additional context

No response

Code of Conduct