s_convert_primitive_to_conservative_variables Subroutine

public subroutine s_convert_primitive_to_conservative_variables(qK_prim_vf, qK_cons_vf, gm_alphaK_vf, ix, iy, iz)

The following procedure handles the conversion between the primitive variables and the conservative variables. @param qK_prim_vf Primitive variables @param qK_cons_vf Conservative variables @param gm_alphaK_vf Gradient magnitude of the volume fractions @param ix Index bounds in the first coordinate direction @param iy Index bounds in the second coordinate direction @param iz Index bounds in the third coordinate direction

Arguments

TypeIntentOptionalAttributesName
type(scalar_field), intent(in), dimension(sys_size):: qK_prim_vf
type(scalar_field), intent(inout), dimension(sys_size):: qK_cons_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

Calls

proc~~s_convert_primitive_to_conservative_variables~~CallsGraph proc~s_convert_primitive_to_conservative_variables s_convert_primitive_to_conservative_variables proc~s_mpi_abort s_mpi_abort proc~s_convert_primitive_to_conservative_variables->proc~s_mpi_abort mpi_abort mpi_abort proc~s_mpi_abort->mpi_abort

Contents

None