67 TYPE (t_region
),
POINTER :: regionss1(:), regionss2(:)
70 CHARACTER(CHRLEN) ::
msg
76 global => regionss1(1)%global
79 'RVAV_ReadFileStream2.F90' )
83 global%flowType = globalrvav%flowTypeS2
84 global%gridFormat = globalrvav%gridFormatS2
85 global%solutFormat = globalrvav%solutFormatS2
87 IF (global%verbLevel /= verbose_none)
THEN
88 WRITE(stdout,
'(/,A,I5)')
'FileTypeS2 = ', globalrvav%fileTypeS2
89 WRITE(stdout,
'(A,I5)')
'FlowTypeS2 = ', globalrvav%flowTypeS2
90 WRITE(stdout,
'(A,I5)')
'gridFormatS2 = ', globalrvav%gridFormatS2
91 WRITE(stdout,
'(A,I5)')
'solutFormatS2 = ', globalrvav%solutFormatS2
94 SELECT CASE ( globalrvav%fileTypeS2 )
96 IF (global%verbLevel /= verbose_none) &
97 WRITE(stdout,
'(/,A)')
'Entering Stream2 Computed Solution...'
100 CASE (file_analytical)
101 IF (global%verbLevel /= verbose_none) &
102 WRITE(stdout,
'(/,A)')
'Entering Stream2 Analytical Solution...'
105 CASE (file_experimental)
106 IF (global%verbLevel /= verbose_none) &
107 WRITE(stdout,
'(/,A)')
'Entering Stream2 Experimental Solution...'
111 WRITE(stdout,
'(/,A,/)')
'Current Data Structure for Stream 2 Only supports Computed, Analytical or Experimental Results.'
subroutine rvav_readfilestream2analyt(global, regionsS2)
subroutine rvav_readfilestream2(regionsS1, regionsS2)
subroutine rvav_readfilestream2experm(global, regionsS2)
subroutine registerfunction(global, funName, fileName)
subroutine rflo_readsolutionregion(iReg, regions)
subroutine rvav_readfilestream2comput(regionsS1, regionsS2)
subroutine rflo_getnodeoffset(region, iLev, iNodeOffset, ijNodeOffset)
subroutine rflo_readgridregion(iReg, regions)
subroutine rflo_getdimensdummy(region, iLev, idcbeg, idcend, jdcbeg, jdcend, kdcbeg, kdcend)
subroutine rflo_getcelloffset(region, iLev, iCellOffset, ijCellOffset)
subroutine rflo_getdimensdummynodes(region, iLev, idnbeg, idnend, jdnbeg, jdnend, kdnbeg, kdnend)
subroutine rflo_readregiontopology(global, regions)
subroutine deregisterfunction(global)