Page 1 of 1

Error when running Ansys Workbench generated mesh

Posted: Tue Jul 07, 2015 11:38 am
by iorishx
Hello, I was trying to run a simulation with a mesh generated from Ansys Workbench Meshing.
When I ran it, the error came up as

"*** glibc detected *** /work/e01/e01/iorishx/build/cs-4.0.1/libexec/code_saturne/cs_solver: realloc(): invalid old size: 0x0000000001f7bef0 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x76b18)[0x2aaaaea10b18]
/lib64/libc.so.6(+0x7caf6)[0x2aaaaea16af6]
/lib64/libc.so.6(realloc+0xfa)[0x2aaaaea16e0a]
/work/e01/e01/iorishx/build/cs-4.0.1/lib/libsaturne.so.0(bft_mem_realloc+0x6d)[0x2aaaab266a9d]
/work/e01/e01/iorishx/build/cs-4.0.1/lib/libsaturne.so.0(cs_join_perio_split_back+0x276d)[0x2aaaaafd412d]
/work/e01/e01/iorishx/build/cs-4.0.1/lib/libsaturne.so.0(cs_join_all+0x1cd6)[0x2aaaaafa29d6]
......
"

I have attached the error file and listing file. Can anyone help please? Is it boundary conditions setting problem? I do appreciate it!!

Sean

Re: Error when running Ansys Workbench generated mesh

Posted: Tue Jul 07, 2015 1:32 pm
by Yvan Fournier
Hello,

The code should exit more cleanly, so you may have encountered a minor bug, but by your "listing" file, you already have joining issues.

The issue is probably more a mesh quality issue than a mesh format issue, but you need to check in more detail.

So the first recommendation is to visualize the mesh joining (used for periodicity also), and possibly check the theory manual section relative to mesh joining (to check in more detail what configurations to avoid, if the error is not clear enough), so as to see what is wrong.

Regards,

Yvan