Search found 4255 matches

by Yvan Fournier
Tue Sep 16, 2025 7:23 pm
Forum: Discussion
Topic: Controlling maximym number of iterations
Replies: 5
Views: 192

Re: Controlling maximym number of iterations

Hello,

Yes, code_saturne can build inflation layers, though the handling of "sliding" conditions for faces near to but not adjacent to extrusion layers needs to be improved.
This is not available yet in the GUI (for this reason), but has been available through user-defined functions for a while ...
by Yvan Fournier
Mon Sep 15, 2025 7:12 pm
Forum: Discussion
Topic: Controlling maximym number of iterations
Replies: 5
Views: 192

Re: Controlling maximym number of iterations

Hello,

Replacing all settings in the code with a tree would be a huge undertaking, and to avoid possible performance issues, we will keep specific structures in many places. But the XML file is transformed into a simple tree when read, and if we can make this editable (which requires work due to ...
by Yvan Fournier
Mon Sep 15, 2025 6:58 pm
Forum: code_saturne usage
Topic: Error during configue stage of Code Saturne Please help
Replies: 4
Views: 1090

Re: Error during configue stage of Code Saturne Please help

Hello,

To all: please keep conversations about installation in the installation section of the forum.

Regards,

Yvan
by Yvan Fournier
Mon Sep 15, 2025 2:01 pm
Forum: Discussion
Topic: Controlling maximym number of iterations
Replies: 5
Views: 192

Re: Controlling maximym number of iterations

Hello,

Which version of the code are you using, and which linear solver are you using with multigrid (assuming you are using multigrid as a preconditionner, not as a solver) ?

Using default settings, this issue has mostly dissapeared on the computations that I am aware of. The main issue was that ...
by Yvan Fournier
Tue Sep 09, 2025 10:48 pm
Forum: code_saturne usage
Topic: Error during configue stage of Code Saturne Please help
Replies: 4
Views: 1090

Re: Error during configue stage of Code Saturne Please help

Hello,

This question should be in the "installation isssues" section of the forum. Also, do not forget to follow each section's recommendations to save a few question/answer exchanges.

Regards,

Yvan
by Yvan Fournier
Mon Sep 08, 2025 1:16 am
Forum: code_saturne usage
Topic: Simple pipe simulation which diverge... after a while
Replies: 5
Views: 3677

Re: Simple pipe simulation which diverge... after a while

Hello,

Outlet boundary conditions tend to have a high sensitivity to mesh quality in code_saturne, so whether using tetrahedral meshes or even hexahadral meshes with cell warping at the outlet, the following options usually work well :

- Add one or two prism layers at the outlet using the code's ...
by Yvan Fournier
Fri Sep 05, 2025 4:15 pm
Forum: code_saturne usage
Topic: About coupling with code aster
Replies: 2
Views: 4695

Re: About coupling with code aster

Hello,

I have checked with the colleague working on code_saturne/code_aster coupling, and have a few more details.

- Regarding "chained" computations, there is an exemple/test case here: https://codeaster.gitlab.io/doc/docaster/manuals/man_v/v1/v1.01.215/index.html

- Regarding the actual 2-way ...
by Yvan Fournier
Wed Sep 03, 2025 10:55 pm
Forum: code_saturne usage
Topic: Symmetric Gauss-Seidel error
Replies: 1
Views: 4175

Re: Symmetric Gauss-Seidel error

Hello,

You could increase the logging and postprocessing frequency to get more info on field values when the code starts preventing backflow at the outlet, and a bit before the divergence occurs. Running with a debug build may also help detect some error categories earlier.

Note that v7.0 is not ...
by Yvan Fournier
Thu Aug 28, 2025 12:11 pm
Forum: code_saturne usage
Topic: Outlet BC and time stepping
Replies: 3
Views: 6565

Re: Outlet BC and time stepping

Hello,

It seems you missed the attachment.

In any case, open boundary conditions are the trickiest. Although free inlet/outlet BC's are the correct BC to use, the GUI does not allow defining backflow conditions, so these must sometimes be completed with user-defined functions.

You should check ...
by Yvan Fournier
Wed Aug 27, 2025 6:21 pm
Forum: code_saturne usage
Topic: Parallel Calculation Efficiency with CDO
Replies: 2
Views: 6156

Re: Parallel Calculation Efficiency with CDO

Hello,

This value is really an average, an depends on the network and processor speeds/balance, and number of nodes used. On a single node, scalabilty may be better, while on billion-cell cases running on thousands of cores, the optimum is often higher.

So for legacy FV, I always recommend ...