Search found 4130 matches

by Yvan Fournier
Tue Sep 10, 2024 7:30 pm
Forum: code_saturne usage
Topic: How to compute TKE Budgets
Replies: 6
Views: 2863

Re: How to compute TKE Budgets

Hello, In the development version, there are quite a few optional fields than can be used to save various intermediate terms in the RSM solution, which might be useful for this (see src/turb/cs_turbulence_rij.cpp). Some elements of associated field names may be given in the Doxygen/HTML documentatio...
by Yvan Fournier
Tue Sep 10, 2024 7:23 pm
Forum: code_saturne usage
Topic: Collecting variable values at different timesteps
Replies: 2
Views: 22

Re: Collecting variable values at different timesteps

Hello, You can increase the number of time steps saved in a given field by using cs_field_set_n_time_vals for all fields where you need this, but if you keep too many values, the memory use may go up quite fast.. For each associated time, field->vals points to the values associated with time step n-...
by Yvan Fournier
Mon Sep 09, 2024 10:09 am
Forum: code_saturne usage
Topic: mesh_output file not created
Replies: 1
Views: 178

Re: mesh_output file not created

Hello, In ALE, the mesh deformation is not stored in the mesh_output, but in the auxiliary restart file. So what you need in this case is to restart from a different mesh, in which case the deformation from the first case will be interpolated to the new one. You may want to reset other fields to 0 i...
by Yvan Fournier
Thu Sep 05, 2024 9:47 pm
Forum: code_saturne usage
Topic: BC with convection + radiation to the ambient
Replies: 5
Views: 796

Re: BC with convection + radiation to the ambient

Hello,

Thanks for the detailed report. I have a very busy week ahead but I'll try to look into this as soon as possible, probably end of next week or early week after.

Best regards,

Yvan
by Yvan Fournier
Wed Sep 04, 2024 9:22 am
Forum: code_saturne usage
Topic: BC with convection + radiation to the ambient
Replies: 5
Views: 796

Re: BC with convection + radiation to the ambient

Hello, Do you have a small test case where in.1), the temperature does not seem to change ? Another user reported something similar (bu I have no.details) so I need to check whether this is a subtle case setup issue or whether we may have a bug here. To see the effect of radiation on.the wall, I thi...
by Yvan Fournier
Sun Aug 25, 2024 5:55 pm
Forum: Installation issues
Topic: WSL Issues with salome_cfd_extensions
Replies: 2
Views: 1315

Re: WSL Issues with salome_cfd_extensions

Hello, The tutorials by Cyprien are rapidly becoming obsolete, are were done independently of the code_saturne team, so are in no way updated by us. The real install documentation is the one in the code sources, even if it is a bit minimalist. With newer installs of the salome_cfd_extensions, there ...
by Yvan Fournier
Tue Aug 20, 2024 9:39 pm
Forum: Syrthes related questions
Topic: CS/Syrthes in Ubuntu 20 vs Ubuntu 22
Replies: 1
Views: 18275

Re: CS/Syrthes in Ubuntu 20 vs Ubuntu 22

Hello,

Did you do the post-install part of the code_saturne setup (i.e. editing the code_saturne.cfg file in the installation directory) ? Looks like this is missing, based on your error message.

Best regards,

Yvan
by Yvan Fournier
Tue Aug 13, 2024 9:41 pm
Forum: Syrthes related questions
Topic: Coupling, very slow temperature convergence
Replies: 2
Views: 18653

Re: Coupling, very slow temperature convergence

Hello, If this should converge to a steady-state solution, the time steps do not need to be identical between the fluid and solid domains. In this case, I would recommend the pseudo-steady algorithm on the code_saturne side (with a local time step), as this will optimize for the CFL number and usual...
by Yvan Fournier
Sun Aug 11, 2024 11:17 pm
Forum: code_saturne usage
Topic: Closed loop flow, pressure point constraint and convergence
Replies: 2
Views: 22869

Re: Closed loop flow, pressure point constraint and convergence

Hello, I'm not sure how you could force a pressure at a given point with no outlets using the current code options, and am not sure it would help (since normally things depend on the pressure gradient but unless you have physical quantities depending on pressure, there should be no influence). I any...
by Yvan Fournier
Wed Aug 07, 2024 12:30 am
Forum: Installation issues
Topic: New Install: No "mesh_input.csm" file or directory found.
Replies: 2
Views: 22640

Re: New Install: No "mesh_input.csm" file or directory found.

Hello, The error simply reports the line in the source code relative to where the error is caught or handled, so as to help with debugging and analyzing the issue, so the message you obtain is normal. You now need to understand why the mesh input file was not found. Either the tutorial links directl...