You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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`|
425
431
426
432
The patch types supported by the MFC are listed in table [Patch Types](#patch-types). This includes
427
433
types exclusive to one-, two-, and three-dimensional problems. The patch type number (`#`)
@@ -446,7 +452,7 @@ The flux limiters supported by the MFC are listed in table [Flux Limiters](#flux
446
452
### Monopole supports
447
453
448
454
| # | Description |
449
-
| ---:|:---- |
455
+
| --- | ---- |
450
456
| 1 | 1D normal to x-axis |
451
457
| 2 | 2D semi-infinite source plane |
452
458
| 3 | 3D semi-infinite source plane along some lines |
@@ -458,6 +464,44 @@ The monopole support types available in MFC are listed in table [Monopole suppor
458
464
types exclusive to one-, two-, and three-dimensional problems with special souce geometry like transducers as well as coordinate systems such as cylindrical coordinates. The monopole support number (`#`) corresponds to the input value in `input.py` labeled `Mono(i)%support` where
0 commit comments