MFIX  2016-1
get_cut_cell_volume_area.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine get_cut_cell_volume_and_areas (IJK, TYPE_OF_CELL, N_NODES, CONNECT, X_NP, Y_NP, Z_NP)
 
subroutine get_polygon_area_and_centroid (NP, COORD, AREA, CENTROID, IERROR)
 
subroutine reorder_polygon (NP, COORD, NORMAL, IERROR)
 
subroutine sort (Array, NUM_ROWS, COL1, COL2)
 
subroutine get_interpolation_terms_g (IJK, TYPE_OF_CELL, ALPHA_CUT, AW, HW, VELW)
 
subroutine get_interpolation_terms_s (IJK, M, TYPE_OF_CELL, ALPHA_CUT, AW, HW, VELW)
 

Function/Subroutine Documentation

subroutine get_cut_cell_volume_and_areas ( integer  IJK,
character (len=*)  TYPE_OF_CELL,
integer  N_NODES,
integer, dimension(dimension_3,15)  CONNECT,
double precision, dimension(dimension_max_cut_cell)  X_NP,
double precision, dimension(dimension_max_cut_cell)  Y_NP,
double precision, dimension(dimension_max_cut_cell)  Z_NP 
)

Definition at line 16 of file get_cut_cell_volume_area.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine get_interpolation_terms_g ( integer  IJK,
character (len=*)  TYPE_OF_CELL,
double precision  ALPHA_CUT,
double precision  AW,
double precision  HW,
double precision  VELW 
)

Definition at line 1448 of file get_cut_cell_volume_area.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine get_interpolation_terms_s ( integer  IJK,
integer  M,
character (len=*)  TYPE_OF_CELL,
double precision  ALPHA_CUT,
double precision  AW,
double precision  HW,
double precision  VELW 
)

Definition at line 1616 of file get_cut_cell_volume_area.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine get_polygon_area_and_centroid ( integer, intent(inout)  NP,
double precision, dimension(3,15), intent(inout)  COORD,
double precision, intent(inout)  AREA,
double precision, dimension(3), intent(inout)  CENTROID,
integer, intent(inout)  IERROR 
)

Definition at line 1056 of file get_cut_cell_volume_area.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine reorder_polygon ( integer  NP,
double precision, dimension(3,15)  COORD,
double precision, dimension(3)  NORMAL,
integer  IERROR 
)

Definition at line 1208 of file get_cut_cell_volume_area.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine sort ( double precision, dimension(array_size,10)  Array,
integer  NUM_ROWS,
integer  COL1,
integer  COL2 
)

Definition at line 1402 of file get_cut_cell_volume_area.f.

Here is the caller graph for this function: