init_itv_148 Subroutine

public subroutine init_itv_148()

Uses

  • (148) fzactual : fraction of impurity at SOL with Reinke detachment criterion

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_148
        !! <LI> (148) fzactual : fraction of impurity at SOL with Reinke detachment criterion
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(148) = 'fzactual      '
        boundl(148) = 1.00D-8
        boundu(148) = 1.000D0
      end subroutine init_itv_148