Function that computes the time derivative of the internal bubble pressure @param fvflux Vapour flux @param fR Current bubble radius @param fV Current bubble velocity @param fpb Current internal bubble pressure @param fmass_v Current mass of vapour @param iR0 Bubble size index
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=kind(0.d0)), | intent(in) | :: | fvflux | |||
| real(kind=kind(0.d0)), | intent(in) | :: | fR | |||
| real(kind=kind(0.d0)), | intent(in) | :: | fV | |||
| real(kind=kind(0.d0)), | intent(in) | :: | fpb | |||
| real(kind=kind(0.d0)), | intent(in) | :: | fmass_v | |||
| integer, | intent(in) | :: | iR0 |