69 TYPE(t_region
),
POINTER :: pregion
75 CHARACTER(CHRLEN) :: rcsidentstring
83 '$RCSfile: RFLU_DeallocateMemory.F90,v $ $Revision: 1.14 $'
85 global => pregion%global
88 'RFLU_DeallocateMemory.F90')
90 IF ( global%myProcid == masterproc .AND. &
91 global%verbLevel >= verbose_high )
THEN
92 WRITE(stdout,
'(A,1X,A)') solver_name,
'Deallocating memory for mixture...'
99 SELECT CASE ( pregion%mixtInput%fluidModel )
105 CASE ( fluid_model_comp )
115 CASE ( fluid_model_incomp )
126 CALL
errorstop(global,err_reached_default,__line__)
133 IF ( global%myProcid == masterproc .AND. &
134 global%verbLevel >= verbose_high )
THEN
135 WRITE(stdout,
'(A,1X,A)') solver_name,
'Deallocating memory for mixture done.'
subroutine, public rflu_deallocatememorytstep(pRegion)
subroutine, public rflu_deallocatememorysol(pRegion)
subroutine, public rflu_deallocatememorygspeeds(pRegion)
subroutine registerfunction(global, funName, fileName)
subroutine rflu_deallocatememory(pRegion)
subroutine, public rflu_deallocatememorytstep_i(pRegion)
subroutine, public rflu_deallocatememorytstep_c(pRegion)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)