init_itv_109 Subroutine

public subroutine init_itv_109()

Uses

  • (109) ralpne: thermal alpha density / electron density

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_109
        !! <LI> (109) ralpne: thermal alpha density / electron density
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(109) = 'ralpne        '
        boundl(109) = 0.050D0
        boundu(109) = 0.150D0
      end subroutine init_itv_109