s_pressure_relaxation_procedure Subroutine

public subroutine s_pressure_relaxation_procedure(q_cons_vf)

The purpose of this procedure is to infinitely relax the pressures from the internal-energy equations to a unique pressure, from which the corresponding volume fraction of each phase are recomputed. For conservation purpose, this pressure is finally corrected using the mixture-total-energy equation. @param q_cons_vf Cell-average conservative variables

Arguments

TypeIntentOptionalAttributesName
type(scalar_field), intent(inout), dimension(sys_size):: q_cons_vf

Called by

proc~~s_pressure_relaxation_procedure~~CalledByGraph proc~s_pressure_relaxation_procedure s_pressure_relaxation_procedure proc~s_1st_order_tvd_rk s_1st_order_tvd_rk proc~s_1st_order_tvd_rk->proc~s_pressure_relaxation_procedure proc~s_2nd_order_tvd_rk s_2nd_order_tvd_rk proc~s_2nd_order_tvd_rk->proc~s_pressure_relaxation_procedure proc~s_3rd_order_tvd_rk s_3rd_order_tvd_rk proc~s_3rd_order_tvd_rk->proc~s_pressure_relaxation_procedure program~p_main p_main program~p_main->proc~s_1st_order_tvd_rk program~p_main->proc~s_2nd_order_tvd_rk program~p_main->proc~s_3rd_order_tvd_rk

Contents

None