MFIX  2016-1
stl_functions_des Module Reference

Functions/Subroutines

subroutine closestptpointtriangle (pointp, points, closest_point)
 
subroutine intersectlnplane (ref_line, dir_line, ref_plane, norm_plane, line_param)
 
subroutine tri_box_overlap (pCENTER, pHALFSIZE, pVERTS, pOVERLAP)
 
subroutine check_if_particle_overlaps_stl (POS, fI, fJ, fK, REMOVE)
 

Function/Subroutine Documentation

subroutine stl_functions_des::check_if_particle_overlaps_stl ( double precision, dimension(dimn), intent(in)  POS,
integer, intent(in)  fI,
integer, intent(in)  fJ,
integer, intent(in)  fK,
logical, intent(out)  REMOVE 
)

Definition at line 432 of file stl_functions_des_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine stl_functions_des::closestptpointtriangle ( double precision, dimension(dimn), intent(in)  pointp,
double precision, dimension(3,3), intent(in)  points,
double precision, dimension(dimn), intent(out)  closest_point 
)

Definition at line 26 of file stl_functions_des_mod.f.

Here is the caller graph for this function:

subroutine stl_functions_des::intersectlnplane ( double precision, dimension(3), intent(in)  ref_line,
double precision, dimension(3), intent(in)  dir_line,
double precision, dimension(3), intent(in)  ref_plane,
double precision, dimension(3), intent(in)  norm_plane,
double precision, intent(out)  line_param 
)

Definition at line 120 of file stl_functions_des_mod.f.

Here is the caller graph for this function:

subroutine stl_functions_des::tri_box_overlap ( double precision, dimension(3), intent(in)  pCENTER,
double precision, dimension(3), intent(in)  pHALFSIZE,
double precision, dimension(3,3), intent(in)  pVERTS,
logical, intent(out)  pOVERLAP 
)

Definition at line 161 of file stl_functions_des_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function: