WriteOutManipulations

option to disable writing out the STANDBY point cloud

The writeOut{} functionality allows the user to stop saving the STANDBY point cloud starting from a certain SAVE step or to never save it at all.
begin_pointcloud{} include{/path/to/file/point_cloud.case} format{ensight} ... timeFrame{20} ... variables{ %ind_p%="pressure" , %ind_v(1)%="velocity" , %ind_h%="H" } ... toChamber{11} ... toMaterial{$MatStandby$} ... writeOut{SomeInteger} end_pointcloud
SomeInteger Meaning
< 0 The STANDBY point cloud is never saved.
= 0 The STANDBY point cloud is saved at every SAVE step.
> 0 The STANDBY point cloud is only saved for the first SomeInteger SAVE steps.