The following procedure handles the conversion between the conservative variables and the primitive variables. @param qK_cons_vf Conservative variables @param qK_prim_vf Primitive variables @param gm_alphaK_vf Gradient magnitude of the volume fraction @param ix Index bounds in first coordinate direction @param iy Index bounds in second coordinate direction @param iz Index bounds in third coordinate direction
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(scalar_field), | intent(inout), | dimension(sys_size) | :: | qK_cons_vf | ||
| type(scalar_field), | intent(inout), | dimension(sys_size) | :: | qK_prim_vf | ||
| type(scalar_field), | intent(in), | allocatable, dimension(:) | :: | gm_alphaK_vf | ||
| type(int_bounds_info), | intent(in) | :: | ix | |||
| type(int_bounds_info), | intent(in) | :: | iy | |||
| type(int_bounds_info), | intent(in) | :: | iz |