Skip to content

Commit 7b948e8

Browse files
authored
Update documentation (#402)
1 parent da426fd commit 7b948e8

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

docs/documentation/case.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,17 @@ There are multiple sets of parameters that must be specified in the python input
7272
1. [Runtime Parameters](#1-runtime)
7373
2. [Computational Domain Parameters](#2-computational-domain)
7474
3. [Patch Parameters](#3-patches)
75-
4. [Fluid Material's Parameters](#4-fluid-materials)
76-
5. [Simulation Algorithm Parameters](#5-simulation-algorithm)
77-
6. [Formatted Database and Structure Parameters](#6-formatted-output)
78-
7. [(Optional) Acoustic Source Parameters](#7-acoustic-source)
79-
8. [(Optional) Ensemble-Averaged Bubble Model Parameters](#8-ensemble-averaged-bubble-model)
80-
9. [(Optional) Velocity Field Setup Parameters](#9-velocity-field-setup)
81-
10. [(Optional) Phase Change Parameters](#10-Phase-Change-Model)
82-
11. [(Optional) Artificial Mach Number Parameters](#11-artificial-Mach-number)
83-
84-
Items 7, 8, 9, and 10 are optional sets of parameters that activate the acoustic source model, ensemble-averaged bubble model, initial velocity field setup, and phase change, respectively.
75+
4. [Immersed Boundary Patches](#4-immersed-boundary-patches)
76+
5. [Fluid Material's Parameters](#5-fluid-materials)
77+
6. [Simulation Algorithm Parameters](#6-simulation-algorithm)
78+
7. [Formatted Database and Structure Parameters](#7-formatted-output)
79+
8. [(Optional) Acoustic Source Parameters](#8-acoustic-source)
80+
9. [(Optional) Ensemble-Averaged Bubble Model Parameters](#9-ensemble-averaged-bubble-model)
81+
10. [(Optional) Velocity Field Setup Parameters](#10-velocity-field-setup)
82+
11. [(Optional) Phase Change Parameters](#11-Phase-Change-Model)
83+
12. [(Optional) Artificial Mach Number Parameters](#12-artificial-Mach-number)
84+
85+
Items 8, 9, 10, 11 and 12 are optional sets of parameters that activate the acoustic source model, ensemble-averaged bubble model, initial velocity field setup, phase change, artificial Mach number respectively.
8586
Definition of the parameters is described in the following subsections.
8687

8788
### 1. Runtime
@@ -661,7 +662,7 @@ The parameters are optionally used to define initial velocity profiles and pertu
661662

662663
- `ptgalpha_eps` Specifies the tolerance used for the Newton Solvers used in the pTg-equilibrium model.
663664

664-
### 11. Artificial Mach Number
665+
### 12. Artificial Mach Number
665666
| Parameter | Type | Description |
666667
| ---: | :----: | :--- |
667668
| `pi_fac` | Real | Ratio of artificial and true `pi_\infty` values|

0 commit comments

Comments
 (0)