radiative module

Questions and remarks about code_saturne usage
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
bachlinh
Posts: 28
Joined: Mon Oct 02, 2017 9:31 am

radiative module

Post by bachlinh »

Hello guys,
I search for the documentation about radiative module in CS 5.0 and how this module works (input, output, the main code).
Are there anyone knows about it ? Please help me!
Thank you,
Yvan Fournier
Posts: 4220
Joined: Mon Feb 20, 2012 3:25 pm

Re: radiative module

Post by Yvan Fournier »

Hello,

There are a few explanations in the Doxygen documentation: http://code-saturne.org/doxygen/src/cs_ ... nsfer.html.

There are also some elements in the theory and user documentation pdfs.

If I remember correctly, the main theory documentation was in an internal documentation from some years ago (in French).

Regards,

Yvan
bachlinh
Posts: 28
Joined: Mon Oct 02, 2017 9:31 am

Re: radiative module

Post by bachlinh »

Thank you,
So i also search for the main program (code) in which the sub-programs of radiative module are called.
Do you know about it ?
Yvan Fournier
Posts: 4220
Joined: Mon Feb 20, 2012 3:25 pm

Re: radiative module

Post by Yvan Fournier »

Hello,

The code for the radiative module is in src/rayt. In fortran, calls for radiative options are based in the "iirayo" keyword, while in C, you can search for cs_rad_transfer functions.

Regards,

Yvan
Post Reply