write_output_timestep command

Purpose

Defines the frequency of the particle data and global file output.

Note

This command is supported by Aspherix GPU.

Syntax

write_output_timestep value
  • value = time step width for data output

Examples

write_output_timestep 0.01

Description

Set the timestep width for writing per particle data information and global particle information to output files. The value which is defined with this command is for example used by the write_to_file or the output_settings command.

Warning

The value has to be larger or equal to the selected time step width of the selected simulation_timestep. The output will take place at times that can be divided by the simulation time step (output times might be rounded to achieve that).

Restrictions

none