auto_save#

class ansys.fluent.core.generated.solver.settings_261.auto_save(name=None, parent=None)#

Bases: Group

Automatic saving of case and data files at specified intervals during a calculation.

Attributes

Attribute

Summary

case_frequency

The preference for saving case files.

data_frequency

The iteration or time step increment for saving data files.

root_name

The root name for auto-saved files. The number of iterations or time steps will be appended to this root name.

retain_most_recent_files

After the maximum (as in max-files) is reached, a file will be deleted for each file saved.

max_files

The maximum number of data files to save. After the maximum is reached, a file will be deleted for each file saved.

append_file_name_with

The suffix for auto-saved files. The file name can be appended by flow-time, time-step value or by user specified flags in file name.

save_data_file_every

The auto save frequency type to either time-step or crank-angle and set the corresponding frequency.

Included in:

Parent

Summary

calculation_activity

Manages additional solution-time activities like animations and mesh quality diagnostics.