Skip to content

Commit 6576e36

Browse files
authored
fix table (#1099)
1 parent df782b5 commit 6576e36

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/documentation/case.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -384,12 +384,12 @@ Details of implementation of viscosity in MFC can be found in [Coralic (2015)](r
384384
- `fluid_pp(i)%%G` is required for `hypoelasticity`.
385385

386386
### 6. Simulation Algorithm
387-
.
388-
| Parameter . | Type | Description |
389-
| ---: . | :----: | :--- |
390-
| `bc_[x,y,z]%%beg[end]` . | Integer | Beginning [ending] boundary condition in the $[x,y,z]$-direction (negative integer, see table [Boundary Conditions](#boundary-conditions)) |
391-
| `bc_[x,y,z]%%vb[1,2,3]`. | Real | Velocity in the (x,1), (y, 2), (z,3) direction applied to `bc_[x,y,z]%%beg` |
392-
| `bc_[x,y,z]%%ve[1,2,3]`. | Real | Velocity in the (x,1), (y, 2), (z,3) direction applied to `bc_[x,y,z]%%end` |
387+
388+
| Parameter | Type | Description |
389+
| ---: | :----: | :--- |
390+
| `bc_[x,y,z]%%beg[end]` | Integer | Beginning [ending] boundary condition in the $[x,y,z]$-direction (negative integer, see table [Boundary Conditions](#boundary-conditions)) |
391+
| `bc_[x,y,z]%%vb[1,2,3]` | Real | Velocity in the (x,1), (y, 2), (z,3) direction applied to `bc_[x,y,z]%%beg` |
392+
| `bc_[x,y,z]%%ve[1,2,3]` | Real | Velocity in the (x,1), (y, 2), (z,3) direction applied to `bc_[x,y,z]%%end` |
393393
| `model_eqns` | Integer | Multicomponent model: [1] $\Gamma/\Pi_\infty$; [2] 5-equation; [3] 6-equation; [4] 4-equation |
394394
| `alt_soundspeed` * | Logical | Alternate sound speed and $K \nabla \cdot u$ for 5-equation model |
395395
| `adv_n` | Logical | Solving directly for the number density (in the method of classes) and compute void fraction from the number density |

0 commit comments

Comments
 (0)