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
@@ -743,7 +743,6 @@ Implementation of the parameters into the model follow [Ando (2010)](references.
743
743
|`polydisperse`| Logical | Polydispersity in equilibrium bubble radius R0 |
744
744
|`nb`| Integer | Number of bins: [1] Monodisperse; [$>1$] Polydisperse |
745
745
|`poly_sigma`| Real | Standard deviation for probability density function of polydisperse bubble populations |
746
-
|`R0_type`| Integer | Quadrature rule for probability density function of polydisperse bubble populations |
747
746
|`Ca`| Real | Cavitation number |
748
747
|`Web`| Real | Weber number |
749
748
|`Re_inv`| Real | Inverse Reynolds number |
@@ -761,15 +760,12 @@ When ``polytropic = 'F'``, the gas compression is modeled as non-polytropic due
761
760
-`thermal` specifies a model for heat transfer across the bubble interface by an integer from 1 through 3.
762
761
`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.
763
762
764
-
-`polydisperse` activates polydispersity in the bubble model through a probability density function (PDF) of the equilibrium bubble radius.
763
+
-`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.
765
764
766
765
-`R0ref` specifies the reference bubble radius.
767
766
768
767
-`nb` specifies the number of discrete bins that define the probability density function (PDF) of the equilibrium bubble radius.
769
768
770
-
-`R0_type` specifies the quadrature rule for integrating the log-normal PDF of equilibrium bubble radius for polydisperse populations.
771
-
`R0_type = 1` corresponds to Simpson's rule.
772
-
773
769
-`poly_sigma` specifies the standard deviation of the log-normal PDF of equilibrium bubble radius for polydisperse populations.
774
770
775
771
-`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