f_cpbw Function

public function f_cpbw(fR0, fR, fV, fpb)

Function that computes that bubble wall pressure for Gilmore bubbles

Arguments

TypeIntentOptionalAttributesName
real(kind=kind(0d0)), intent(in) :: fR0

Equilibrium bubble radius

real(kind=kind(0d0)), intent(in) :: fR

Current bubble radius

real(kind=kind(0d0)), intent(in) :: fV

Current bubble velocity

real(kind=kind(0d0)), intent(in) :: fpb

Internal bubble pressure

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

Bubble wall pressure


Called by

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