74 TYPE (t_region
),
POINTER :: regions(:)
86 global => regions(1)%global
89 'RFLO_DoMemoryAllocation.F90' )
95 DO ireg=1,global%nRegions
96 IF (regions(ireg)%procid==global%myProcid .AND. &
97 regions(ireg)%active==active)
THEN
110 IF (global%plagUsed)
THEN
120 IF (global%peulUsed)
THEN
127 IF (regions(ireg)%mixtInput%radiUsed)
THEN
133 CALL spec_allocatememory( regions(ireg) )
137 IF ((regions(ireg)%mixtInput%flowModel == flow_navst) .AND. &
138 (regions(ireg)%mixtInput%turbModel /= turb_model_none))
THEN
145 IF (regions(ireg)%periInput%flowKind /= off)
THEN
156 ALLOCATE( global%requests(global%nRequests),stat=errorflag )
157 global%error = errorflag
158 IF (global%error /= 0) CALL
errorstop( global,err_allocate,__line__ )
subroutine turb_allocatememory(region)
subroutine rflo_allocatedatabuffers(regions, iReg)
subroutine rflo_allocatememory(region)
subroutine registerfunction(global, funName, fileName)
subroutine turb_rflo_ransallocdatabuffers(regions, iReg)
subroutine plag_allocatememory(region)
subroutine peri_allocatememory(region)
subroutine peul_allocatememory(region)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine plag_allocatedatabuffers(regions, iReg)
subroutine radi_allocatememory(region)
subroutine allocatememorywork(region)
subroutine deregisterfunction(global)
subroutine peul_allocatedatabuffers(regions, iReg)
subroutine rflo_domemoryallocation(regions)