Coupling in code_saturne

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Mahmouddwikat

Re: Coupling in code_saturne

Post by Mahmouddwikat »

Hello again,

I have reduced the time step to 1e-5 and I noticed that it keep running for 4 time steps and I can notice the rotation, but it give me new error. Even if I use laminar option.
Call stack:
1: 0x7f46e03e3e78 <wallfunctions_+0xa8> (libsaturne.so.0)
2: 0x7f46e0358886 <clptur_+0x1e56> (libsaturne.so.0)
3: 0x7f46e0361b36 <condli_+0x174b> (libsaturne.so.0)
4: 0x7f46e0465922 <tridim_+0x38d2> (libsaturne.so.0)
5: 0x7f46e034ec8c <caltri_+0x3c5c> (libsaturne.so.0)
6: 0x7f46e03370f5 <cs_run+0x405> (libsaturne.so.0)
7: 0x7f46e0336bda <main+0x14a> (libsaturne.so.0)
8: 0x7f46de7cebe5 <__libc_start_main+0xf5> (libc.so.6)
9: 0x403a19 <> (cs_solver)
End of stack

Thanks
Yvan Fournier
Posts: 4208
Joined: Mon Feb 20, 2012 3:25 pm

Re: Coupling in code_saturne

Post by Yvan Fournier »

Hello,

You still seem to have some zones which are meshed much more finely than the rest.

But more importantly, looking at you distorted cells, it seems some moving cells are "connected" to some fixed cells, meaning that either:

- some cells that should belong to the rotor are not in the rotor selection criteria (check the criteria)

- some rotor cells and stator cells are initially connected (normally, both sets must be disjoint, and connected only during the computation using the criteria defined through cs_turbomachinery_join_add in cs_user_turbomachinery_rotor);

Regards,

Yvan
Post Reply