Search found 4074 matches

by Yvan Fournier
Mon Apr 15, 2024 6:56 pm
Forum: code_saturne usage
Topic: meshing criteria
Replies: 2
Views: 33

Re: meshing criteria

Hello,

The issue here does not seem to be the mesh quality, but the fact that you have overlapping zone definitions.

Please check your boundary zone selection criteria definitions.

Regards,

Yvan
by Yvan Fournier
Fri Apr 12, 2024 1:59 pm
Forum: Installation issues
Topic: CGNS: error checking file type
Replies: 1
Views: 19

Re: CGNS: error checking file type

Hello, This error means a CGNS library call (cg_is_cgns) checking that the file is indeed a CGNS file has failed. This could be a bug in the CGNS library (we have tested 4.1.2, 4.4.0, and some 4.3 versions I think, but I am not sure about 4.1.0), and install issue (if CGNS is not built with HDF5 sup...
by Yvan Fournier
Thu Apr 11, 2024 2:06 am
Forum: Discussion
Topic: salome to code_saturne
Replies: 1
Views: 31

Re: salome to code_saturne

Hello,

This should be in the code_saturne usage section, so I may move this topic to that section soon.

The preprocessor log you posted explains the problem: you have only meshed the cylinder's surface, not its volume. So you need to fix your mesh.

Regards,

Yvan
by Yvan Fournier
Wed Apr 03, 2024 1:53 pm
Forum: code_saturne usage
Topic: 2 questions related to Code_Saturne usage
Replies: 2
Views: 73

Re: 2 questions related to Code_Saturne usage

Hello, 1) I think this is the zone of the volume. 2) If you need to compute some combination of z and z_gound, I would use ParaView's calculator. There is also a calculator in the development branch of code_saturne, but I would recommend using the combination that requires the smallest volume of I/O...
by Yvan Fournier
Fri Mar 22, 2024 4:05 am
Forum: code_saturne usage
Topic: Code_Saturne on hpc
Replies: 5
Views: 115

Re: Code_Saturne on hpc

Hello,

Could you follow the forum usage recommendations and provide the relevant logs ?

On the cluster, are you starting the code from the GUI or "code_saturne submit" ? Is the post-install (etc/code_saturne.cfg) step done ?

Regards,

Yvan
by Yvan Fournier
Mon Mar 18, 2024 2:24 am
Forum: code_saturne usage
Topic: Strange Halting at Half Total Iterations
Replies: 9
Views: 171

Re: Strange Halting at Half Total Iterations

Hello, Yes, this is the default : except for test runs of 10 iterations or less, there is a checkpoint every 1/4 of the total number of iterations required. Again, do you know if there was an "upgrade"/maintenance of some librairies on your cluster ? Do you have access to other MPI librari...
by Yvan Fournier
Fri Mar 15, 2024 12:27 pm
Forum: code_saturne usage
Topic: Strange Halting at Half Total Iterations
Replies: 9
Views: 171

Re: Strange Halting at Half Total Iterations

Hello, With version 8.1, you should not have the code_saturne "race condition" bug. So this might be a problem in the system. Did you reproduce it a second time ? On our machine, we had the issue with OpenMPI 4 and 4.1 (less frequent with 4.1), but this depends on lower level elements of t...
by Yvan Fournier
Thu Mar 14, 2024 4:39 pm
Forum: code_saturne usage
Topic: Strange Halting at Half Total Iterations
Replies: 9
Views: 171

Re: Strange Halting at Half Total Iterations

Hello, I forgot to ask/you forgot to remind me which version of the code you are using. There was in issue in the restart code some time ago (more then 2 years if I remember) where we could also have a race condition leading to the behavior you observe. Otherwise, if the issue only happened once, tr...
by Yvan Fournier
Wed Mar 13, 2024 7:22 pm
Forum: code_saturne usage
Topic: Strange Halting at Half Total Iterations
Replies: 9
Views: 171

Re: Strange Halting at Half Total Iterations

Hello, What type of machine/compute environment are you running on, how many MPI ranks do you use, and how long has the code been running ? This seems to be a hang when writing an intermediate checkpoint file, and may have similarities with some issues we encountered on a cluster following a system ...
by Yvan Fournier
Tue Mar 12, 2024 11:34 am
Forum: code_saturne usage
Topic: Add source term. Need help
Replies: 1
Views: 50

Re: Add source term. Need help

Hello,

Yes, check in body forces.

Yvan