s_convert_mixture_to_mixture_variables Subroutine

public subroutine s_convert_mixture_to_mixture_variables(qK_vf, rho_K, gamma_K, pi_inf_K, Re_K, i, j, k)

This procedure is used alongside with the gamma/pi_inf model to transfer the density, the specific heat ratio function and liquid stiffness function from the vector of conservative or primitive variables to their scalar counterparts. @param qK_vf conservative or primitive variables @param i cell index to transfer mixture variables @param j cell index to transfer mixture variables @param k cell index to transfer mixture variables @param rho_K density @param gamma_K specific heat ratio function @param pi_inf_K liquid stiffness @param Re_k Reynolds number

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) :: i
integer, intent(in) :: j
integer, intent(in) :: k

Contents

None