SimVascular / SimVascular/svMultiPhysics
Improve RCR initialization script to handle coupled 0D files
@chlookaburra is already working on this.
Since Aug 28, 2026.
- Dominant language
- C++
- Stars
- 45
- Forks
- 60
- Avg merge
- 5d 23h
- Merged PRs (30d)
- 11
Description
Problem
Currently, the Python script in the utilities folder that initializes pressures with an analytical solution takes as input only the .xml file: https://github.com/SimVascular/svMultiPhysics/tree/main/utilities/initialize_rcr_boundary_conditions
Users with coupled .json files (that can contain both the inflow and RCR information) need to convert the information to the .xml file.
Solution
I will update the script to handle inflow and RCR information from the coupled .json file. Since the original script assumes the same initial pressure across all outlets, and the current 0D-3D interface implementation takes in only one <Initialize_pressure> block, this should be a minor fix.
Additional context
No response
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.
Assessment
This issue has not been assessed yet.