@@ -509,7 +509,7 @@ If `file_per_process` is true, then pre_process, simulation, and post_process mu
509509| ` acoustic_source ` | Logical | Acoustic source module activation |
510510| ` num_source ` | Integer | Number of acoustic sources |
511511| ` acoustic(i)%%support ` | Integer | Geometry of spatial support for the acoustic source |
512- | ` acoustic(i)%%dipole ` | Logical | Dipole source activation (optional; default = false for monopole) |
512+ | ` acoustic(i)%%dipole ` | Logical | Dipole source activation (optional; default = false -> monopole) |
513513| ` acoustic(i)%%loc(j) ` | Real | $j$-th coordinate of the point that defines the acoustic source location |
514514| ` acoustic(i)%%pulse ` | Integer | Acoustic wave form: [ 1] Sine [ 2] Gaussian [ 3] Square |
515515| ` acoustic(i)%%npulse ` | Real | Number of pulse cycles |
@@ -525,7 +525,7 @@ If `file_per_process` is true, then pre_process, simulation, and post_process mu
525525| ` acoustic(i)%%foc_length ` | Real | Transducer - Focal length of the transducer |
526526| ` acoustic(i)%%aperture ` | Real | Transducer - Aperture of the transducer |
527527| ` acoustic(i)%%num_elements ` | Integer | Transducer array - Number of transducer elements in a transducer array |
528- | ` acoustic(i)%%element_on ` | Integer | Transducer array - Element number that is on (optional; default = 0 for all elements) |
528+ | ` acoustic(i)%%element_on ` | Integer | Transducer array - Element number that is on (optional; default = 0 -> all elements) |
529529| ` acoustic(i)%%element_spacing_angle ` | Real | 2D Transducer array - Spacing angle (in rad) between adjacent transducer elements |
530530| ` acoustic(i)%%element_polygon_ratio ` | Real | 3D Transducer array - Ratio of polygon side length to transducer element radius |
531531| ` acoustic(i)%%rotate_angle ` | Real | 3D Transducer array - Rotation angle of the transducer array (optional; default = 0) |
@@ -809,7 +809,7 @@ Each patch requires a different set of parameters, which are also listed in this
809809| 7 | Spherical Transducer | 3D | #5 requirements and ` %%loc(3) ` |
810810| 9 | Arcuate Transducer Array | 2D | #5 requirements, ` %%num_elements ` , ` %%element_on ` , ` %%element_spacing_angle ` |
811811| 10 | Annular Transducer Array | 2D-Axisym | #9 requirements |
812- | 11 | Circular Transducer Array | 3D | #7 requirements, ` %%element_polygon_ratio ` , and ` %%rotate_angle ` (optional; default = 0) |
812+ | 11 | Circular Transducer Array | 3D | #7 requirements, ` %%element_polygon_ratio ` , and ` %%rotate_angle ` |
813813
814814Details of the required parameters for each acoustic support type are listed in [ Acoustic Source] ( #acoustic-source ) .
815815The acoustic support number (` # ` ) corresponds to the acoustic support type ` Acoustic(i)%%support ` , where $i$ is the acoustic source index.
0 commit comments