You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the boundary condition Add_BCProfile parameter is not "Flat", "Parabolic" or "User_defined" (case sensitive), the solver does not give any warnings and the results are unexpected giving an unrelated error: Face used for a BC has no non-zero node. This happens because there is not a default case or a warning in the if statement that selects the type of flux profile.
Reproduction
Try to run any fluid case with a flux profile and set "parabolic" (lower case p) in the input file instead of "Parabolic" (capital P).
Expected behavior
I would expect the solver to give a warning or a descriptive runtime error saying explicitly that a match for the profile type has not been found.
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Description
If the boundary condition
Add_BC
Profile
parameter is not "Flat", "Parabolic" or "User_defined" (case sensitive), the solver does not give any warnings and the results are unexpected giving an unrelated error: Face used for a BC has no non-zero node. This happens because there is not a default case or a warning in the if statement that selects the type of flux profile.Reproduction
Try to run any fluid case with a flux profile and set "parabolic" (lower case p) in the input file instead of "Parabolic" (capital P).
Expected behavior
I would expect the solver to give a warning or a descriptive runtime error saying explicitly that a match for the profile type has not been found.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: