Search found 30 matches

by SimBu
Tue Nov 08, 2022 11:02 am
Forum: code_saturne usage
Topic: Solar Load
Replies: 10
Views: 19845

Re: Solar Load

The list file could not be attached in the previous message : listing.txt I add a screenshot of the two compared cases (on the left, the 1D model is activated, the luminance has the right magnitude, on the right, the solar charge is activated without the 1D model, with a bad magnitude but a good sol...
by SimBu
Tue Nov 08, 2022 10:26 am
Forum: code_saturne usage
Topic: Solar Load
Replies: 10
Views: 19845

Re: Solar Load

After some time, I managed to run a very simple case, I'm putting here the src file. The simulation ran with only thermal model effective, in the atmo feature (no wind, no humidity in the air). Here is a little summary of the step: In the cs_user_parameter , in the subroutine usppmo , the radiative ...
by SimBu
Fri Nov 04, 2022 12:00 pm
Forum: code_saturne usage
Topic: Solar Load
Replies: 10
Views: 19845

Re: Solar Load

Ok, I tinkered a little bit, I found the following parameters : In the cs_user_radiative_transfer.c, in the first method cs_user_radiative_transfer_parameters the CS_RAD_ATMO_3D_DIRECT_SOLAR and CS_RAD_ATMO_3D_DIFFUSE_SOLAR were what I was searching for. However, when I run my simulation with CS_RAD...
by SimBu
Thu Nov 03, 2022 12:42 pm
Forum: code_saturne usage
Topic: Solar Load
Replies: 10
Views: 19845

Re: Solar Load

Yvan,
Thanks for your answer,
Indeed a search of the SRC folder led me to clues that solar radiation is taken into account (rayso.f90). I'll do some tests, I'll let you know, though some precisions from a "more familiar person" would be amazing :)

Best regards !
by SimBu
Thu Oct 27, 2022 11:55 am
Forum: code_saturne usage
Topic: Solar Load
Replies: 10
Views: 19845

Solar Load

Dear all, I don't really know if i am in the right section of the forum, otherwise I'll move this post to syrthes realted topics. I try to reproduce the termal behaviour of a building block, and to simulate it in the atmospheric module. I would really like to add solar load in the simulation, to tak...
by SimBu
Fri Oct 14, 2022 1:41 pm
Forum: code_saturne usage
Topic: Boundary definition : condition
Replies: 4
Views: 2252

Re: Boundary definition : condition

Ok great, found it ! Ok, obviously parallel operation for multi-threading... Ok thank you I will try to manage with the C function
by SimBu
Fri Oct 14, 2022 11:23 am
Forum: code_saturne usage
Topic: Boundary definition : condition
Replies: 4
Views: 2252

Re: Boundary definition : condition

Hi Yvan, Thank you for your answer, I didn't find anywhere the existence of this cs_gmean function, even while doing grep 'cs_gmean' in the code_saturne source files. In wich head file is it define, to include it in my user function ? Ok then you are right, instead of imposing a neaumann condition o...
by SimBu
Fri Oct 14, 2022 10:35 am
Forum: code_saturne usage
Topic: Track convergence
Replies: 4
Views: 1997

Re: Track convergence

Ok, thank you very much, I'll try but indeed it seems that I need to flush anyway !
by SimBu
Thu Oct 13, 2022 2:07 pm
Forum: code_saturne usage
Topic: Track convergence
Replies: 4
Views: 1997

Re: Track convergence

Thank you for your fast answer, Yes indeed, the timer_stat is updated but not the residuals. I run the simulation on a cluster, and the touch control_file from a VM on my computer. At first I believed it was a owner file issue, but the timer_stat is actualised... Maybe it is linked with the parallel...
by SimBu
Thu Oct 13, 2022 10:48 am
Forum: code_saturne usage
Topic: Track convergence
Replies: 4
Views: 1997

Track convergence

Dear users, I don't know if it happen only to my code_saturne but the track convergence is not refreshing very well, espcially with the refresh time module. While using the code_saturne gui, and calling track convergence tool from there, only the refresh time area seems not to work. But when I launc...