radiation_source_t Derived Type

type, public :: radiation_source_t


Components

Type Visibility Attributes Name Initial
real(kind=rk), public, allocatable :: qrad(:)

Source Code

   type :: radiation_source_t
      real(rk), allocatable :: qrad(:) ! [W/m^3], positive adds energy to gas
   end type radiation_source_t