Page 3 of 3

Re: Coupling in code_saturne

Posted: Fri May 09, 2014 11:24 am
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

Re: Coupling in code_saturne

Posted: Mon May 12, 2014 12:05 pm
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