s_convert_species_to_mixture_variables_bubbles Subroutine

public subroutine s_convert_species_to_mixture_variables_bubbles(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. Specifially designed for when subgrid bubbles must be included. @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 i Cell index @param j Cell index @param k 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) :: i
integer, intent(in) :: j
integer, intent(in) :: k

Contents

None