f_rddot Function

public function f_rddot(fCpbw, fR, fV, fH, fHdot, fcgas, fntait, fBtait)

Function that computes the bubble radial acceleration @param fCpbw Bubble wall pressure @param fR Current bubble radius @param fV Current bubble velocity @param fH Current enthalpy @param fHdot Current time derivative of the enthalpy @param fcgas Current gas sound speed @param fntait Tait EOS parameter @param fBtait Tait EOS parameter

Arguments

TypeIntentOptionalAttributesName
real(kind=kind(0d0)), intent(in) :: fCpbw
real(kind=kind(0d0)), intent(in) :: fR
real(kind=kind(0d0)), intent(in) :: fV
real(kind=kind(0d0)), intent(in) :: fH
real(kind=kind(0d0)), intent(in) :: fHdot
real(kind=kind(0d0)), intent(in) :: fcgas
real(kind=kind(0d0)), intent(in) :: fntait
real(kind=kind(0d0)), intent(in) :: fBtait

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


Called by

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