69 TYPE(t_region
),
POINTER :: pregion
75 CHARACTER(CHRLEN) :: rcsidentstring
82 rcsidentstring =
'$RCSfile: RFLU_AllocateMemory.F90,v $ $Revision: 1.25 $'
84 global => pregion%global
87 'RFLU_AllocateMemory.F90')
89 IF ( global%myProcid == masterproc .AND. &
90 global%verbLevel >= verbose_high )
THEN
91 WRITE(stdout,
'(A,1X,A)') solver_name,
'Allocating memory for mixture...'
98 SELECT CASE ( pregion%mixtInput%fluidModel )
104 CASE ( fluid_model_comp )
114 CASE ( fluid_model_incomp )
125 CALL
errorstop(global,err_reached_default,__line__)
132 IF ( global%myProcid == masterproc .AND. &
133 global%verbLevel >= verbose_high )
THEN
134 WRITE(stdout,
'(A,1X,A)') solver_name,
'Allocating memory for mixture done.'
subroutine rflu_allocatememory(pRegion)
subroutine registerfunction(global, funName, fileName)
subroutine, public rflu_allocatememorysol(pRegion)
subroutine, public rflu_allocatememorytstep_i(pRegion)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine, public rflu_allocatememorygspeeds(pRegion)
subroutine deregisterfunction(global)
subroutine, public rflu_allocatememorytstep_c(pRegion)
subroutine, public rflu_allocatememorytstep(pRegion)