Page 1 of 1
radiative module
Posted: Mon Oct 02, 2017 1:27 pm
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,
Re: radiative module
Posted: Tue Oct 03, 2017 6:13 pm
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
Re: radiative module
Posted: Wed Oct 04, 2017 8:31 am
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 ?
Re: radiative module
Posted: Wed Oct 04, 2017 1:20 pm
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