init_itv_110 Subroutine

public subroutine init_itv_110()

Uses

  • (110) falpha_energy_confinement: Lower limit on f_alpha_energy_confinement the ratio of alpha particle to energy confinement times (f-value for equation 62)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_110
        !! <LI> (110) falpha_energy_confinement: Lower limit on f_alpha_energy_confinement the ratio of alpha
        use numerics, only: lablxc, boundl, boundu
        implicit none
        !!      particle to energy confinement times (f-value for equation 62)
        lablxc(110) = 'falpha_energy_confinement     '
        boundl(110) = 0.001D0
        boundu(110) = 1.000D0
      end subroutine init_itv_110