Function that computes the bubble radial acceleration for Rayleigh-Plesset bubbles @param fCp Driving pressure @param fRho Current density @param fR Current bubble radius @param fV Current bubble velocity @param fR0 Equilibrium bubble radius @param fCpbw Boundary wall pressure
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=kind(0d0)), | intent(in) | :: | fCp | |||
| real(kind=kind(0d0)), | intent(in) | :: | fRho | |||
| real(kind=kind(0d0)), | intent(in) | :: | fR | |||
| real(kind=kind(0d0)), | intent(in) | :: | fV | |||
| real(kind=kind(0d0)), | intent(in) | :: | fR0 | |||
| real(kind=kind(0d0)), | intent(in) | :: | fCpbw |
rddot = (1/r) ( -3/2 rdot^2 + ((r0/r)^3\gamma - Cp)/rho ) rddot = (1/r) ( -3/2 rdot^2 + (tmp1 - Cp)/rho ) rddot = (1/r) ( tmp2 )