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