59 TYPE (t_region
),
POINTER :: regions(:)
62 INTEGER :: ireg, ipatch
65 CHARACTER(CHRLEN) ::
msg
72 global => regions(1)%global
75 'RFLO_UserInput.F90' )
94 DO ireg=1,global%nRegions
95 IF (regions(ireg)%mixtInput%flowModel == flow_euler)
THEN
96 DO ipatch=1,regions(ireg)%nPatches
97 patch => regions(ireg)%levels(1)%patches(ipatch)
98 IF (
patch%bcType>=bc_noslipwall .AND. &
99 patch%bcType<=bc_noslipwall+bc_range)
THEN
100 patch%bcType = bc_slipwall
101 patch%mixt%bcSet = .false.
121 DO ireg=1,global%nRegions
122 IF (regions(ireg)%nGridLevels < global%startLevel)
THEN
123 WRITE(
msg,1000) ireg,regions(ireg)%nGridLevels
126 regions(ireg)%startLevel = global%startLevel
127 regions(ireg)%currLevel = global%startLevel
135 1000
FORMAT(
'Region ',i5,
', grid level= ',i2,
'.')
subroutine registerfunction(global, funName, fileName)
subroutine rflo_mapregionsprocessors(regions)
subroutine rflo_readregionmapsection(global)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)