s_convert_species_to_mixture_variables Subroutine

public subroutine s_convert_species_to_mixture_variables(qK_vf, rho_K, gamma_K, pi_inf_K, Re_K, k, l, r)

This subroutine is designed for the volume fraction model and provided a set of either conservative or primitive variables, computes the density, the specific heat ratio function and the liquid stiffness function from q_vf and stores the results into rho, gamma and pi_inf. @param qK_vf primitive variables @param rho_K density @param gamma_K specific heat ratio @param pi_inf_K liquid stiffness @param Re_K mixture Reynolds number @param k Cell index @param l Cell index @param r Cell index

Arguments

TypeIntentOptionalAttributesName
type(scalar_field), intent(in), dimension(sys_size):: qK_vf
real(kind=kind(0d0)), intent(out) :: rho_K
real(kind=kind(0d0)), intent(out) :: gamma_K
real(kind=kind(0d0)), intent(out) :: pi_inf_K
real(kind=kind(0d0)), intent(out), dimension(2):: Re_K
integer, intent(in) :: k
integer, intent(in) :: l
integer, intent(in) :: r

Contents

None