init_itv_158 Subroutine

public subroutine init_itv_158()

Uses

  • (158) croco_thick : Thickness of CroCo copper tube (m)

    Arguments

    None

    Contents

    Source Code


    Source Code

      subroutine init_itv_158
        !! <LI> (158) croco_thick : Thickness of CroCo copper tube (m)
        use numerics, only: lablxc, boundl, boundu
        implicit none
        lablxc(158) = 'croco_thick   '
        boundl(158) = 1.0d-3
        boundu(158) = 1.0d-1
      end subroutine init_itv_158