s_convert_species_to_mixture_variables_riemann_acc Subroutine

public subroutine s_convert_species_to_mixture_variables_riemann_acc(rho_K, gamma_K, pi_inf_K, alpha_K, alpha_rho_K, Re_K, k, l, r)

Arguments

TypeIntentOptionalAttributesName
real(kind=kind(0d0)), intent(inout) :: rho_K
real(kind=kind(0d0)), intent(inout) :: gamma_K
real(kind=kind(0d0)), intent(inout) :: pi_inf_K
real(kind=kind(0d0)), intent(inout), dimension(:):: alpha_K
real(kind=kind(0d0)), intent(inout), dimension(:):: alpha_rho_K
real(kind=kind(0d0)), intent(out), dimension(:):: Re_K

Partial densities and volume fractions

integer, intent(in) :: k
integer, intent(in) :: l
integer, intent(in) :: r

Contents

None