Computes the bubble number density n from the conservative variables \f$ n = \sqrt{ \frac{4 \pi}{3} } \frac{ nR^3}{\alpha} \f$ @param vftmp is the void fraction @param nRtmp is the bubble number density times the bubble radii @param ntmp is the output number bubble density
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=kind(0d0)), | intent(in) | :: | vftmp | |||
| real(kind=kind(0d0)), | intent(in), | dimension(:) | :: | nRtmp | ||
| real(kind=kind(0d0)), | intent(out) | :: | ntmp |