SimVascular / svZeroDSolver

A C++ lumped-parameter solver for blood flow and pressure in hemodynamic networks
https://simvascular.github.io/documentation/rom_simulation.html#0d-solver
Other
7 stars 20 forks source link

output auxiliary variables for chamber blocks #138

Open ncdorn opened 1 month ago

ncdorn commented 1 month ago

Problem

Currently, we only output P_in, P_out, Q_in, Q_out and V_c in the simulation results. It could be useful to also output V_rest and elastance, as well as simulation parameters. This could be useful for efficient post-processing, parameter tuning and debugging.

Solution

For heart chamber blocks, or other blocks which use elastance, there should be an additional column in the results for V_rest and elastance.

Additional context

Aaron suggested that I submit this issue.

Code of Conduct