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
Describe the bug
The code does not throw an error when trying to set periodic BC in the .par file.
A user may have a mesh where they have non-zero periodic BoundaryIDs (as with the wirehexmesher) and incorrectly try to set them in the par file. We should warn them when they try.
To Reproduce
include the following in a par file for a mesh with BCids 1, 2, 3, and 4
[VELOCITY]
boundaryTypeMap = wall, wall, periodic, periodic
Expected behavior
Is there any scenario where periodic BCs can or should be set in the par file? If not, we should catch this as an invalid BC choice.
Desktop (please complete the following information):
Describe the bug
The code does not throw an error when trying to set periodic BC in the .par file.
A user may have a mesh where they have non-zero periodic BoundaryIDs (as with the wirehexmesher) and incorrectly try to set them in the par file. We should warn them when they try.
To Reproduce
include the following in a par file for a mesh with BCids 1, 2, 3, and 4
[VELOCITY]
boundaryTypeMap = wall, wall, periodic, periodic
Expected behavior
Is there any scenario where periodic BCs can or should be set in the par file? If not, we should catch this as an invalid BC choice.
Desktop (please complete the following information):
Additional context
The code will echo this back
which would imply this is the correct way to set the BC.
The text was updated successfully, but these errors were encountered: