You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/case.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -400,7 +400,11 @@ When `polytropic` is set `False`, the gas compression is modeled as non-polytrop
400
400
401
401
-`R0ref` specifies the reference bubble radius.
402
402
403
-
-`nb` specifies the number of discrete bins that define the probability density function (PDF) of the bubble radius.
403
+
-`nb` specifies the number of discrete bins that define the probability density function (PDF) of the equilibirum bubble radius.
404
+
405
+
-`R0_type` specifies the quadrature rule for integrating the log-normal PDF of equilibrium bubble radius for polydisperse populations. `R0_type` $=$ 1 corresponds to simpson's rule.
406
+
407
+
-`poly_sigma` specifies the standard deviation of the log-normal PDF of equilibirium bubble radius for polydisperse populations.
404
408
405
409
-`Ca`, `Web`, and `Re_inv` respectively specify the Cavitation number, Weber number, and the inverse Reynolds number that characterize the offset of the gas pressure from the vapor pressure, surface tension, and liquid viscosity when the polytropic gas compression model is used.
406
410
@@ -409,6 +413,16 @@ When `polytropic` is set `False`, the gas compression is modeled as non-polytrop
409
413
`gamma_v`, `M_v`, `mu_v`, and `k_v` specify the specific heat ratio, molecular weight, viscosity, and thermal conductivity of a chosen component.
410
414
Implementation of the parameterse into the model follow [Ando (2010)](references.md#Ando10).
411
415
416
+
-`qbmm` activates quadrature by method of moments, which assumes a PDF for bubble radius and velocity.
417
+
418
+
-`dist_type` specifies the initial joint PDF of initial bubble radius and bubble velocity required in qbmm. `dist_type` $=$ 1 and 2 correspond to binormal and lognormal-normal distributions respectively.
419
+
420
+
-`sigR` specifies the standard deviation of the PDF of bubble radius required in qbmm.
421
+
422
+
-`sigV` specifies the standard deviation of the PDF of bubble velocity required in qbmm.
423
+
424
+
-`rhoRV` specifies the correlation coefficient of the joint PDF of bubble radius and bubble velocity required in qbmm.
0 commit comments