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
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| 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 |