nekRS fails for genbox-generated mesh #639
Unanswered
thorgjesdal
asked this question in
Meshing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We use meshes generated by genbox to simulate the axial flow between two concentric cylinders.
In genbox there are two primitives that can be used to generate this annular mesh, Circle and cYlinder.
The workflow for meshing is roughly:
If we use the Circle primitive, we can compute the flow both using nek5000 and nekRS.
We would however like to extend the case to compute the flow along a cylinder in a square duct, and the cYlinder primitive offers more flexibility to do this.
This mesh runs fine in nek5000, whereas when we try to run nekRS it exits with the following message:
It seems that the error is thrown at line 884-893 in src/nekInterface/nekInterface.f
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions