Function that computes the time derivative of the enthalpy @param fCpbw Bubble wall pressure @param fCpinf Driving bubble pressure @param fCpinf_dot Time derivative of the driving pressure @param fntait Tait EOS parameter @param fBtait Tait EOS parameter @param fR0 Equilibrium bubble radius @param fR Current bubble radius @param fV Current bubble velocity @param fpbdot Time derivative of the internal bubble pressure
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=kind(0d0)), | intent(in) | :: | fCpbw | |||
| real(kind=kind(0d0)), | intent(in) | :: | fCpinf | |||
| real(kind=kind(0d0)), | intent(in) | :: | fCpinf_dot | |||
| real(kind=kind(0d0)), | intent(in) | :: | fntait | |||
| real(kind=kind(0d0)), | intent(in) | :: | fBtait | |||
| 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) | :: | fpbdot |