![]() |
MFIX
2016-1
|
Functions/Subroutines | |
pure double precision function | calc_cp_des (pNP) |
Variables | |
character(len=24) | des_conv_corr |
integer | des_conv_corr_enum |
integer, parameter | ranz_1952 = 0 |
logical | calc_conv_des = .FALSE. |
logical, dimension(dim_m) | calc_cond_des = .FALSE. |
logical, dimension(dim_m) | calc_radt_des = .FALSE. |
double precision, dimension(:), allocatable | des_t_s |
double precision, dimension(:), allocatable | des_c_ps |
double precision, dimension(dim_m) | des_em |
double precision | sb_const |
double precision, dimension(:), allocatable | avgdes_t_s |
double precision, dimension(:), allocatable | gammaxsa |
double precision | flpc |
double precision | des_min_cond_dist |
double precision, dimension(:), allocatable | q_source |
double precision, dimension(:), allocatable | q_source0 |
double precision, dimension(:), allocatable | conv_qs |
double precision, dimension(:), allocatable | rxns_qs |
double precision, dimension(:), allocatable | conv_sc |
double precision, dimension(:), allocatable | conv_sp |
pure double precision function des_thermo::calc_cp_des | ( | integer, intent(in) | pNP | ) |
Definition at line 84 of file des_thermo_mod.f.
double precision, dimension(:), allocatable des_thermo::avgdes_t_s |
Definition at line 38 of file des_thermo_mod.f.
logical, dimension(dim_m) des_thermo::calc_cond_des = .FALSE. |
Definition at line 22 of file des_thermo_mod.f.
logical des_thermo::calc_conv_des = .FALSE. |
Definition at line 21 of file des_thermo_mod.f.
logical, dimension(dim_m) des_thermo::calc_radt_des = .FALSE. |
Definition at line 23 of file des_thermo_mod.f.
double precision, dimension(:), allocatable des_thermo::conv_qs |
Definition at line 64 of file des_thermo_mod.f.
double precision, dimension(:), allocatable des_thermo::conv_sc |
Definition at line 72 of file des_thermo_mod.f.
double precision, dimension(:), allocatable des_thermo::conv_sp |
Definition at line 72 of file des_thermo_mod.f.
double precision, dimension(:), allocatable des_thermo::des_c_ps |
Definition at line 31 of file des_thermo_mod.f.
character(len=24) des_thermo::des_conv_corr |
Definition at line 15 of file des_thermo_mod.f.
integer des_thermo::des_conv_corr_enum |
Definition at line 17 of file des_thermo_mod.f.
double precision, dimension(dim_m) des_thermo::des_em |
Definition at line 34 of file des_thermo_mod.f.
double precision des_thermo::des_min_cond_dist |
Definition at line 55 of file des_thermo_mod.f.
double precision, dimension(:), allocatable des_thermo::des_t_s |
Definition at line 28 of file des_thermo_mod.f.
double precision des_thermo::flpc |
Definition at line 49 of file des_thermo_mod.f.
double precision, dimension(:), allocatable des_thermo::gammaxsa |
Definition at line 41 of file des_thermo_mod.f.
double precision, dimension(:), allocatable des_thermo::q_source |
Definition at line 62 of file des_thermo_mod.f.
double precision, dimension(:), allocatable des_thermo::q_source0 |
Definition at line 62 of file des_thermo_mod.f.
integer, parameter des_thermo::ranz_1952 = 0 |
Definition at line 18 of file des_thermo_mod.f.
double precision, dimension(:), allocatable des_thermo::rxns_qs |
Definition at line 66 of file des_thermo_mod.f.
double precision des_thermo::sb_const |
Definition at line 36 of file des_thermo_mod.f.