16 USE discretelement
, only : gener_part_config
18 USE discretelement
, only: dimn
20 USE discretelement
, only: des_mmax
23 USE discretelement
, only: des_continuum_hybrid
50 IF (des_mmax.EQ.1)
THEN 71 1000
FORMAT(
' Message: ',&
72 'WARNING: zlength or dz(1) is used to calculate the ',&
73 'number of particles in the 2D simulation when ',&
74 'GENER_PART_CONFIG is T and DIMN = 2.',/10x,
'This depth ',&
75 'does not equal D_P0 = ', a,
'.')
77 1001
FORMAT(
' Message: ',&
78 'WARNING: zlength or dz(1) is used to calculate the ',&
79 'number of particles in the 2D simulation when ',&
80 'GENER_PART_CONFIG is T and DIMN = 2.')
83 IF (gener_part_config.and.des_continuum_hybrid)
THEN 88 999
format(
'Error # 999: Gener_part_config set to', &
89 ' true for DES_continuum hybrid', /, &
90 ' This is not allowed, specify the initial particle', &
91 ' configuration explicitly', /, &
92 ' See MFIX readme', /, &
93 ' Please correct the data file.')
double precision, dimension(dim_m) d_p0
logical function compare(V1, V2)
subroutine init_err_msg(CALLER)
character(len=line_length), dimension(line_count) err_msg
subroutine flush_err_msg(DEBUG, HEADER, FOOTER, ABORT, LOG, CALL_TREE)