init_itv_120 Subroutine

public subroutine init_itv_120()

Uses

  • (120) ttarget: Plasma temperature adjacent to divertor sheath [eV]

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_120
        !! <LI> (120) ttarget: Plasma temperature adjacent to divertor sheath [eV]
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(120) = 'ttarget       '
        boundl(120) = 1.000D0
        boundu(120) = 1.000D4
      end subroutine init_itv_120