Search found 6 matches

by Jerome B.
Thu Aug 28, 2025 3:13 pm
Forum: code_saturne usage
Topic: Solidification modelling with the V9.0
Replies: 4
Views: 2093

Re: Solidification modelling with the V9.0

Hello SS2X and Yvan,

As mentioned by Yvan, the efficiency of purely iterative solvers for coupled velocity/pressure systems is an issue. We are working on this topic and we hope having something better next year. There are many ideas to explore.

Up to now, the best alternative is to consider a ...
by Jerome B.
Thu Aug 28, 2025 1:08 pm
Forum: code_saturne usage
Topic: Combination of CDO solidification and CHT within the V9.0
Replies: 4
Views: 1636

Re: Combination of CDO solidification and CHT within the V9.0

Hello Chaï and SS2X,

Using CHT and CDO solidifcation together is possible. The way to setup this problem is possible with user-defined source files since it is a full CDO computation (meaning that there is no call to the legacy Finite Volume functions). I don't think there is a example of such a ...
by Jerome B.
Thu Nov 30, 2023 11:45 am
Forum: code_saturne usage
Topic: Problem to model solidification of a binary alloy with CDO approach
Replies: 12
Views: 89179

Re: Problem to model solidification of a binary alloy with CDO approach

Hello Matthieu,

As Yvan said, a direct solver has a memory consumption which is much higher than an iterative solver. The reading of your log files is clear : Elapsed time for the full computation = 29791s and elapsed time in solving the NavSto system = 29679s

Moreover, there are some differences ...
by Jerome B.
Tue Nov 07, 2023 2:04 am
Forum: code_saturne usage
Topic: Problem to model solidification of a binary alloy with CDO approach
Replies: 12
Views: 89179

Re: Problem to model solidification of a binary alloy with CDO approach

Hello Matthieu,

I think there are two problems:
1. Your boundaries are defined twice. Since CDO schemes are not fully available from the GUI, some steps should be done only with user source files. This is not a satisfactory situation...

2. MUMPS as a solver for the full system is not robust since ...
by Jerome B.
Tue Oct 24, 2023 6:31 pm
Forum: code_saturne usage
Topic: Problem to model solidification of a binary alloy with CDO approach
Replies: 12
Views: 89179

Re: Problem to model solidification of a binary alloy with CDO approach

Thank you for the additional information.

Regarding MUMPS, you have to add "--with-mumps=/path/to/your/mumps/install" at the "configure" step.
If the usage of the "--with-mumps" tag gives the same result, you have to check your config.log file to figure out what is wrong.

Best regards,
Jérôme.
by Jerome B.
Tue Oct 24, 2023 3:37 pm
Forum: code_saturne usage
Topic: Problem to model solidification of a binary alloy with CDO approach
Replies: 12
Views: 89179

Re: Problem to model solidification of a binary alloy with CDO approach

Hello Matthieu,

This is weird.
It looks like a non-convergence of the solver. The system to solve is a velocity/pressure coupled system (a saddle-point problem) which is difficult to solve in general. That's why, we usually rely on the MUMPS solver for this kind of system.
In the current case ...