Skip to content

Commit 314a3d3

Browse files
committed
documentation clarification
1 parent 2d1de77 commit 314a3d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/documentation/case.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The code outputs error messages when an empty region is left in the domain.
182182
Some parameters, as described above, can be defined by analytical functions in the input file. For example, one can define the following patch:
183183

184184
```shell
185-
'patch_icpp(2)%geometry' : 15,
185+
'patch_icpp(2)%geometry' : 1,
186186
'patch_icpp(2)%x_centroid' : 0.25,
187187
'patch_icpp(2)%length_x' : 9.5,
188188
'patch_icpp(2)%vel(1)' : 0.,
@@ -789,15 +789,15 @@ The entries labeled "Characteristic." are characteristic boundary conditions bas
789789
| 4 | Sweep line | 2 | Y | Not coordinate aligned. Requires `[x,y]_centroid` and `normal(i)`. |
790790
| 5 | Ellipse | 2 | Y | Requires `[x,y]_centroid` and `radii(i)`. |
791791
| 6 | N/A | 2 | N | No longer exists. Empty. |
792-
| 7 | 2D analytical | 2 | N | Assigns the primitive variables as analytical functions. |
792+
| 7 | 2D Hardcoded | 2 | N | Assigns the primitive variables as analytical functions. |
793793
| 8 | Sphere | 3 | Y | Requires `[x,y,z]_centroid` and `radius` |
794794
| 9 | Cuboid | 3 | N | Coordinate-aligned. Requires `[x,y,z]_centroid` and `length_[x,y,z]`. |
795795
| 10 | Cylinder | 3 | Y | Requires `[x,y,z]_centroid`, `radius`, and `length_[x,y,z]`. |
796796
| 11 | Sweep plane | 3 | Y | Not coordinate-aligned. Requires `x[y,z]_centroid` and `normal(i)`. |
797797
| 12 | Ellipsoid | 3 | Y | Requires `[x,y,z]_centroid` and `radii(i)`. |
798-
| 13 | 3D analytical | 3 | N | Assigns the primitive variables as analytical functions |
798+
| 13 | 3D Hardcoded | 3 | N | Assigns the primitive variables as analytical functions |
799799
| 14 | Spherical Harmonic | 3 | N | Requires `[x,y,z]_centroid`, `radius`, `epsilon`, `beta` |
800-
| 15 | 1D analytical | 1 | N | Assigns the primitive variables as analytical functions |
800+
| 15 | 1D Hardcoded | 1 | N | Assigns the primitive variables as analytical functions |
801801
| 16 | 1D bubble pulse | 1 | N | Requires `x_centroid`, `length_x` |
802802
| 17 | Spiral | 2 | N | Requires `[x,y]_centroid` |
803803
| 18 | 2D Varcircle | 2 | Y | Requires `[x,y]_centroid`, `radius`, and `thickness` |

0 commit comments

Comments
 (0)