My Project
programmer's documentation
Variables
Module for Radiative transfer

Variables

integer(c_int), pointer, save iirayo
 Activation of the radiative transfer module: More...
 
integer(c_int), pointer, save nfreqr
 Period of the radiation module. The radiation module is called every nfreqr time steps (more precisely, every time ntcabs is a multiple of nfreqr). Also, in order to have proper initialization of the variables, whatever the value of nfreqr, the radiation module is called at the first time step of a calculation (restart or not). Useful if and only if the radiation module is activated}. More...
 

Detailed Description

Variable Documentation

◆ iirayo

integer(c_int), pointer, save iirayo

Activation of the radiative transfer module:

  • 0: not activated
  • 1: DOM
  • 2: P1

◆ nfreqr

integer(c_int), pointer, save nfreqr

Period of the radiation module. The radiation module is called every nfreqr time steps (more precisely, every time ntcabs is a multiple of nfreqr). Also, in order to have proper initialization of the variables, whatever the value of nfreqr, the radiation module is called at the first time step of a calculation (restart or not). Useful if and only if the radiation module is activated}.