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
When trying to set state of arguments for adding a boundary layer, I get an issue of an endless " Illegitimate input at /AddBoundaryLayers/FaceScope;". Other things seem to run while this error is being outputted like volume meshing but the outputs get mixed in with the illegitimate inputs error.
For example the terminal looks like below:
Illegitimate input at /AddBoundaryLayers/FaceScope;
Diagnostics Scope : 1 Objects, 8 Face Zones, 0 Cell Zones
Objects : (elbow_volume)
Surface Diagnostics :
Total Number of Faces = 11208
Maximum Skewness = 0.4114
Maximum Aspect Ratio = 1.51
Number of Free Faces = 0
Number of Multi Faces = 384 --> found on 8 face zone(s)
Number of Self Intersections = 0
Number of Self Proximity = 0
Number of Point Contacts = 0
Number of Invalid Normals = 0
Illegitimate input at /AddBoundaryLayers/FaceScope;
Illegitimate input at /AddBoundaryLayers/FaceScope;
Illegitimate input at /AddBoundaryLayers/FaceScope;
Illegitimate input at /AddBoundaryLayers/FaceScope;
Illegitimate input at /AddBoundaryLayers/FaceScope;
Illegitimate input at /AddBoundaryLayers/FaceScope;
Illegitimate input at /AddBoundaryLayers/FaceScope;
Illegitimate input at /AddBoundaryLayers/FaceScope;
We have discovered the issue to be in face_scope and regions_type. They should be camel case instead of snake case. So should be FaceScope and RegionsType.
I will keep the issue open because endless loop of errors still seems to be a bug.
🔍 Before submitting the issue
🐞 Description of the bug
Hello,
When trying to set state of arguments for adding a boundary layer, I get an issue of an endless " Illegitimate input at /AddBoundaryLayers/FaceScope;". Other things seem to run while this error is being outputted like volume meshing but the outputs get mixed in with the illegitimate inputs error.
For example the terminal looks like below:
Illegitimate input at /AddBoundaryLayers/FaceScope;
Diagnostics Scope : 1 Objects, 8 Face Zones, 0 Cell Zones
Objects : (elbow_volume)
Surface Diagnostics :
Total Number of Faces = 11208
Maximum Skewness = 0.4114
Maximum Aspect Ratio = 1.51
Number of Free Faces = 0
Number of Multi Faces = 384 --> found on 8 face zone(s)
Number of Self Intersections = 0
Number of Self Proximity = 0
Number of Point Contacts = 0
Number of Invalid Normals = 0
Illegitimate input at /AddBoundaryLayers/FaceScope;
Illegitimate input at /AddBoundaryLayers/FaceScope;
Illegitimate input at /AddBoundaryLayers/FaceScope;
Illegitimate input at /AddBoundaryLayers/FaceScope;
Illegitimate input at /AddBoundaryLayers/FaceScope;
Illegitimate input at /AddBoundaryLayers/FaceScope;
Illegitimate input at /AddBoundaryLayers/FaceScope;
Illegitimate input at /AddBoundaryLayers/FaceScope;
📝 Steps to reproduce
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
Ansys 2023 R2
🐍 Which Python version are you using?
3.10
📦 Installed packages
The text was updated successfully, but these errors were encountered: