55 TYPE(t_region
),
POINTER :: regions(:)
61 CHARACTER(CHRLEN) :: rcsidentstring
67 rcsidentstring =
'$RCSfile: PERI_InitInputValues.F90,v $'
69 global => regions(1)%global
71 'PERI_InitInputValues.F90' )
76 DO ireg=1,global%nRegions
79 DO ireg = lbound(regions,1),ubound(regions,1)
82 input => regions(ireg)%periInput
84 input%flowKind = peri_flow_none
88 input%meanPgrad = 0._rfreal
89 input%minjRate = 0._rfreal
90 input%bulkmFlux = 0._rfreal
91 input%cprEpsilon = 0._rfreal
92 input%headPres = 0._rfreal
93 input%headTemp = 0._rfreal
subroutine registerfunction(global, funName, fileName)
subroutine input(X, NNODE, NDC, NCELL, NFCE, NBPTS, NBFACE, ITYP, NPROP, XBNDY, XFAR, YFAR, ZFAR)
subroutine deregisterfunction(global)