Skip to content

Commit 08fb43d

Browse files
authored
Update running.md
Signed-off-by: haochey <[email protected]>
1 parent 8a78fd0 commit 08fb43d

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
@@ -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].
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.
334334

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

@@ -455,7 +455,7 @@ The flux limiters supported by the MFC are listed in table [Flux Limiters](#flux
455455
| 6 | Cyl_coord |
456456

457457
The monopole support types available in MFC are listed in table [Monopole supports](#monopole-supports). This includes
458-
types exclusive to one-, two-, and three-dimensional problems with special coordinate systems such as cylindrical coordinates. The monopole support number (`#`) corresponds to the input value in `input.py` labeled `Mono(i)%support` where
458+
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
459459
$i$ is the monopole source index.
460460

461461
## Running

0 commit comments

Comments
 (0)