![]() |
MFIX
2016-1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | calc_mu_s (M) |
subroutine | set_epmus_values (M) |
subroutine | calc_default_mus (M) |
subroutine | gt_algebraic (M) |
subroutine | gt_pde_lun (M) |
subroutine | gt_pde_ahmadi (M) |
subroutine | gt_pde_simonin (M) |
subroutine | gt_pde_gd (M) |
subroutine | gt_pde_gtsh (M) |
subroutine | gt_pde_ia (M) |
subroutine | friction_schaeffer (M) |
subroutine | friction_princeton (M) |
subroutine | subgrid_stress_igci (M) |
subroutine | subgrid_stress_milioli (M) |
subroutine | subgrid_stress_wall (lfactor_ps, lfactor_mus, vt, IJK) |
subroutine | add_shear (M) |
subroutine | remove_shear (M) |
subroutine | init0_mu_s (M) |
subroutine | init1_mu_s (M) |
subroutine | calc_boyle_massoudi_stress (IJK, M, D_S) |
subroutine add_shear | ( | integer, intent(in) | M | ) |
subroutine calc_boyle_massoudi_stress | ( | integer, intent(in) | IJK, |
integer, intent(in) | M, | ||
double precision, dimension(3,3), intent(in) | D_S | ||
) |
Definition at line 2733 of file calc_mu_s.f.
subroutine calc_default_mus | ( | integer, intent(in) | M | ) |
Definition at line 121 of file calc_mu_s.f.
subroutine calc_mu_s | ( | integer, intent(in) | M | ) |
Definition at line 12 of file calc_mu_s.f.
subroutine friction_princeton | ( | integer, intent(in) | M | ) |
Definition at line 1880 of file calc_mu_s.f.
subroutine friction_schaeffer | ( | integer, intent(in) | M | ) |
Definition at line 1759 of file calc_mu_s.f.
subroutine gt_algebraic | ( | integer, intent(in) | M | ) |
Definition at line 296 of file calc_mu_s.f.
subroutine gt_pde_ahmadi | ( | integer, intent(in) | M | ) |
Definition at line 599 of file calc_mu_s.f.
subroutine gt_pde_gd | ( | integer, intent(in) | M | ) |
Definition at line 952 of file calc_mu_s.f.
subroutine gt_pde_gtsh | ( | integer, intent(in) | M | ) |
Definition at line 1144 of file calc_mu_s.f.
subroutine gt_pde_ia | ( | integer, intent(in) | M | ) |
Definition at line 1373 of file calc_mu_s.f.
subroutine gt_pde_lun | ( | integer, intent(in) | M | ) |
Definition at line 431 of file calc_mu_s.f.
subroutine gt_pde_simonin | ( | integer, intent(in) | M | ) |
Definition at line 754 of file calc_mu_s.f.
subroutine init0_mu_s | ( | integer, intent(in) | M | ) |
subroutine init1_mu_s | ( | integer, intent(in) | M | ) |
Definition at line 2586 of file calc_mu_s.f.
subroutine remove_shear | ( | integer, intent(in) | M | ) |
subroutine set_epmus_values | ( | integer, intent(in) | M | ) |
subroutine subgrid_stress_igci | ( | integer, intent(in) | M | ) |
Definition at line 2064 of file calc_mu_s.f.
subroutine subgrid_stress_milioli | ( | integer, intent(in) | M | ) |
Definition at line 2240 of file calc_mu_s.f.
subroutine subgrid_stress_wall | ( | double precision, intent(out) | lfactor_ps, |
double precision, intent(out) | lfactor_mus, | ||
double precision, intent(in) | vt, | ||
integer, intent(in) | IJK | ||
) |