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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -655,6 +655,7 @@ To restart the simulation from $k$-th time step, see @ref running "Restarting Ca
655
655
|`alpha_wrt(i)`| Logical | Add the volume fraction of fluid $i$ to the database |
656
656
|`gamma_wrt`| Logical | Add the specific heat ratio function to the database |
657
657
|`heat_ratio_wrt`| Logical | Add the specific heat ratio to the database |
658
+
|`ib_state_wrt`| Logical | Write IB state and loads to a datafile at each time step |
658
659
|`pi_inf_wrt`| Logical | Add the liquid stiffness function to the database |
659
660
|`pres_inf_wrt`| Logical | Add the liquid stiffness to the formatted database |
660
661
|`c_wrt`| Logical | Add the sound speed to the database |
@@ -715,6 +716,8 @@ If `file_per_process` is true, then pre_process, simulation, and post_process mu
715
716
716
717
-`probe_wrt` activates the output of state variables at coordinates specified by `probe(i)%[x;y,z]`.
717
718
719
+
-`ib_state_wrt` activates the output of data specified by patch_ib(i)%force(:) (and torque, vel, angular_vel, angles, [x,y,z]_centroid) into a single binary datafile for all IBs at all timesteps. During post_processing, this file is converted into separate time histories for each IB.
720
+
718
721
-`output_partial_domain` activates the output of part of the domain specified by `[x,y,z]_output%%beg` and `[x,y,z]_output%%end`.
719
722
This is useful for large domains where only a portion of the domain is of interest.
720
723
It is not supported when `precision = 1` and `format = 1`.
0 commit comments