Skip to content

Commit cc96ee1

Browse files
authored
Update doc for monopole support
Add a table for monopole support types and a few descriptions of the use of the supports. Signed-off-by: haochey <[email protected]>
1 parent 08fb43d commit cc96ee1

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 |
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 |
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 |
@@ -330,7 +330,7 @@ The $i$-th source plane is determined by the point at [`Mono(i)%loc(1)`, `Mono(i
330330
The source plane is defined in the finite region of the domain: $x\in[-\infty,\infty]$ and $y\in$[-`mymono_length`/2, `mymono_length`/2].\\
331331
`Mono(i)%support` $=3$ specifies a semi-infinite source plane in 3-D simulation.
332332
The $i$-th source plane is determined by the point at [`Mono(i)%loc(1)`, `Mono(i)%loc(2)`, `Mono(i)%loc(3)`] and the normal vector [$\mathrm{cos}$(`Mono(i)%dir`), $\mathrm{sin}$(`Mono(i)%dir`), 1] that consists of this point.
333-
The source plane is defined in the finite region of the domain: $x\in[-\infty,\infty]$ and $y,z\in$[-`mymono_length`/2, `mymono_length`/2]. There are a few additional spatial support types available for special source types and coordinate systems.
333+
The source plane is defined in the finite region of the domain: $x\in[-\infty,\infty]$ and $y,z\in$[-`mymono_length`/2, `mymono_length`/2]. There are a few additional spatial support types available for special source types and coordinate systems tabulated in [Monopole supports](#monopole-supports).
334334

335335
### 8. Ensemble-Averaged Bubble Model
336336

0 commit comments

Comments
 (0)