Skip to content

Commit 3ed21d3

Browse files
authored
Update case.md
1 parent 130f2a2 commit 3ed21d3

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/documentation/case.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,11 @@ When `polytropic` is set `False`, the gas compression is modeled as non-polytrop
400400

401401
- `R0ref` specifies the reference bubble radius.
402402

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.
404408

405409
- `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.
406410

@@ -409,6 +413,16 @@ When `polytropic` is set `False`, the gas compression is modeled as non-polytrop
409413
`gamma_v`, `M_v`, `mu_v`, and `k_v` specify the specific heat ratio, molecular weight, viscosity, and thermal conductivity of a chosen component.
410414
Implementation of the parameterse into the model follow [Ando (2010)](references.md#Ando10).
411415

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.
425+
412426
### 9. Velocity Field Setup
413427

414428
| Parameter | Type | Description |

0 commit comments

Comments
 (0)