init_itv_170 Subroutine

public subroutine init_itv_170()

Uses

  • (170) beta_div : field line angle wrt divertor target plate (degrees)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_170
        !! <LI> (170) beta_div : field line angle wrt divertor target plate (degrees)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(170) = 'beta_div      '
        boundl(170) = 0.49
        boundu(170) = 5.01
      end subroutine init_itv_170