You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/case.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,7 @@ print(json.dumps({
20
20
}))
21
21
```
22
22
23
-
Thus, you can run your case file with Python to view the computed case dictionary
24
-
that will be processed by MFC when you run:
23
+
Thus, you can run your case file with Python to view the computed case dictionary that will be processed by MFC when you run:
25
24
26
25
```console
27
26
$ python3 my_case_file.py
@@ -376,18 +375,17 @@ The table lists formatted database output parameters. The parameters define vari
376
375
377
376
-`parallel_io` activates parallel input/output (I/O) of data files. It is highly recommended to activate this option in a parallel environment.
378
377
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.
379
-
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).
378
+
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).
380
379
381
-
-`file_per_process` deactivates shared file MPI-IO and activates file per process MPI-IO. The default behaviour is to use a shared file.
382
-
File per process is usefull when running on 10's of thousands of ranks.
380
+
-`file_per_process` 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 `file_per_process` is true, then pre_process, simulation, and post_process must be run with the same number of ranks.
383
381
384
382
-`cons_vars_wrt` and `prim_vars_wrt` activate output of conservative and primitive state variables into the database, respectively.
385
383
386
384
-`[variable's name]_wrt` activates output of the each specified variable into the database.
387
385
388
386
-`schlieren_alpha(i)` specifies the intensity of the numerical Schlieren of $i$-th component.
389
387
390
-
-`fd_order` 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. `fd_order` $=$ 1, 2, and 4 correspond to the first, second, and fourthorder finite difference schemes, respectively.
388
+
-`fd_order` 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. `fd_order` $=$ 1, 2, and 4 correspond to the first, second, and fourth-order finite difference schemes, respectively.
391
389
392
390
-`probe_wrt` activates output of state variables at coordinates specified by `probe(i)%[x;y,z]`.
393
391
@@ -412,7 +410,7 @@ The table lists acoustic source parameters. The parameters are optionally used t
412
410
413
411
-`num_mono` defines the total number of source planes by an integer.
414
412
415
-
-`Mono(i)%pulse` specifies the choice of the acoustic wave form generated from $i$-th source plane by an integer.
413
+
-`Mono(i)%pulse` specifies the choice of the acoustic waveform generated from $i$-th source plane by an integer.
416
414
`Mono(i)%pulse` $=$ 1, 2, and 3 correspond to sinusoidal wave, Gaussian wave, and square wave, respectively.
417
415
418
416
-`Mono(i)%npulse` defines the number of cycles of the acoustic wave generated from $i$-th source plane by an integer.
0 commit comments