Hello,
Looking at your install_saturne.log file, it seems that METIS/ParMetis support was not detected correctly, so you may have an issue in the provided path or a compatibility issue (you would need to check the config.log file in the code_saturne build directory to determine the details).
In ...
Search found 4238 matches
- Fri Jul 18, 2025 6:47 pm
- Forum: code_saturne usage
- Topic: ParMETIS not found
- Replies: 1
- Views: 32
- Fri Jul 18, 2025 3:45 pm
- Forum: Discussion
- Topic: code_saturne users survey (closed)
- Replies: 1
- Views: 140609
Re: code_saturne users survey
This survey has been closed for a while, so I only leave this thread here for memory/reference.
- Fri Jul 11, 2025 10:46 am
- Forum: code_saturne usage
- Topic: y+ calculation on rough walls
- Replies: 4
- Views: 2441
Re: y+ calculation on rough walls
Hello,
As far as I know, in the case of smooth walls, the y+ 20-30 rule applies to high-Reynolds wall laws. For low-Reynolds or "all-y+" wall laws, smaller y+ values are allowed.
I am not too sure about rough wall laws and would need to check with a colleague, but since they also include some ...
As far as I know, in the case of smooth walls, the y+ 20-30 rule applies to high-Reynolds wall laws. For low-Reynolds or "all-y+" wall laws, smaller y+ values are allowed.
I am not too sure about rough wall laws and would need to check with a colleague, but since they also include some ...
- Wed Jul 09, 2025 9:22 pm
- Forum: code_saturne usage
- Topic: y+ calculation on rough walls
- Replies: 4
- Views: 2441
Re: y+ calculation on rough walls
Hello,
This is probably computed in src/base/clptrg.f90. So it may be interesting to check/log/print the intermediate values used in its computation.
I'm not sure about the theory part, as there is both a legacy rough wall model, and a new one (continuous "smooth/rough" model). The newer model ...
This is probably computed in src/base/clptrg.f90. So it may be interesting to check/log/print the intermediate values used in its computation.
I'm not sure about the theory part, as there is both a legacy rough wall model, and a new one (continuous "smooth/rough" model). The newer model ...
- Wed Jul 02, 2025 7:29 pm
- Forum: code_saturne usage
- Topic: Thermal transfer with Syrthes
- Replies: 3
- Views: 29375
Re: Thermal transfer with Syrthes
Hello,
1) The quantities should only be on boundary faces. Do you have separate writers for volume and boundary faces ? If not, using "extract block" under ParaView might help separate them.
2) Yes, this sign is chosen from a "finite volume" rather than user perspective. A negative flux means heat ...
1) The quantities should only be on boundary faces. Do you have separate writers for volume and boundary faces ? If not, using "extract block" under ParaView might help separate them.
2) Yes, this sign is chosen from a "finite volume" rather than user perspective. A negative flux means heat ...
- Wed Jul 02, 2025 12:55 am
- Forum: code_saturne usage
- Topic: Thermal transfer with Syrthes
- Replies: 3
- Views: 29375
Re: Thermal transfer with Syrthes
Hello,
It may be interesting on the code_saturne side to activate the visualization output of the thermal fluxes at walls (and wall temperature), to see what amount of heat exchange you have at the interface.
Depending on the mesh and turbulence model, the heat exchange might be underestimated ...
It may be interesting on the code_saturne side to activate the visualization output of the thermal fluxes at walls (and wall temperature), to see what amount of heat exchange you have at the interface.
Depending on the mesh and turbulence model, the heat exchange might be underestimated ...
- Tue Jul 01, 2025 11:19 am
- Forum: code_saturne usage
- Topic: Syrthes coupled simulation crashes
- Replies: 3
- Views: 25492
Re: Syrthes coupled simulation crashes
Hello,
The logging of the space dimension seems to be a bug, but I suspect your issue is that you have a 2D domain in Syrthes, and a 3D one in code_saturne. In the 3D disks example (whose reference setup should be updated), the "2D projection" option in the conjugate heat transfer section is set ...
The logging of the space dimension seems to be a bug, but I suspect your issue is that you have a 2D domain in Syrthes, and a 3D one in code_saturne. In the 3D disks example (whose reference setup should be updated), the "2D projection" option in the conjugate heat transfer section is set ...
- Tue Jun 17, 2025 4:17 pm
- Forum: code_saturne usage
- Topic: y+ value for k-e wall function with high roughness
- Replies: 5
- Views: 22216
Re: y+ value for k-e wall function with high roughness
Hello,
I meant that the choice of the roughness value can in itself be based on some user modeling choices. I was thinking mostly of the atmospheric cases where roughness can represent vegetation, which is accounted for in a simplified (i.e. modeled) way as a form of roughness.
Best regards,
Yvan
I meant that the choice of the roughness value can in itself be based on some user modeling choices. I was thinking mostly of the atmospheric cases where roughness can represent vegetation, which is accounted for in a simplified (i.e. modeled) way as a form of roughness.
Best regards,
Yvan
- Tue Jun 17, 2025 4:14 pm
- Forum: code_saturne usage
- Topic: MPI Error with CS/Syrthes coupling
- Replies: 4
- Views: 12026
Re: MPI Error with CS/Syrthes coupling
Hello,
I mean that Syrthes can compile its own OpenMPI library as an external dependency, but this does not seem to be the casde here.
But you may be missing a setting in the syrthes-install/setup.ini file : you should have:
ple_use=yes
syrthescfd INSTALL=yes
Otherwise, you will be missing ...
I mean that Syrthes can compile its own OpenMPI library as an external dependency, but this does not seem to be the casde here.
But you may be missing a setting in the syrthes-install/setup.ini file : you should have:
ple_use=yes
syrthescfd INSTALL=yes
Otherwise, you will be missing ...
- Tue Jun 17, 2025 12:40 pm
- Forum: code_saturne usage
- Topic: MPI Error with CS/Syrthes coupling
- Replies: 4
- Views: 12026
Re: MPI Error with CS/Syrthes coupling
Hello,
Are you sure your code_saturne and Syrthes builds use the same MPI installation ? Mismatched MPI libraries could explain the observed behavior. Since the Syrthes install script builds its own MPI library by default, this could happen if you are not extra careful.
Best regards,
Yvan
Are you sure your code_saturne and Syrthes builds use the same MPI installation ? Mismatched MPI libraries could explain the observed behavior. Since the Syrthes install script builds its own MPI library by default, this could happen if you are not extra careful.
Best regards,
Yvan