Function that computes the bubble radial acceleration for Keller--Miksis bubbles @param fpbdot Time-derivative of internal bubble pressure @param fCp Driving pressure @param fCpbw Bubble wall pressure @param fRho Current density @param fR Current bubble radius @param fV Current bubble velocity @param fR0 Equilibrium bubble radius @param fC Current sound speed
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=kind(0d0)), | intent(in) | :: | fpbdot | |||
| real(kind=kind(0d0)), | intent(in) | :: | fCp | |||
| real(kind=kind(0d0)), | intent(in) | :: | fCpbw | |||
| 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) | :: | fC |