![]() |
MFIX
2016-1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | drag_gs (M, IER) |
double precision function | c_dsxre_tl (RE) |
subroutine | drag_syam_obrien (lDgA, EPg, Mug, ROg, VREL, DPM) |
subroutine | drag_gidaspow (lDgA, EPg, Mug, ROg, ROPg, VREL, DPM) |
subroutine | drag_gidaspow_blend (lDgA, EPg, Mug, ROg, ROPg, VREL, DPM) |
subroutine | drag_wen_yu (lDgA, EPg, Mug, ROPg, VREL, DPM) |
subroutine | subgrid_drag_igci (lDgA, EPg, Mug, ROg, DPM, ROs, IJK) |
subroutine | subgrid_drag_milioli (lDgA, EPg, Mug, ROg, VREL, DPM, ROs, IJK) |
subroutine | subgrid_drag_wall (lSubgridWall, vt, IJK) |
subroutine | drag_koch_hill (lDgA, EPg, Mug, ROPg, VREL, DPM, DPA, PHIS) |
subroutine | drag_bvk (lDgA, EPg, Mug, ROPg, VREL, DPM, DPA, PHIS) |
subroutine | drag_hys (lDgA, EPg, Mug, ROPg, VREL, DPM, DPA, Y_I, EP_sM, PHIS, M, MAXM, IJK) |
double precision function c_dsxre_tl | ( | double precision, intent(in) | RE | ) |
subroutine drag_bvk | ( | double precision, intent(out) | lDgA, |
double precision, intent(in) | EPg, | ||
double precision, intent(in) | Mug, | ||
double precision, intent(in) | ROPg, | ||
double precision, intent(in) | VREL, | ||
double precision, intent(in) | DPM, | ||
double precision, intent(in) | DPA, | ||
double precision, intent(in) | PHIS | ||
) |
subroutine drag_gidaspow | ( | double precision, intent(out) | lDgA, |
double precision, intent(in) | EPg, | ||
double precision, intent(in) | Mug, | ||
double precision, intent(in) | ROg, | ||
double precision, intent(in) | ROPg, | ||
double precision, intent(in) | VREL, | ||
double precision, intent(in) | DPM | ||
) |
subroutine drag_gidaspow_blend | ( | double precision, intent(out) | lDgA, |
double precision, intent(in) | EPg, | ||
double precision, intent(in) | Mug, | ||
double precision, intent(in) | ROg, | ||
double precision, intent(in) | ROPg, | ||
double precision, intent(in) | VREL, | ||
double precision, intent(in) | DPM | ||
) |
subroutine drag_gs | ( | integer, intent(in) | M, |
integer, intent(inout) | IER | ||
) |
subroutine drag_hys | ( | double precision, intent(out) | lDgA, |
double precision, intent(in) | EPg, | ||
double precision, intent(in) | Mug, | ||
double precision, intent(in) | ROPg, | ||
double precision, intent(in) | VREL, | ||
double precision, dimension(dim_m) | DPM, | ||
double precision, intent(in) | DPA, | ||
double precision, intent(in) | Y_I, | ||
double precision, dimension(dim_m) | EP_sM, | ||
double precision, intent(in) | PHIS, | ||
integer, intent(in) | M, | ||
integer, intent(in) | MAXM, | ||
integer, intent(in) | IJK | ||
) |
subroutine drag_koch_hill | ( | double precision, intent(out) | lDgA, |
double precision, intent(in) | EPg, | ||
double precision, intent(in) | Mug, | ||
double precision, intent(in) | ROPg, | ||
double precision, intent(in) | VREL, | ||
double precision, intent(in) | DPM, | ||
double precision, intent(in) | DPA, | ||
double precision, intent(in) | PHIS | ||
) |
subroutine drag_syam_obrien | ( | double precision, intent(out) | lDgA, |
double precision, intent(in) | EPg, | ||
double precision, intent(in) | Mug, | ||
double precision, intent(in) | ROg, | ||
double precision, intent(in) | VREL, | ||
double precision, intent(in) | DPM | ||
) |
subroutine drag_wen_yu | ( | double precision, intent(out) | lDgA, |
double precision, intent(in) | EPg, | ||
double precision, intent(in) | Mug, | ||
double precision, intent(in) | ROPg, | ||
double precision, intent(in) | VREL, | ||
double precision, intent(in) | DPM | ||
) |
subroutine subgrid_drag_igci | ( | double precision, intent(inout) | lDgA, |
double precision, intent(in) | EPg, | ||
double precision, intent(in) | Mug, | ||
double precision, intent(in) | ROg, | ||
double precision, intent(in) | DPM, | ||
double precision, intent(in) | ROs, | ||
integer, intent(in) | IJK | ||
) |
subroutine subgrid_drag_milioli | ( | double precision, intent(inout) | lDgA, |
double precision, intent(in) | EPg, | ||
double precision, intent(in) | Mug, | ||
double precision, intent(in) | ROg, | ||
double precision, intent(in) | VREL, | ||
double precision, intent(in) | DPM, | ||
double precision, intent(in) | ROs, | ||
integer, intent(in) | IJK | ||
) |