Search found 16 matches

by AdamLarat
Wed Feb 18, 2026 11:25 am
Forum: Syrthes related questions
Topic: CS/Syrthes Coupling
Replies: 5
Views: 8698

Re: CS/Syrthes Coupling

For 1), you told in your first answer that the 'h' coefficient varies during the simulation as a relaxation flux to micmic conservativity. I perfectly understand that the solid temperature at steady state varies with a fixed value for 'h', but I am going to use the "automatic" coupling with the ...
by AdamLarat
Tue Feb 17, 2026 10:57 am
Forum: Syrthes related questions
Topic: CS/Syrthes Coupling
Replies: 5
Views: 8698

Re: CS/Syrthes Coupling

Thanks for your answer, Yvan. It helped a lot!
It appears the overcooling problem comes more from time-stepping than from the way the coupling is done. Nevertheless, I am still interested in understanding the heat transfer coupling, so unfortunately this will double the number of questions I want to ...
by AdamLarat
Tue Feb 10, 2026 6:03 pm
Forum: Syrthes related questions
Topic: CS/Syrthes Coupling
Replies: 5
Views: 8698

CS/Syrthes Coupling

Hi there!

I am trying to reproduce numerically some experimental results : some metal bars are heated by Joule effect and cooled by surrounding air buoyancy.
Thus, I prescribe a heating field within the bars on the Syrthes side and couple the heat transfer simulation with the Code_Saturne solver ...
by AdamLarat
Thu Aug 28, 2025 3:05 pm
Forum: code_saturne usage
Topic: Outlet BC and time stepping
Replies: 3
Views: 40898

Re: Outlet BC and time stepping

Hi !

I have successfully reduced the amount of instabilities by using "local time stepping" and increasing the reference time step.

This is very unusual to me: in my referential increasing the time step means amplifying the numerical instabilities. Is the time stepping explicit or implicit ...
by AdamLarat
Thu Aug 28, 2025 12:57 pm
Forum: code_saturne usage
Topic: Outlet BC and time stepping
Replies: 3
Views: 40898

Re: Outlet BC and time stepping

Thank you Yvan for your fast answer and sorry for the missing attachement. I remember adding it to the post, but I certainly did not go all through.
Here is the screenshot at iteration 700, we can see the plume which has formed at the left heating bar (others have been deactivated), and the ...
by AdamLarat
Thu Aug 28, 2025 11:40 am
Forum: code_saturne usage
Topic: Outlet BC and time stepping
Replies: 3
Views: 40898

Outlet BC and time stepping

Hello,
I am running a code_saturne simulation where 3 heating bars are embedded within a still air environnement. The only dynamics of the case is elevating air due to buoyancy at the heating bars.
For the Boundary Conditions, I have imposed a wall at the bottom and I wish to let the three (left ...
by AdamLarat
Wed Jul 02, 2025 10:04 am
Forum: code_saturne usage
Topic: Thermal transfer with Syrthes
Replies: 3
Views: 110558

Re: Thermal transfer with Syrthes

Here are the thermal Flux and Boundary_temperature at boundaries.

1. Why are these quantities given on the volumic mesh and not only at the boundary faces?
2. The input thermal flux is globally negative. Does it mean the heat is going from the fluid to the solid?
3. The heat exchange is not ...
by AdamLarat
Tue Jul 01, 2025 3:08 pm
Forum: code_saturne usage
Topic: Thermal transfer with Syrthes
Replies: 3
Views: 110558

Thermal transfer with Syrthes

Hello,

I am quite confused by the coupled Syrthes/Saturne result I get. I have a heating solid bar centered within a fluid domain. The solid bar is heated by Joule effect which I temporarily model by a handmade heating field.

What I am interested in is the thermal transfer between the solid bar ...
by AdamLarat
Tue Jul 01, 2025 11:35 am
Forum: code_saturne usage
Topic: Syrthes coupled simulation crashes
Replies: 3
Views: 92525

Re: Syrthes coupled simulation crashes

All right! I have been able to run the simulation by rearranging the <conjugate_heat_transfer> as:

<conjugate_heat_transfer>
<external_coupling>
<projection_axis>Z</projection_axis>
<syrthes_instances>
<instance name="SOLID">
<coupled_boundary label="Barre1_P1"/>
</instance>
</syrthes ...
by AdamLarat
Tue Jul 01, 2025 11:25 am
Forum: code_saturne usage
Topic: Syrthes coupled simulation crashes
Replies: 3
Views: 92525

Re: Syrthes coupled simulation crashes

Hi Yvan,
Thank you for your answer.
In my setup.xml Saturne's config file, I have the following section :

<conjugate_heat_transfer>
<external_coupling>
<syrthes>
<projection_axis>Z</projection_axis>
<selection_criteria>1</selection_criteria>
<syrthes_name>SYRTHES</syrthes_name>
<verbosity ...