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
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| 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 |