f_bpres_dot Function

public function f_bpres_dot(fvflux, fR, fV, fpb, fmass_v, iR0)

Function that computes the time derivative of the internal bubble pressure @param fvflux Vapour flux @param fR Current bubble radius @param fV Current bubble velocity @param fpb Current internal bubble pressure @param fmass_v Current mass of vapour @param iR0 Bubble size index

Arguments

TypeIntentOptionalAttributesName
real(kind=kind(0.d0)), intent(in) :: fvflux
real(kind=kind(0.d0)), intent(in) :: fR
real(kind=kind(0.d0)), intent(in) :: fV
real(kind=kind(0.d0)), intent(in) :: fpb
real(kind=kind(0.d0)), intent(in) :: fmass_v
integer, intent(in) :: iR0

Return Value real(kind=kind(0.d0))


Called by

proc~~f_bpres_dot~~CalledByGraph proc~f_bpres_dot f_bpres_dot proc~s_compute_bubble_source s_compute_bubble_source proc~s_compute_bubble_source->proc~f_bpres_dot proc~s_compute_rhs s_compute_rhs proc~s_compute_rhs->proc~f_bpres_dot 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