46 INTEGER,
INTENT(in) :: M_TOT
65 SELECT CASE (bc_type_enum(bcv))
71 bc_ep_s(bcv,m) >
zero)
THEN 72 dem_bcmi = dem_bcmi + 1
73 dem_bcmi_map(dem_bcmi) = bcv
79 CASE (p_outflow,mass_outflow)
81 dem_bcmo = dem_bcmo + 1
90 bc_ep_s(bcv,m) >
zero)
THEN 99 WRITE(
err_msg,1100) trim(
ivar(
'BC_TYPE',bcv)),
'GC_PO' 102 CASE (outflow, p_inflow)
115 1100
FORMAT(
'Error 1100: Unsupported boundary condition specified ', &
116 'with',/
'DEM simulation: ',a,
' = ',a,/
'Please correct the ',&
character(len=32) function ivar(VAR, i1, i2, i3)
integer, parameter dimension_bc
character(len=3), dimension(dim_m) solids_model
double precision, parameter undefined
subroutine init_err_msg(CALLER)
subroutine check_bc_dem(M_TOT)
character(len=line_length), dimension(line_count) err_msg
logical, dimension(dimension_bc) bc_po_apply_to_des
integer, dimension(dimension_bc) dem_bcmo_map
integer, dimension(dimension_bc) dem_bcmi_map
double precision, dimension(dimension_bc, dim_m) bc_ep_s
double precision, parameter zero
subroutine flush_err_msg(DEBUG, HEADER, FOOTER, ABORT, LOG, CALL_TREE)