Closed JonathanPham closed 2 years ago
Looks good @JonathanPham! Is this change required for the current SimVascular version to run? If so, please also open a (super brief) issue in the SimVascular repo and bump up the version of the svZeroDSolver
sub-repository (after #50 has been merged).
@mrp089 Yes, I think this change is required for the current SimVascular version. Can you merge the changes (#50) for me? I still don't have admin privileges.
I created the issue in the SimVascular repo to request using the updated svZeroDSolver repository. The issue can be found here: https://github.com/SimVascular/SimVascular/issues/956
Merged! Sorry, didn't see this... Can you make the appropriate changes in https://github.com/SimVascular/SimVascular/issues/956? Thank you!
For models with coronary boundary conditions, SimVascular generates 0D solver input files with the distal pressure named as
P_v
. The 0D solver currently uses the namePv
instead. This mismatch results in the 0D solver not automatically running for coronary models. We need to change the 0D solver's use ofPv
toP_v
for compatibility.