75 TYPE(t_region
),
POINTER :: pregion
81 CHARACTER(CHRLEN) :: rcsidentstring
89 '$RCSfile: RFLU_CheckPositivityWrapper.F90,v $ $Revision: 1.6 $'
91 global => pregion%global
94 'RFLU_CheckPositivityWrapper.F90')
100 SELECT CASE ( pregion%mixtInput%fluidModel )
106 CASE ( fluid_model_incomp )
112 CASE ( fluid_model_comp )
113 SELECT CASE ( pregion%mixtInput%gasModel )
114 CASE ( gas_model_tcperf, &
115 gas_model_mixt_tcperf, &
116 gas_model_mixt_tperf, &
117 gas_model_mixt_pseudo )
119 CASE ( gas_model_mixt_gasliq )
122 CALL
errorstop(global,err_reached_default,__line__)
130 CALL
errorstop(global,err_reached_default,__line__)
143 IF ( global%specUsed .EQV. .true. )
THEN
145 pregion%specInput%nSpecies, &
155 IF ( global%plagUsed .EQV. .true. )
THEN
subroutine rflu_scalarcheckpositivity(pRegion, moduleType, nVarScal, cvScal)
subroutine registerfunction(global, funName, fileName)
subroutine rflu_checkpositivitywrapper(pRegion)
subroutine, public plag_checkpositivity(pRegion)
subroutine rflu_checkpositivity_gl(pRegion)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine rflu_checkpositivity(pRegion)
subroutine deregisterfunction(global)
subroutine rflu_checkvalidity_gl(pRegion)