Skip to content

Commit ed81528

Browse files
author
MFC Action
committed
Docs @ 1797038
1 parent 756f32d commit ed81528

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

documentation/md_case.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -475,12 +475,12 @@ <h2><a class="anchor" id="autotoc_md13"></a>
475475
<p>The table lists formatted database output parameters. The parameters define variables that are outputted from simulation and file types and formats of data as well as options for post-processing.</p>
476476
<p>- <code>format</code> specifies the choice of the file format of data file outputted by MFC by an integer of 1 and 2. <code>format</code> $=$ 1 and 2 correspond to Silo-HDF5 format and binary format, respectively.</p>
477477
<p>- <code>precision</code> specifies the choice of the floating-point format of the data file outputted by MFC by an integer of 1 and 2. <code>precision</code> $=$ 1 and 2 correspond to single-precision and double-precision formats, respectively.</p>
478-
<p>- <code>parallel_io</code> activates parallel input/output (I/O) of data files. It is highly recommended to activate this option in a parallel environment. With parallel I/O, MFC inputs and outputs a single file throughout pre-process, simulation, and post-process, regardless of the number of processors used. Parallel I/O enables the use of different number of processors in each of the processes (i.e. simulation data generated using 1000 processors can be post-processed using a single processor).</p>
479-
<p>- <code>file_per_process</code> deactivates shared file MPI-IO and activates file per process MPI-IO. The default behaviour is to use a shared file. File per process is usefull when running on 10's of thousands of ranks.</p>
478+
<p>- <code>parallel_io</code> activates parallel input/output (I/O) of data files. It is highly recommended to activate this option in a parallel environment. With parallel I/O, MFC inputs and outputs a single file throughout pre-process, simulation, and post-process, regardless of the number of processors used. Parallel I/O enables the use of different number of processors in each of the processes (i.e., simulation data generated using 1000 processors can be post-processed using a single processor).</p>
479+
<p>- <code>file_per_process</code> deactivates shared file MPI-IO and activates file per process MPI-IO. The default behavior is to use a shared file. File per process is useful when running on 10's of thousands of ranks. If <code>file_per_process</code> is true, then pre_process, simulation, and post_process must be run with the same number of ranks.</p>
480480
<p>- <code>cons_vars_wrt</code> and <code>prim_vars_wrt</code> activate output of conservative and primitive state variables into the database, respectively.</p>
481481
<p>- <code>[variable's name]_wrt</code> activates output of the each specified variable into the database.</p>
482482
<p>- <code>schlieren_alpha(i)</code> specifies the intensity of the numerical Schlieren of $i$-th component.</p>
483-
<p>- <code>fd_order</code> specifies the order of finite difference scheme that is used to compute the vorticity from the velocity field and the numerical schlieren from the density field by an integer of 1, 2, and 4. <code>fd_order</code> $=$ 1, 2, and 4 correspond to the first, second, and fourth order finite difference schemes, respectively.</p>
483+
<p>- <code>fd_order</code> specifies the order of the finite difference scheme that is used to compute the vorticity from the velocity field and the numerical schlieren from the density field by an integer of 1, 2, and 4. <code>fd_order</code> $=$ 1, 2, and 4 correspond to the first, second, and fourth-order finite difference schemes, respectively.</p>
484484
<p>- <code>probe_wrt</code> activates output of state variables at coordinates specified by <code>probe(i)%[x;y,z]</code>.</p>
485485
<h2><a class="anchor" id="autotoc_md14"></a>
486486
7. Acoustic Source</h2>
@@ -509,7 +509,7 @@ <h2><a class="anchor" id="autotoc_md14"></a>
509509
<p>The table lists acoustic source parameters. The parameters are optionally used to define a source plane in the domain that generates an acoustic wave that propagates in a specified direction normal to the source plane (one-way acoustic source). Details of the acoustic source model can be found in <a href="references.md#Maeda17">Maeda and Colonius (2017)</a>.</p>
510510
<p>- <code>Monopole</code> activates the acoustic source.</p>
511511
<p>- <code>num_mono</code> defines the total number of source planes by an integer.</p>
512-
<p>- <code>Mono(i)pulse</code> specifies the choice of the acoustic wave form generated from $i$-th source plane by an integer. <code>Mono(i)pulse</code> $=$ 1, 2, and 3 correspond to sinusoidal wave, Gaussian wave, and square wave, respectively.</p>
512+
<p>- <code>Mono(i)pulse</code> specifies the choice of the acoustic waveform generated from $i$-th source plane by an integer. <code>Mono(i)pulse</code> $=$ 1, 2, and 3 correspond to sinusoidal wave, Gaussian wave, and square wave, respectively.</p>
513513
<p>- <code>Mono(i)npulse</code> defines the number of cycles of the acoustic wave generated from $i$-th source plane by an integer.</p>
514514
<p>- <code>Mono(i)mag</code> defines the peak amplitude of the acoustic wave generated from $i$-th source plane with a given wave form.</p>
515515
<p>- <code>Mono(i)length</code> defines the characteristic wavelength of the acoustic wave generated from $i$-th source plane.</p>

0 commit comments

Comments
 (0)