katheder_cfg_t Derived Type

type, public :: katheder_cfg_t


Components

Type Visibility Attributes Name Initial
real(kind=dp), public :: alpha
real(kind=dp), public :: beta
real(kind=dp), public :: VoidFr
real(kind=dp), public :: Re_min

Source Code

  type katheder_cfg_t
     real(dp) :: alpha, beta, VoidFr, Re_min
  end type katheder_cfg_t