67 TYPE(t_region
),
POINTER :: regions(:)
69 INTEGER :: ireg, istage
72 REAL(RFREAL) :: ark(5), time, subtime, subdt
78 global => regions(ireg)%global
81 'InitCommunicationMP.F90' )
85 ark(:) = regions(ireg)%mixtInput%ark(:)
88 subdt = ark(1)*global%dtMin
89 subtime = global%currentTime + subdt
90 ELSE IF (istage == global%nrkSteps)
THEN
91 subdt = (1.0_rfreal - ark(global%nrkSteps-1))*global%dtMin
92 subtime = global%currentTime + global%dtMin
94 subdt = (ark(istage) - ark(istage - 1))*global%dtMin
95 subtime = global%currentTime + ark(istage)*global%dtMin
104 IF ( global%peulUsed ) &
109 IF (regions(ireg)%mixtInput%flowModel == flow_navst .AND. &
110 regions(ireg)%mixtInput%turbModel /= turb_model_none) &
subroutine initcommunicationmp(regions, iReg, istage)
subroutine registerfunction(global, funName, fileName)
subroutine peul_boundaryconditionssend(regions, iReg)
subroutine, public rflo_boundaryconditionssend(regions, iReg)
subroutine turb_rflo_ransbndconditionssend(regions, iReg)
subroutine deregisterfunction(global)