61 TYPE(t_region
),
DIMENSION(:),
POINTER :: regions
68 CHARACTER(CHRLEN) :: rcsidentstring
77 '$RCSfile: RFLO_CheckDerivedUserInput.F90,v $ $Revision: 1.5 $'
79 global => regions(1)%global
82 'RFLO_CheckDerivedUserInput.F90')
88 DO ireg=1,global%nRegions
89 pmixtinput => regions(ireg)%mixtInput
110 IF ( pmixtinput%flowModel == flow_navst .AND. &
111 pmixtinput%turbModel /= turb_model_none )
THEN
112 CALL
errorstop(global,err_turb_module,__line__, &
113 'Turbulence is on, compile TURB')
121 IF ( pmixtinput%computeTv .AND. &
122 ( pmixtinput%viscModel < visc_suthr .OR. &
123 pmixtinput%viscModel > visc_antib ) )
THEN
124 CALL
errorstop(global,err_unknown_viscmodel,__line__)
subroutine registerfunction(global, funName, fileName)
subroutine errorstop(global, errorCode, errorLine, addMessage)
subroutine deregisterfunction(global)