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
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,6 +259,16 @@ Setup: Only requires specifying `init_dir` and filename pattern via `zeros_defau
259
259
Implementation: All variables and file handling are managed in `src/common/include/ExtrusionHardcodedIC.fpp` with no manual grid configuration needed.
260
260
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.
261
261
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
+
262
272
#### Parameter Descriptions
263
273
264
274
-`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.
|`pressure_force`| Logical | Enable pressure gradient force |
886
+
|`gravity_force`| Logical | Enable gravitational force |
887
+
|`write_void_evol`| Logical | Write void fraction evolution data |
871
888
872
889
-`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.
0 commit comments