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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -522,6 +522,9 @@ To restart the simulation from $k$-th time step, see [Restarting Cases](running.
522
522
|`probe_wrt`| Logical | Write the flow chosen probes data files for each time step |
523
523
|`num_probes`| Integer | Number of probes |
524
524
|`probe(i)%[x,y,z]`| Real | Coordinates of probe $i$ |
525
+
|`output_partial_domain`| Logical | Output part of the domain |
526
+
|`[x,y,z]_output%beg`| Real | Beginning of the output domain in the [x,y,z]-direction |
527
+
|`[x,y,z]_output%end`| Real | End of the output domain in the [x,y,z]-direction |
525
528
526
529
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.
527
530
@@ -549,6 +552,11 @@ If `file_per_process` is true, then pre_process, simulation, and post_process mu
549
552
550
553
-`probe_wrt` activates the output of state variables at coordinates specified by `probe(i)%[x;y,z]`.
551
554
555
+
-`output_partial_domain` activates the output of part of the domain specified by `[x,y,z]_output%beg` and `[x,y,z]_output%end`.
556
+
This is useful for large domains where only a portion of the domain is of interest.
557
+
It is not supported when `precision = 1` and `format = 1`.
558
+
It also cannot be enabled with `flux_wrt`, `heat_ratio_wrt`, `pres_inf_wrt`, `c_wrt`, `omega_wrt`, `ib`, `schlieren_wrt`, or `qm_wrt`.
0 commit comments