-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
A user is trying to run an svMultiPhysics simulation using the svZeroDSolver. The JSON file used for the coupling has a misspelled bc_type which causes the simulation to fail with
ibc++abi: terminating due to uncaught exception of type std::runtime_error: Error: The specified connection type for inlet external_coupling_block is invalid.
This error message does not show what the
- invalid connection type is
- valid connection types are
Note that with an informative error message the user could have identified the problem and fixed it rather than posting to the SV Forum for help.
Reproduction
Run a simulation with a misspelled bc_type parameter.
Expected behavior
The error should contain information that would help the user to find and fix the error.
Additional context
There is no documentation that I can see describing what the valid BC types are.
Code of Conduct
- I agree to follow this project's Code of Conduct and Contributing Guidelines
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working