s_comp_n_from_prim Subroutine

public subroutine s_comp_n_from_prim(vftmp, Rtmp, ntmp)

Computes the bubble number density n from the primitive variables \f$ n = \sqrt{ \frac{3}{4 \pi} } \frac{ \alpha }{ R^3} \f$ @param vftmp is the void fraction @param Rtmp is the bubble radii @param ntmp is the output number bubble density

Arguments

TypeIntentOptionalAttributesName
real(kind=kind(0.d0)), intent(in) :: vftmp
real(kind=kind(0.d0)), intent(in), dimension(:):: Rtmp
real(kind=kind(0.d0)), intent(out) :: ntmp

Called by

proc~~s_comp_n_from_prim~~CalledByGraph proc~s_comp_n_from_prim s_comp_n_from_prim proc~s_compute_bubble_source s_compute_bubble_source proc~s_compute_bubble_source->proc~s_comp_n_from_prim proc~s_mom_inv s_mom_inv proc~s_mom_inv->proc~s_comp_n_from_prim proc~s_compute_rhs s_compute_rhs proc~s_compute_rhs->proc~s_comp_n_from_prim proc~s_compute_rhs->proc~s_mom_inv proc~s_1st_order_tvd_rk s_1st_order_tvd_rk proc~s_1st_order_tvd_rk->proc~s_compute_rhs proc~s_2nd_order_tvd_rk s_2nd_order_tvd_rk proc~s_2nd_order_tvd_rk->proc~s_compute_rhs proc~s_3rd_order_tvd_rk s_3rd_order_tvd_rk proc~s_3rd_order_tvd_rk->proc~s_compute_rhs 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