Skip to content

Commit 602af79

Browse files
authored
Update case.md
1 parent bc4622e commit 602af79

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/documentation/case.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,10 @@ The source plane is defined in the finite region of the domain: $x\in[-\infty,\i
373373
| `mu_v`| Real | Viscosity |
374374
| `k_v`| Real | Thermal conductivity |
375375
| `qbmm` | Logical | Quadrature by method of moments|
376-
| `dist_type` | Integer | Joint PDF for bubble radius and velocity (only when qbmm is true)|
377-
| `sigR` | Real | Standard deviation for PDF of bubble radius (only when qbmm is true) |
378-
| `sigV` | Real | Standard deviation for PDF of bubble velocity (only when qbmm is true) |
379-
| `rhoRV` | Real | Correlation coefficient for joint PDF of bubble radius and velocity (only when qbmm is true) |
376+
| `dist_type` | Integer | Joint probability density function for bubble radius and velocity (only when qbmm is true)|
377+
| `sigR` | Real | Standard deviation for probability density function of bubble radius (only when qbmm is true) |
378+
| `sigV` | Real | Standard deviation for probability density function of bubble velocity (only when qbmm is true) |
379+
| `rhoRV` | Real | Correlation coefficient for joint probability density function of bubble radius and velocity (only when qbmm is true) |
380380

381381

382382

@@ -395,6 +395,8 @@ This table lists the ensemble-averaged bubble model parameters.
395395
- `polytropic` activates polytropic gas compression in the bubble.
396396
When `polytropic` is set `False`, the gas compression is modeled as non-polytropic due to heat and mass transfer across the bubble wall with constant heat and mass transfer coefficients based on ([Preston et al., 2007](references.md#Preston07)).
397397

398+
- `polydisperse` activates polydispersity in the bubble model by means of a probability density function (PDF) of the equiliibrium bubble radius.
399+
398400
- `thermal` specifies a model for heat transfer across the bubble interface by an integer from 1 through 3.
399401
`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#Preston07), respectively.
400402

0 commit comments

Comments
 (0)