SimVascular / SimVascular/svZeroDSolver
output auxiliary variables for chamber blocks
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 22
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
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
- I agree to follow this project's Code of Conduct and Contributing Guidelines
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how simulation results are assembled for heart chamber blocks and where P_in, P_out, Q_in, Q_out, and V_c are emitted. Identify how elastance-based blocks expose V_rest and elastance, then determine how simulation parameters should be represented. Done means the relevant results include the requested auxiliary values and existing result output remains usable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100