![]() |
MFIX
2016-1
|
Functions/Subroutines | |
subroutine | calc_grbdry (IJK1, IJK2, FCELL, COM, M, L, Gw, Hw, Cw) |
double precision function | f_hw (g0, EPS, EPG, ep_star_avg, g0EPs_avg, TH, Mu_g_avg, RO_g_avg, ROs_avg, DP_avg, K_12_avg, Tau_12_avg, Tau_1_avg, VREL, VSLIP, M) |
subroutine | cg_calc_grbdry (IJK, TYPE_OF_CELL, M, L, F_2) |
subroutine | get_cg_f2 (g0, EPS, EPG, ep_star_avg, g0EPs_avg, TH, Mu_g_avg, RO_g_avg, Ros_avg, DP_avg, K_12_avg, Tau_12_avg, Tau_1_avg, VREL, VSLIP, M, F_2) |
subroutine calc_gr_boundary::calc_grbdry | ( | integer, intent(in) | IJK1, |
integer, intent(in) | IJK2, | ||
character, intent(in) | FCELL, | ||
character | COM, | ||
integer, intent(in) | M, | ||
integer, intent(in) | L, | ||
double precision, intent(inout) | Gw, | ||
double precision, intent(inout) | Hw, | ||
double precision, intent(inout) | Cw | ||
) |
Definition at line 25 of file calc_grbdry.f.
subroutine calc_gr_boundary::cg_calc_grbdry | ( | integer, intent(in) | IJK, |
character (len=*) | TYPE_OF_CELL, | ||
integer, intent(in) | M, | ||
integer, intent(in) | L, | ||
double precision | F_2 | ||
) |
Definition at line 1220 of file calc_grbdry.f.
double precision function calc_gr_boundary::f_hw | ( | double precision, dimension(dimension_m), intent(in) | g0, |
double precision, dimension(dimension_m), intent(in) | EPS, | ||
double precision, intent(in) | EPG, | ||
double precision, intent(in) | ep_star_avg, | ||
double precision, intent(inout) | g0EPs_avg, | ||
double precision, dimension (dimension_m), intent(inout) | TH, | ||
double precision, intent(in) | Mu_g_avg, | ||
double precision, intent(in) | RO_g_avg, | ||
double precision, dimension(dimension_m), intent(in) | ROs_avg, | ||
double precision, dimension(dimension_m), intent(in) | DP_avg, | ||
double precision, intent(in) | K_12_avg, | ||
double precision, intent(in) | Tau_12_avg, | ||
double precision, intent(in) | Tau_1_avg, | ||
double precision, intent(in) | VREL, | ||
double precision, intent(in) | VSLIP, | ||
integer, intent(in) | M | ||
) |
Definition at line 794 of file calc_grbdry.f.
subroutine calc_gr_boundary::get_cg_f2 | ( | double precision, dimension(dimension_m), intent(in) | g0, |
double precision, dimension(dimension_m), intent(in) | EPS, | ||
double precision, intent(in) | EPG, | ||
double precision, intent(in) | ep_star_avg, | ||
double precision, intent(inout) | g0EPs_avg, | ||
double precision, dimension (dimension_m), intent(inout) | TH, | ||
double precision, intent(in) | Mu_g_avg, | ||
double precision, intent(in) | RO_g_avg, | ||
double precision, dimension(dimension_m), intent(in) | Ros_avg, | ||
double precision, dimension(dimension_m), intent(in) | DP_avg, | ||
double precision, intent(in) | K_12_avg, | ||
double precision, intent(in) | Tau_12_avg, | ||
double precision, intent(in) | Tau_1_avg, | ||
double precision, intent(in) | VREL, | ||
double precision, intent(in) | VSLIP, | ||
integer, intent(in) | M, | ||
double precision | F_2 | ||
) |
Definition at line 1535 of file calc_grbdry.f.