init_itv_119 Subroutine

public subroutine init_itv_119()

Uses

  • (119) tesep: separatrix temperature calculated by the Kallenbach divertor model

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_119
        !! <LI> (119) tesep:  separatrix temperature calculated by the Kallenbach divertor model
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(119) = 'tesep         '
        boundl(119) = 0.000D0
        boundu(119) = 1.000D1
      end subroutine init_itv_119