init_itv_21 Subroutine

public subroutine init_itv_21()

Uses

  • (21) ftburn (f-value for equation 13)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_21
        !! <LI> (21) ftburn (f-value for equation 13)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(21) = 'ftburn        '
        boundl(21) = 0.001D0
        boundu(21) = 1.000D0
      end subroutine init_itv_21