Search found 4303 matches

by Yvan Fournier
Mon Jun 22, 2026 11:04 pm
Forum: code_saturne usage
Topic: Questions about convection schemes
Replies: 2
Views: 327

Re: Questions about convection schemes

Hello,

The "upwind gradient SOLU" should be closer to the SOLU in the litterature.

The legacy "SOLU" uses a centered/regular cell gradients to reconstruct values at a face's I' and J' points.

Regarding the slope tests, from discussions with colleagues, the "second-order" aspect of SOLU could lead ...
by Yvan Fournier
Tue Jun 16, 2026 9:56 pm
Forum: Discussion
Topic: Phase averaging for unsteady cases
Replies: 2
Views: 402

Re: Phase averaging for unsteady cases

Hello Cedric,

Not sure about phase-averaged statistics, but J-F Wald has been testing pseudo-sliding averages recently and has interesting results, so you might want to contact him. I'll also remind him to check this forum.

Best regards,

Yvan
by Yvan Fournier
Thu Jun 04, 2026 11:16 pm
Forum: Discussion
Topic: Poor cylinder wake results on unstructured meshes in Code_Saturne 9.1
Replies: 1
Views: 3580

Re: Poor cylinder wake results on unstructured meshes in Code_Saturne 9.1

Hello,

Note that v9.1 is not a fully validated version, so may have some bugs.

In any case, the first thing to try is to add at least 1 layer of extruded cells at the outlet (you can do this directly in code_saturne, see the preprocessing section of the GUI).

For outlet conditions, trying both ...
by Yvan Fournier
Wed Jun 03, 2026 6:05 pm
Forum: code_saturne usage
Topic: A small printing bug in setup.log for the VOF interface compression parameters
Replies: 1
Views: 3378

Re: A small printing bug in setup.log for the VOF interface compression parameters

Hello,

Thanks for the feedback. This is now fixed in the master branch, an I'll fix it in v9.0 also if it appears there also.

Best regards,

Yvan
by Yvan Fournier
Wed May 13, 2026 9:50 pm
Forum: code_saturne usage
Topic: Non-physical pressure difference in an annular porous media zone (Pipe Flow)
Replies: 4
Views: 6990

Re: Non-physical pressure difference in an annular porous media zone (Pipe Flow)

Hello,

Does the high pressure region appear along the whole axis of the pipe or closer to the inlet or outlet ? This might be due to a combination of inlet or outlet boundary conditions and gravity.

Can you try using a regular outlet instead of an imposed pressure outlet ? When using an imposed ...
by Yvan Fournier
Tue May 12, 2026 6:28 pm
Forum: code_saturne usage
Topic: Non-physical pressure difference in an annular porous media zone (Pipe Flow)
Replies: 4
Views: 6990

Re: Non-physical pressure difference in an annular porous media zone (Pipe Flow)

Hello,

Coule you provide more information (pas per the forum usage recommendations) ?
Without any info on the code version, model used, type of mesh, setup, ... it is difficult to provide a relevant answer.

Best regards,

Yvan
by Yvan Fournier
Mon Apr 27, 2026 2:50 pm
Forum: code_saturne usage
Topic: Poisson equation solution using Code_Saturne solver
Replies: 2
Views: 8444

Re: Poisson equation solution using Code_Saturne solver

Hello,

Boundary conditions in code_saturne may use coupled components for multi-dimensional fields, which is not the case for neptune_cfd. For scalars, coefficients should be similar.

I am out of office today (without my work computer) so cannot check the neptune_cfd code right away (and the rest ...
by Yvan Fournier
Mon Apr 27, 2026 2:33 pm
Forum: code_saturne usage
Topic: How to properly use LTS
Replies: 8
Views: 17494

Re: How to properly use LTS

Hello,

Thanks for the feedback for the linear solver tolerance. This is a tricky subject, because the tolerance used is strongly related to the right-hand side normalization choice, and this has changed several tiles across code_saturne versions to try to have the "best" possible logic (i.e. be ...
by Yvan Fournier
Thu Apr 16, 2026 5:53 pm
Forum: code_saturne usage
Topic: How to properly use LTS
Replies: 8
Views: 17494

Re: How to properly use LTS

Hello,

1) I am not sure how this is computed. I will check, but will probably not be able to look at this in detail before 10 days or so.

2) Without this parameter, I assume the risk is to have very strong variations in some matrix coefficients, but I am not sure we ever tested the feature without ...
by Yvan Fournier
Wed Apr 15, 2026 1:38 pm
Forum: code_saturne usage
Topic: How to properly use LTS
Replies: 8
Views: 17494

Re: How to properly use LTS

Hello,

I would be surprised if we did not use a consistent momentum interpolation, though I am not an expert in that part of the code.

For 1), yes, the Fourier number may be involved in the time step computation for the fluid region. This may cause issues in some cases where turbulent models lead ...