init_itv_141 Subroutine

public subroutine init_itv_141()

Uses

  • (141) fcqt : TF coil quench temperature < tmax_croco (f-value for equation 74)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_141
        !! <LI> (141) fcqt : TF coil quench temperature < tmax_croco (f-value for equation 74)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(141) = 'fcqt          '
        boundl(141) = 0.001D0
        boundu(141) = 1.000D0
      end subroutine init_itv_141