solver.tui.file.auto_save#

class main_menu.file.auto_save(path, service)#

Enters the auto save menu.

append_file_name_with(*args, **kwargs)#

Sets 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.

case_frequency(*args, **kwargs)#

Specifies the frequency (in iterations, time steps, or flow time) with which case files are saved.

data_frequency(*args, **kwargs)#

Specifies the frequency (in iterations, time steps, or flow time) with which data files are saved.

max_files(*args, **kwargs)#

Sets the maximum number of files. Once the maximum is reached, files will be erased as new files are written.

retain_most_recent_files(*args, **kwargs)#

Sets autosave to retain the 5 most recent files.

root_name(*args, **kwargs)#

Specifies the root name for the files that are saved.

save_data_file_every(*args, **kwargs)#

Specifies the type and frequency of the data file to be saved.