init_itv_146 Subroutine

public subroutine init_itv_146()

Uses

  • (146) fcpttf : F-value for TF coil current per turn limit (constraint equation 77)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_146
        !! <LI> (146) fcpttf : F-value for TF coil current per turn limit (constraint equation 77)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(146) = 'fcpttf        '
        boundl(146) = 0.001D0
        boundu(146) = 1.000D0
      end subroutine init_itv_146