![]() |
MFIX
2016-1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | bc_theta (M, A_m, B_m) |
subroutine | calc_theta_bc (IJK1, IJK2, FCELL, M, L, Gw, Hw, Cw) |
subroutine | theta_hw_cw (g0, EPS, EPG, ep_star_avg, g0EPs_avg, TH, Mu_g_avg, RO_g_avg, ROs_avg, DP |
double precision function | phip_jj (uslip, g_theta) |
subroutine bc_theta | ( | integer | M, |
double precision, dimension(dimension_3, -3:3, 0:dimension_m) | A_m, | ||
double precision, dimension(dimension_3, 0:dimension_m) | B_m | ||
) |
Definition at line 31 of file bc_theta.f.
subroutine calc_theta_bc | ( | integer, intent(in) | IJK1, |
integer, intent(in) | IJK2, | ||
character, intent(in) | FCELL, | ||
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 292 of file bc_theta.f.
double precision function phip_jj | ( | double precision, intent(in) | uslip, |
double precision, intent(in) | g_theta | ||
) |
Definition at line 1310 of file bc_theta.f.
subroutine theta_hw_cw | ( | 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, | ||
DP | |||
) |
Definition at line 743 of file bc_theta.f.