81 TYPE(t_level
),
POINTER :: levels(:)
87 LOGICAL :: postinfofileexists
88 CHARACTER(CHRLEN) :: casename,rcsidentstring
89 INTEGER :: errorflag,ipatch,ireg
90 TYPE(t_region
),
POINTER :: pregion
92 TYPE(t_patch),
POINTER :: ppatch
98 rcsidentstring =
'$RCSfile: RFLU_PostProcessRegions.F90,v $ $Revision: 1.26 $'
100 global => levels(1)%regions(1)%global
103 'RFLU_PostProcessRegions.F90')
116 SELECT CASE ( global%postOutputFormat )
118 CASE ( post_output_format_tecplot )
121 IF ( global%nRegions == 1 )
THEN
122 pregion => levels(1)%regions(0)
124 pregion => levels(1)%regions(1)
136 IF ( global%patchCoeffFlag .EQV. .true. )
THEN
141 IF ( global%plagUsed .EQV. .true. )
THEN
148 CALL
errorstop(global,err_reached_default,__line__)
155 DO ireg = 1,global%nRegionsLocal
156 IF ( global%nRegions == 1 )
THEN
157 pregion => levels(1)%regions(0)
159 pregion => levels(1)%regions(ireg)
162 IF ( postinfofileexists .EQV. .true. )
THEN
170 IF ( pregion%postActiveFlag .EQV. .true. )
THEN
173 SELECT CASE ( global%postOutputFormat )
175 CASE ( post_output_format_tecplot )
176 IF ( global%postPlotVolFlag .EQV. .true. )
THEN
184 DO ipatch = 1,pregion%grid%nPatches
185 ppatch => pregion%patches(ipatch)
187 IF ( ppatch%plotFlag .EQV. .true. )
THEN
194 IF ( global%patchCoeffFlag .EQV. .true. )
THEN
195 DO ipatch = 1,pregion%grid%nPatches
196 ppatch => pregion%patches(ipatch)
205 IF ( global%plagUsed .EQV. .true. )
THEN
208 DO ipatch = 1,pregion%grid%nPatches
209 ppatch => pregion%patches(ipatch)
211 IF ( ppatch%plotStatsFlag .EQV. .true. )
THEN
221 CALL
errorstop(global,err_reached_default,__line__)
232 SELECT CASE ( global%postOutputFormat )
234 CASE ( post_output_format_tecplot )
237 IF ( global%patchCoeffFlag .EQV. .true. )
THEN
242 IF ( global%plagUsed .EQV. .true. )
THEN
249 CALL
errorstop(global,err_reached_default,__line__)
252 IF ( postinfofileexists .EQV. .true. )
THEN
subroutine, public rflu_tec_destroydatapatch(pRegion, pPatch)
subroutine, public rflu_tec_destroydatafieldsurf(pRegion, pPatch)
subroutine rflu_destroygrid(pRegion)
subroutine, public rflu_tec_openfilefield(pRegion)
subroutine registerfunction(global, funName, fileName)
subroutine, public rflu_tec_builddatafieldvol(pRegion)
subroutine, public rflu_tec_builddatapatchstats(pRegion, pPatch)
subroutine, public rflu_printplottingvarsinfo(pRegion)
subroutine, public rflu_tec_closefilepatch(global)
subroutine, public rflu_tec_init(global)
subroutine rflu_postprocessregionscommon1(pRegion, postInfoFileExists)
subroutine, public rflu_tec_openfilepnt(pRegion)
subroutine, public rflu_countplottingvars(pRegion)
subroutine rflu_setpatchplotflags(pRegion)
subroutine, public rflu_tec_writefilefieldvol(pRegion)
subroutine, public rflu_tec_writefilepatch(pRegion, pPatch)
subroutine rflu_postprocessregions(levels)
subroutine, public rflu_tec_closefilefield(global)
subroutine rflu_openpostinfo(global, fileStatus, fileExists)
subroutine rflu_closepostinfo(global)
subroutine, public rflu_tec_openfilepatch(pRegion)
subroutine, public rflu_tec_closefilepatchstats(global)
subroutine, public rflu_tec_destroydatafieldvol(pRegion)
subroutine, public rflu_tec_writefilefieldsurf(pRegion, pPatch)
subroutine, public rflu_tec_openfilepatchstats(pRegion)
subroutine, public rflu_tec_closefilepnt(global)
subroutine, public rflu_buildplottingvarmaps(pRegion)
subroutine, public rflu_tec_writefilepnt(pRegion)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine, public rflu_destroyplottingvarmaps(pRegion)
subroutine rflu_readpostinfo(pRegion, readMode)
subroutine deregisterfunction(global)
subroutine, public rflu_createplottingvarmaps(pRegion)
subroutine, public rflu_tec_builddatafieldsurf(pRegion, pPatch)
subroutine, public rflu_tec_builddatapatch(pRegion, pPatch)
subroutine rflu_postprocessregionscommon2(pRegion)