MFIX  2016-1
kintheory Module Reference

Functions/Subroutines

double precision function kt_rvel (IJK, m)
 
double precision function kt_cos_theta (ijk, M)
 
double precision function kt_dga (IJK, m)
 
subroutine calc_ia_energy_dissipation_ss (M)
 
subroutine calc_gd_99_energy_dissipation_ss (M)
 
subroutine calc_gtsh_energy_dissipation_ss (M)
 
double precision function g_gtsh (EP_SM, Chi, IJK, M)
 
double precision function k_phi (phi)
 
double precision function r_d (phi)
 
double precision function s_star (phi, Chi)
 

Variables

double precision, dimension(:,:,:), allocatable mu_sm_ip
 
double precision, dimension(:,:,:), allocatable mu_sl_ip
 
double precision, dimension(:,:,:), allocatable xi_sm_ip
 
double precision, dimension(:,:,:), allocatable xi_sl_ip
 
double precision, dimension(:,:,:), allocatable fnu_s_ip
 
double precision, dimension(:,:,:), allocatable ft_sm_ip
 
double precision, dimension(:,:,:), allocatable ft_sl_ip
 
double precision, dimension(:,:,:), allocatable kth_sl_ip
 
double precision, dimension(:,:,:), allocatable knu_sm_ip
 
double precision, dimension(:,:,:), allocatable knu_sl_ip
 
double precision, dimension(:,:,:), allocatable kvel_s_ip
 
double precision, dimension(:,:), allocatable ed_ss_ip
 
double precision, dimension(:,:,:), allocatable edt_s_ip
 
double precision, dimension(:,:,:), allocatable edvel_sm_ip
 
double precision, dimension(:,:,:), allocatable edvel_sl_ip
 
double precision, dimension(:), allocatable a2_gtsh
 
double precision, dimension(:), allocatable xsi_gtsh
 
double precision, dimension(:,:), allocatable ktmom_u_s
 
double precision, dimension(:,:), allocatable ktmom_v_s
 
double precision, dimension(:,:), allocatable ktmom_w_s
 
double precision, parameter epm = 0.01d0
 

Function/Subroutine Documentation

subroutine kintheory::calc_gd_99_energy_dissipation_ss ( integer, intent(in)  M)

Definition at line 488 of file kintheory_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine kintheory::calc_gtsh_energy_dissipation_ss ( integer, intent(in)  M)

Definition at line 587 of file kintheory_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine kintheory::calc_ia_energy_dissipation_ss ( integer, intent(in)  M)

Definition at line 313 of file kintheory_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

double precision function kintheory::g_gtsh ( double precision, intent(in)  EP_SM,
double precision, intent(in)  Chi,
integer, intent(in)  IJK,
integer, intent(in)  M 
)

Definition at line 723 of file kintheory_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

double precision function kintheory::k_phi ( double precision, intent(in)  phi)

Definition at line 777 of file kintheory_mod.f.

Here is the caller graph for this function:

double precision function kintheory::kt_cos_theta ( integer, intent(in)  ijk,
integer, intent(in)  M 
)

Definition at line 164 of file kintheory_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

double precision function kintheory::kt_dga ( integer, intent(in)  IJK,
integer, intent(in)  m 
)

Definition at line 254 of file kintheory_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

double precision function kintheory::kt_rvel ( integer, intent(in)  IJK,
integer, intent(in)  m 
)

Definition at line 94 of file kintheory_mod.f.

Here is the caller graph for this function:

double precision function kintheory::r_d ( double precision, intent(in)  phi)

Definition at line 797 of file kintheory_mod.f.

Here is the caller graph for this function:

double precision function kintheory::s_star ( double precision, intent(in)  phi,
double precision, intent(in)  Chi 
)

Definition at line 822 of file kintheory_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

double precision, dimension(:), allocatable kintheory::a2_gtsh

Definition at line 70 of file kintheory_mod.f.

double precision, dimension(:,:), allocatable kintheory::ed_ss_ip

Definition at line 62 of file kintheory_mod.f.

double precision, dimension(:,:,:), allocatable kintheory::edt_s_ip

Definition at line 64 of file kintheory_mod.f.

double precision, dimension(:,:,:), allocatable kintheory::edvel_sl_ip

Definition at line 68 of file kintheory_mod.f.

double precision, dimension(:,:,:), allocatable kintheory::edvel_sm_ip

Definition at line 66 of file kintheory_mod.f.

double precision, parameter kintheory::epm = 0.01d0

Definition at line 81 of file kintheory_mod.f.

double precision, dimension(:, :, :), allocatable kintheory::fnu_s_ip

Definition at line 38 of file kintheory_mod.f.

double precision, dimension(:, :, :), allocatable kintheory::ft_sl_ip

Definition at line 43 of file kintheory_mod.f.

double precision, dimension(:, :, :), allocatable kintheory::ft_sm_ip

Definition at line 41 of file kintheory_mod.f.

double precision, dimension(:,:,:), allocatable kintheory::knu_sl_ip

Definition at line 54 of file kintheory_mod.f.

double precision, dimension(:,:,:), allocatable kintheory::knu_sm_ip

Definition at line 52 of file kintheory_mod.f.

double precision, dimension(:,:,:), allocatable kintheory::kth_sl_ip

Definition at line 50 of file kintheory_mod.f.

double precision, dimension(:, :), allocatable kintheory::ktmom_u_s

Definition at line 75 of file kintheory_mod.f.

double precision, dimension(:, :), allocatable kintheory::ktmom_v_s

Definition at line 76 of file kintheory_mod.f.

double precision, dimension(:, :), allocatable kintheory::ktmom_w_s

Definition at line 77 of file kintheory_mod.f.

double precision, dimension(:,:,:), allocatable kintheory::kvel_s_ip

Definition at line 56 of file kintheory_mod.f.

double precision, dimension(:, :, :), allocatable kintheory::mu_sl_ip

Definition at line 27 of file kintheory_mod.f.

double precision, dimension(:, :, :), allocatable kintheory::mu_sm_ip

Definition at line 25 of file kintheory_mod.f.

double precision, dimension(:, :, :), allocatable kintheory::xi_sl_ip

Definition at line 31 of file kintheory_mod.f.

double precision, dimension(:, :, :), allocatable kintheory::xi_sm_ip

Definition at line 29 of file kintheory_mod.f.

double precision, dimension(:), allocatable kintheory::xsi_gtsh

Definition at line 71 of file kintheory_mod.f.