Periodic Pipe: Error after loading mesh from nek #265
tonyzahtila
started this conversation in
General
Replies: 2 comments 1 reply
-
Can you reproduce this with a much smaller (<10'000 element) mesh? Please try:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
The number of BCs (in par) has max(boundaryID). Note, boundaryID is 1-based and needs to be consecutive. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am able to run the turbPipePeriodic tutorial. However, I am trying to modify it to run many more grid points.
In order to achieve this, I create a new mesh with gmsh, following the style of the KTH pipe meshes.
I change the usrdat2 routine in turbPipe.usr
I then run nrspre turbPipe 8. Compilation is successful.
The error I am getting occurs,
Note, my 'goal mesh' contains about 250M grid points.
I have previously modified the tutorial to an 8M grid point pipe that I generated in gmsh. It is quite strange behaviour as sometimes it runs smoothly, but most of the time, it shows the error above.
When I run the 26M grid point pipe that I have generated, I always get the above error.
Tony
Beta Was this translation helpful? Give feedback.
All reactions