How to fix my case file #2317
Answered
by
vbaconnet
elinlarsson744-ux
asked this question in
Q&A
Answered by
vbaconnet
Feb 12, 2026
Replies: 2 comments 19 replies
|
Could you post the case file in a code block instead of a screenshot? That way, one can copy it and try it to help debug this. |
1 reply
|
In addition, please state what version of Neko you are running, and on which hardware (CPU or GPU, etc). Also, please post the trace of the error in the log. |
18 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I use a python script that converts ICEM mesh to
reawhich I can share with you. Fromreayou can then usereatore2to convert to re2 and thenrea2nbinto convert to the neko mesh format. You may try it to convert your ICEM mesh and see if it works with Neko.Here I attach two files:
mesh_to_rea.py, which is the main file you will execute.
mshconvert.py, which contains the implementation.
Make sure to change the name of the mesh file you want to convert in
mesh_to_rea.py, and then you should be good to go withDisclaimer, this is a very old converted that did not write myself, it works for my case but can't promise it will work for you. And unfortunately I cannot off…