SimVascular / svZeroDSolver

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

Allow flow and pressure blocks to take time-dependent functions #89

Open menon-karthik opened 9 months ago

menon-karthik commented 9 months ago

When we currently specify boundary conditions using flow and pressure blocks we have to specify a list of values. It would be good to have functionality to specify a function instead. This could be based on calling in-built functions in C++.