![]() |
MFIX
2016-1
|
Functions/Subroutines | |
double precision function | des_conduction (I, J, CENTER_DIST, iM, iIJK) |
double precision function | des_conduction_wall (OLAP, K_sol, K_wall, K_gas, TWall, TPart, Rpart, RLens, M) |
double precision function | correct_olap (OLAP, M, L) |
double precision function | eval_h_pfw (RLENS_dim, S, OLAP_dim, RP) |
subroutine | calc_time_correction (time_corr, phaseI, phaseJ) |
Variables | |
double precision, dimension(:,:), allocatable | des_qw_cond |
logical | do_area_correction |
subroutine des_thermo_cond::calc_time_correction | ( | double precision | time_corr, |
integer, intent(in) | phaseI, | ||
integer, intent(in) | phaseJ | ||
) |
Definition at line 626 of file des_thermo_cond_mod.f.
double precision function des_thermo_cond::correct_olap | ( | double precision, intent(in) | OLAP, |
integer, intent(in) | M, | ||
integer, intent(in) | L | ||
) |
double precision function des_thermo_cond::des_conduction | ( | integer, intent(in) | I, |
integer, intent(in) | J, | ||
double precision, intent(in) | CENTER_DIST, | ||
integer, intent(in) | iM, | ||
integer, intent(in) | iIJK | ||
) |
Definition at line 42 of file des_thermo_cond_mod.f.
double precision function des_thermo_cond::des_conduction_wall | ( | double precision, intent(in) | OLAP, |
double precision, intent(in) | K_sol, | ||
double precision, intent(in) | K_wall, | ||
double precision, intent(in) | K_gas, | ||
double precision, intent(in) | TWall, | ||
double precision, intent(in) | TPart, | ||
double precision, intent(in) | Rpart, | ||
double precision, intent(in) | RLens, | ||
integer | M | ||
) |
Definition at line 502 of file des_thermo_cond_mod.f.
double precision function des_thermo_cond::eval_h_pfw | ( | double precision, intent(in) | RLENS_dim, |
double precision, intent(in) | S, | ||
double precision, intent(in) | OLAP_dim, | ||
double precision, intent(in) | RP | ||
) |
double precision, dimension(:,:), allocatable des_thermo_cond::des_qw_cond |
Definition at line 35 of file des_thermo_cond_mod.f.
logical des_thermo_cond::do_area_correction |
Definition at line 36 of file des_thermo_cond_mod.f.