MFIX  2016-1
apply_wall_bc_pic.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine apply_wall_bc_pic
 
logical function hit_facet (VERTS, POINT)
 
subroutine pic_reflect_part (LL, WALL_NORM)
 
subroutine out_this_stl (LC)
 
subroutine check_if_parcel_overlaps_stl (POS, OVERLAP_EXISTS)
 
subroutine write_this_facet_and_parcel (FID, position, velocity)
 

Function/Subroutine Documentation

subroutine apply_wall_bc_pic ( )

Definition at line 10 of file apply_wall_bc_pic.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine check_if_parcel_overlaps_stl ( double precision, dimension(3), intent(in)  POS,
logical, intent(out)  OVERLAP_EXISTS 
)

Definition at line 307 of file apply_wall_bc_pic.f.

Here is the call graph for this function:

Here is the caller graph for this function:

logical function apply_wall_bc_pic::hit_facet ( double precision, dimension(3,3), intent(in)  VERTS,
double precision, dimension(3), intent(in)  POINT 
)

Definition at line 129 of file apply_wall_bc_pic.f.

Here is the caller graph for this function:

subroutine out_this_stl ( integer, intent(in)  LC)

Definition at line 255 of file apply_wall_bc_pic.f.

subroutine pic_reflect_part ( integer, intent(in)  LL,
double precision, dimension(dimn), intent(in)  WALL_NORM 
)

Definition at line 168 of file apply_wall_bc_pic.f.

Here is the caller graph for this function:

subroutine write_this_facet_and_parcel ( integer, intent(in)  FID,
double precision, dimension(dimn), intent(in)  position,
  velocity 
)

Definition at line 372 of file apply_wall_bc_pic.f.