Skip to content

Commit

Permalink
Update case.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Oct 2, 2023
1 parent 62939ba commit 0808431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/case.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ The entries labeled "Characteristic." are characteristic boundary conditions bas
| 3 | Rectangle | 2 | N | Coordinate-aligned. Requires `[x,y]_centroid` and `[x,y]_length`. |
| 4 | Sweep line | 2 | Y | Not coordinate aligned. Requires `[x,y]_centroid` and `normal(i)`. |
| 5 | Ellipse | 2 | Y | Requires `[x,y]_centroid` and `radii(i)`. |
| 6 | Vortex | 2 | N | Isentropic flow disturbance. Requires `[x,y]_centroid` and `radius`. |
| 6 | N/A | 2 | N | No longer exists. Empty. |
| 7 | 2D analytical | 2 | N | Assigns the primitive variables as analytical functions. |
| 8 | Sphere | 3 | Y | Requires `[x,y,z]_centroid` and `radius` |
| 9 | Cuboid | 3 | N | Coordinate-aligned. Requires `[x,y,z]_centroid` and `[x,y,z]_length`. |
Expand Down

0 comments on commit 0808431

Please sign in to comment.