22 use discretelement
, only: max_pip
23 use discretelement
, only: pinc
24 use discretelement
, only: pijk
45 INTEGER :: I, J, K, IJK
52 DO icv = 1, dimension_ic
61 IF (.NOT.is_on_mype_plus2layers(i,j,k)) cycle
67 DO nindx = 1,pinc(ijk)
68 np =
pic(ijk)%P(nindx)
99 IF(is_nonexistent(np)) cycle
101 IF(is_ghost(np) .OR. is_entering_ghost(np) .OR. is_exiting_ghost
102 IF(is_ghost(np)) cycle
114 2000
FORMAT(
'Error 2000: Particle ',a,
' does not have a specified ', &
115 'initial',/
'temperature. Verify that the IC region ', &
116 'containing this particle',/
'has a solids temperature ', &
117 'defined: IC_T_s(ICV,',a,
').')
128 2001
FORMAT(
'Error 2001: The initial species mass fraction for ', &
129 'particle ',a,/
'does not sum to one. Verify that the IC ', &
130 'region containing this particle',/
'has the solids species ', &
131 'mass fractions defined: IC_X_s(ICV,',a,
',:).')
double precision, dimension(dim_m) c_ps0
logical function compare(V1, V2)
integer, dimension(dimension_ic) ic_j_s
double precision, dimension(:), allocatable des_t_s
logical, dimension(0:dim_m) species_eq
integer, dimension(dimension_ic) ic_j_n
logical, dimension(dimension_ic) ic_defined
double precision, parameter undefined
subroutine init_err_msg(CALLER)
integer, dimension(dimension_ic) ic_i_w
logical, dimension(:,:,:), allocatable dead_cell_at
integer, dimension(dimension_ic) ic_i_e
integer, dimension(dimension_ic) ic_k_b
double precision, dimension(:,:), allocatable des_x_s
double precision, dimension(dimension_ic, dim_m, dim_n_s) ic_x_s
integer, dimension(dimension_ic) ic_k_t
integer, dimension(0:dim_m) nmax
character(len=line_length), dimension(line_count) err_msg
type(iap1), dimension(:), allocatable pic
double precision, dimension(dimension_ic, dim_m) ic_t_s
double precision, parameter zero
subroutine flush_err_msg(DEBUG, HEADER, FOOTER, ABORT, LOG, CALL_TREE)