SimVascular / SimVascular/svMultiPhysics
Initialize the pressure field using a single scalar value
@taeoukkim is already working on this.
Since May 30, 2026.
- Dominant language
- C++
- Stars
- 45
- Forks
- 61
- Avg merge
- 5d 23h
- Merged PRs (30d)
- 11
Description
Problem
The current version of the code requires a full 3D result file to initialize the pressure field.
Providing a full 3D file just to set an initial (uniform) pressure can be cumbersome and unnecessary.
A simpler option to initialize the entire 3D domain using a single scalar value would improve usability.
For example, COMSOL provides an option to initialize the entire 3D domain with a single scalar value.
Solution
Add an option to initialize the pressure field using a single scalar value from solver.xml file. This would provide a lightweight and convenient alternative to supplying a full 3D result file when a uniform initial pressure field is sufficient.
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.