Input files generated from API use "internal_junction" instead of "NORMAL_JUNCTION" #106
Open
1 task done
Labels
bug
Something isn't working
Description
Input files generated from API have "internal_junction"s instead of "NORMAL_JUNCTION"s. "internal_junction" doesn't seem to be used anymore in the solver. The solver returns the following error when provided an input file with an "internal_junction":
RuntimeError: Invalid block type internal_junction
If one replaces all instances of "internal_junction" with "NORMAL_JUNCTION", the solver runs fine.
Reproduction
Generate an input file with this code, and attempt to run it with the 0D solver:
https://github.com/SimVascular/SimVascular-Tests/blob/master/new-api-tests/simulation/reduced-order-modeling/simulation.py
Expected behavior
Input files generated with this code should run in the 0D solver.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: