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
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -745,7 +745,6 @@ Implementation of the parameters into the model follow [Ando (2010)](references.
745
745
|`polydisperse`| Logical | Polydispersity in equilibrium bubble radius R0 |
746
746
|`nb`| Integer | Number of bins: [1] Monodisperse; [$>1$] Polydisperse |
747
747
|`poly_sigma`| Real | Standard deviation for probability density function of polydisperse bubble populations |
748
-
|`R0_type`| Integer | Quadrature rule for probability density function of polydisperse bubble populations |
749
748
|`Ca`| Real | Cavitation number |
750
749
|`Web`| Real | Weber number |
751
750
|`Re_inv`| Real | Inverse Reynolds number |
@@ -763,15 +762,12 @@ When ``polytropic = 'F'``, the gas compression is modeled as non-polytropic due
763
762
-`thermal` specifies a model for heat transfer across the bubble interface by an integer from 1 through 3.
764
763
`thermal = 1`, `2`, and `3` correspond to no heat transfer (adiabatic gas compression), isothermal heat transfer, and heat transfer with a constant heat transfer coefficient based on [Preston et al., 2007](references.md), respectively.
765
764
766
-
-`polydisperse` activates polydispersity in the bubble model through a probability density function (PDF) of the equilibrium bubble radius.
765
+
-`polydisperse` activates polydispersity in the bubble model through a probability density function (PDF) of the equilibrium bubble radius. Simpson's rule is used for integrating the log-normal PDF of equilibrium bubble radius for polydisperse populations.
767
766
768
767
-`R0ref` specifies the reference bubble radius.
769
768
770
769
-`nb` specifies the number of discrete bins that define the probability density function (PDF) of the equilibrium bubble radius.
771
770
772
-
-`R0_type` specifies the quadrature rule for integrating the log-normal PDF of equilibrium bubble radius for polydisperse populations.
773
-
`R0_type = 1` corresponds to Simpson's rule.
774
-
775
771
-`poly_sigma` specifies the standard deviation of the log-normal PDF of equilibrium bubble radius for polydisperse populations.
776
772
777
773
-`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.
0 commit comments