init_itv_113 Subroutine

public subroutine init_itv_113()

Uses

  • (113) ftaucq: f-value for maximum VV stress (f-value for equation 65)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_113
        !! <LI> (113) ftaucq: f-value for maximum VV stress (f-value for equation 65)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(113) = 'fmaxvvstress  '
        boundl(113) = 0.001D0
        boundu(113) = 1.000D0
      end subroutine init_itv_113