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
Add descriptions and docs for interfacial IC parameters
Required by lint_param_docs.py (merged in #1327): interface_file,
normFac, normMag, g0_ic, p0_ic used by hcid 304/305 hardcoded ICs.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/documentation/case.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,16 @@ Setup: Only requires specifying `init_dir` and filename pattern via `zeros_defau
266
266
Implementation: All variables and file handling are managed in `src/common/include/ExtrusionHardcodedIC.fpp` with no manual grid configuration needed.
267
267
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.
268
268
269
+
The following parameters support hardcoded initial conditions that read interface data from files:
270
+
271
+
| Parameter | Type | Description |
272
+
| ---: | :---: | :--- |
273
+
|`interface_file`| String | Path to interface geometry data file |
274
+
|`normFac`| Real | Interface normalization factor |
275
+
|`normMag`| Real | Interface normal magnitude |
276
+
|`g0_ic`| Real | Initial gas volume fraction for interfacial IC |
277
+
|`p0_ic`| Real | Initial pressure for interfacial IC |
278
+
269
279
#### Parameter Descriptions
270
280
271
281
-`num_patches` defines the total number of patches defined in the domain.
0 commit comments