Search found 4168 matches

by Yvan Fournier
Fri Dec 20, 2024 8:32 pm
Forum: code_saturne usage
Topic: Saturne 8 - User code compile errors
Replies: 3
Views: 92

Re: Saturne 8 - User code compile errors

Hello, Regarding Rij, yes, the equation parameters are now common to all components, so you settings should work. Also, we just released v8.3.0 this afternoon (the tarballs are not updated yet to this website, but the GitHub repo has been synced), and we now have an option to disable flux reconstruc...
by Yvan Fournier
Thu Dec 19, 2024 5:54 pm
Forum: code_saturne usage
Topic: Saturne 8 - User code compile errors
Replies: 3
Views: 92

Re: Saturne 8 - User code compile errors

Hello, The change is due to the fact that in v8.0, the RSM model's "irijco" option's behavior was modified, and not a compiler issue. - In v7.0, with a coupled Rj model, you have a symmetric tensor field "rij", while with uncoupled model, you have separate "r11, r12, ...&quo...
by Yvan Fournier
Tue Dec 10, 2024 11:26 am
Forum: code_saturne usage
Topic: Missing "stress_normal" field present in setup.xml
Replies: 3
Views: 602

Re: Missing "stress_normal" field present in setup.xml

Hello,

You should rather check the cs_post_stress_tangential function in src/base/cs_post_util.cpp, and use that as an example, keeping the normal rather than tangential component in your case.

Regards,

Yvan
by Yvan Fournier
Sat Dec 07, 2024 4:11 pm
Forum: code_saturne usage
Topic: Missing "stress_normal" field present in setup.xml
Replies: 3
Views: 602

Re: Missing "stress_normal" field present in setup.xml

Hello, stress_normal is not actually stored as a field, but evaluated locally using a cs_function_t mechanism. The field which is stored is named "boundary_stress" or something similar. Be careful, it is currently extensive and not intensive, so you need to divide values by the surface. Be...
by Yvan Fournier
Tue Dec 03, 2024 9:45 pm
Forum: code_saturne usage
Topic: Clipping of the Reynolds-stress tensor
Replies: 8
Views: 1848

Re: Clipping of the Reynolds-stress tensor

Hello, Actually, using: git fetch origin master git cherry-pick fa6d25e5a3ff43a8e53da8e073d37dcb15e0bb75 From the v8.2 branch "almost" works. The C to C++ conversion is not the issue, You can run the command and edit cs_turbulence_rij do see the merge conflicts (between "<<<<<", ...
by Yvan Fournier
Fri Nov 29, 2024 4:53 pm
Forum: code_saturne usage
Topic: Source term in momentum equation - GUI bug - "rho" not declared in this scope
Replies: 3
Views: 1358

Re: Source term in momentum equation - GUI bug - "rho" not declared in this scope

Hello,

I just fixed the issue in master, v8.2, and v8.0 branches, and synced the GitHub repo.

Best regards,

Yvan
by Yvan Fournier
Fri Nov 15, 2024 6:50 pm
Forum: code_saturne usage
Topic: Clipping of the Reynolds-stress tensor
Replies: 8
Views: 1848

Re: Clipping of the Reynolds-stress tensor

Hello, Are you using v8.0, v8.2, or the master branch ? The time-stepping priority you describe does sound like a bug, unreported/noticed so far, so we'll need to check that. Regarding the clippings, Jean-François just pushed a change allowing separate deactivation of clippings for Rij and epsilon, ...
by Yvan Fournier
Fri Nov 15, 2024 2:36 am
Forum: code_saturne usage
Topic: Clipping of the Reynolds-stress tensor
Replies: 8
Views: 1848

Re: Clipping of the Reynolds-stress tensor

Hello,

I am not sure about details, but talked about it a bit with my colleague, and he expects to push a fix within a few days. I am not sure how much influence this can have on the computation.

Best regards,

Yvan
by Yvan Fournier
Wed Nov 13, 2024 8:00 pm
Forum: code_saturne usage
Topic: Source term in momentum equation - GUI bug - "rho" not declared in this scope
Replies: 3
Views: 1358

Re: Source term in momentum equation - GUI bug - "rho" not declared in this scope

Hello,

I reproduce the issue also on my side. We'll try to fix this soon.

Best regards,

Yvan
by Yvan Fournier
Wed Nov 13, 2024 7:57 pm
Forum: code_saturne usage
Topic: Clipping of the Reynolds-stress tensor
Replies: 8
Views: 1848

Re: Clipping of the Reynolds-stress tensor

Hello,

I think some colleagues are working on trying to solve this sort of issue (so they have observed it too), but I don't know how much progress they have made. I'll remind them to check the forum if they find a bit of spare time...

Best regards,

Yvan