Skip to content

Commit a33bbcf

Browse files
committed
patches documentation
1 parent 5759fc6 commit a33bbcf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/documentation/running.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,12 @@ The entries labeled "Characteristic." are characteristic boundary conditions bas
422422
| 11 | Sweep plane | 3 | Y | Not coordinate-aligned. Requires `x[y,z]_centroid` and `normal(i)`. |
423423
| 12 | Ellipsoid | 3 | Y | Requires `[x,y,z]_centroid` and `radii(i)`. |
424424
| 13 | 3D analytical | 3 | N | Assigns the primitive variables as analytical functions |
425+
| 14 | Spherical Harmonic | 3 | N | Requires `[x,y,z]_centroid`, `radius`, `epsilon`, `beta` |
426+
| 15 | 1D analytical | 1 | N | Assigns the primitive variables as analytical functions |
427+
| 16 | 1D bubble pulse | 1 | N | Requires `x_centroid`, `length_x` |
428+
| 17 | Spiral | 2 | N | Requires `[x,y]_centroid` |
429+
| 18 | 2D Varcircle | 2 | Y | Requires `[x,y]_centroid`, `radius`, and `thickness` |
430+
| 19 | 3D Varcircle | 3 | Y | Requires `[x,y,z]_centroid`, `length_z`, `radius`, and `thickness` |
425431

426432
The patch types supported by the MFC are listed in table [Patch Types](#patch-types). This includes
427433
types exclusive to one-, two-, and three-dimensional problems. The patch type number (`#`)

0 commit comments

Comments
 (0)