Skip to content

Commit 7f03eaf

Browse files
authored
Update monopole support tables
Add a table for monopole support types and descriptions of each type. Signed-off-by: haochey <[email protected]>
1 parent cc96ee1 commit 7f03eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/documentation/running.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Parallel I/O enables the use of different number of processors in each of the pr
302302
| `num_mono` | Integer | Number of acoustic sources |
303303
| `Mono(i)%pulse` | Integer | Acoustic wave form: [1] Sine [2] Gaussian [3] Square |
304304
| `Mono(i)%npulse` | Integer | Number of pulse cycles |
305-
| `Mono(i)%support` | Integer | Type of the spatial support of the acoustic source : [1] 1D [2] Finite width (2D) [3] Support for finite line/patch [4] General support for 3D simulation in cartesian systems [5] Support for monopole acoustic transducer [6] Support for cylindrical coordinate system |
305+
| `Mono(i)%support` | Integer | Type of the spatial support of the acoustic source : [1] 1D [2] Finite width (2D) [3] Support for finite line/patch [4] General support for 3D simulation in cartesian systems [5] Support along monopole acoustic transducer [6] Support for cylindrical coordinate system along axial-dir |
306306
| `Mono(i)%loc(j)` | Real | $j$-th coordinate of the point that consists of $i$-th source plane |
307307
| `Mono(i)%dir` | Real | Direction of acoustic propagation |
308308
| `Mono(i)%mag` | Real | Pulse magnitude |
@@ -452,7 +452,7 @@ The flux limiters supported by the MFC are listed in table [Flux Limiters](#flux
452452
| 3 | 3D semi-infinite source plane along some lines |
453453
| 4 | 3D semi-infinite source plane |
454454
| 5 | Transducer |
455-
| 6 | Cyl_coord |
455+
| 6 | Cyl_coord along axial-dir|
456456

457457
The monopole support types available in MFC are listed in table [Monopole supports](#monopole-supports). This includes
458458
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

Comments
 (0)