Skip to content

Commit eb03599

Browse files
sbryngelsonclaude
andcommitted
Document remaining new parameters in case.md
- Update bubble_model description to include 0=Particle choice - Add new bubble params to section 9.2: drag_model, vel_model, charNz, input_path, pressure_force, gravity_force, write_void_evol - Add interfacial flow IC params to patch section: interface_file, normFac, normMag, g0_ic, p0_ic Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 60f1102 commit eb03599

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

docs/documentation/case.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,16 @@ Setup: Only requires specifying `init_dir` and filename pattern via `zeros_defau
259259
Implementation: All variables and file handling are managed in `src/common/include/ExtrusionHardcodedIC.fpp` with no manual grid configuration needed.
260260
Usage: Ideal for initializing simulations from lower-dimensional solutions, enabling users to add perturbations or modifications to the base extruded fields for flow instability studies.
261261

262+
The following parameters support hardcoded initial conditions that read interface data from files:
263+
264+
| Parameter | Type | Description |
265+
| ---: | :---: | :--- |
266+
| `interface_file` | String | Path to interface geometry data file |
267+
| `normFac` | Real | Interface normalization factor |
268+
| `normMag` | Real | Interface normal magnitude |
269+
| `g0_ic` | Real | Initial gas volume fraction for interfacial IC |
270+
| `p0_ic` | Real | Initial pressure for interfacial IC |
271+
262272
#### Parameter Descriptions
263273

264274
- `num_patches` defines the total number of patches defined in the domain.
@@ -770,7 +780,7 @@ Details of the transducer acoustic source model can be found in \cite Maeda17.
770780
| ---: | :----: | :--- |
771781
| `bubbles_euler` | Logical | Ensemble-averaged bubble modeling |
772782
| `bubbles_lagrange` | Logical | Volume-averaged bubble modeling |
773-
| `bubble_model` | Integer | [1] Gilmore; [2] Keller--Miksis; [3] Rayleigh-Plesset |
783+
| `bubble_model` | Integer | [0] Particle; [1] Gilmore; [2] Keller--Miksis; [3] Rayleigh-Plesset |
774784
| `bub_pp%%R0ref`*†‡ | Real | Reference bubble radius |
775785
| `bub_pp%%p0ref`*†‡ | Real | Reference pressure |
776786
| `bub_pp%%rho0ref`*†‡| Real | Reference density |
@@ -868,6 +878,13 @@ When ``polytropic = 'F'``, the gas compression is modeled as non-polytropic due
868878
| `epsilonb` | Real | Standard deviation scaling for the gaussian function |
869879
| `charwidth` | Real | Domain virtual depth (z direction, for 2D simulations) |
870880
| `valmaxvoid` | Real | Maximum void fraction permitted |
881+
| `drag_model` | Integer | Drag model for bubble dynamics |
882+
| `vel_model` | Integer | Velocity model for bubble interface |
883+
| `charNz` | Integer | Characteristic size parameter |
884+
| `input_path` | String | Path to bubble input file (default: `./input`) |
885+
| `pressure_force` | Logical | Enable pressure gradient force |
886+
| `gravity_force` | Logical | Enable gravitational force |
887+
| `write_void_evol` | Logical | Write void fraction evolution data |
871888

872889
- `nBubs_glb` Total number of bubbles. Their initial conditions need to be specified in the ./input/lag_bubbles.dat file. See the example cases for additional information.
873890

0 commit comments

Comments
 (0)