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
@@ -615,6 +615,7 @@ To restart the simulation from $k$-th time step, see @ref running "Restarting Ca
615
615
|`alpha_wrt(i)`| Logical | Add the volume fraction of fluid $i$ to the database |
616
616
|`gamma_wrt`| Logical | Add the specific heat ratio function to the database |
617
617
|`heat_ratio_wrt`| Logical | Add the specific heat ratio to the database |
618
+
|`ib_state_wrt`| Logical | Write IB state and loads to a datafile at each time step |
618
619
|`pi_inf_wrt`| Logical | Add the liquid stiffness function to the database |
619
620
|`pres_inf_wrt`| Logical | Add the liquid stiffness to the formatted database |
620
621
|`c_wrt`| Logical | Add the sound speed to the database |
@@ -675,6 +676,8 @@ If `file_per_process` is true, then pre_process, simulation, and post_process mu
675
676
676
677
-`probe_wrt` activates the output of state variables at coordinates specified by `probe(i)%[x;y,z]`.
677
678
679
+
-`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.
680
+
678
681
-`output_partial_domain` activates the output of part of the domain specified by `[x,y,z]_output%%beg` and `[x,y,z]_output%%end`.
679
682
This is useful for large domains where only a portion of the domain is of interest.
680
683
It is not supported when `precision = 1` and `format = 1`.
0 commit comments