auto_save#

class ansys.fluent.core.generated.solver.tui_242.main_menu.file.auto_save(service, version, mode, path)#

Bases: TUIMenu

Enters the auto save menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

append_file_name_with(service, version, ...)

Sets the suffix for auto-saved files.

case_frequency(service, version, mode, path)

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

data_frequency(service, version, mode, path)

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

max_files(service, version, mode, path)

Sets the maximum number of files.

retain_most_recent_files(service, version, ...)

Sets autosave to retain the 5 most recent files.

root_name(service, version, mode, path)

Specifies the root name for the files that are saved.

save_data_file_every(service, version, mode, ...)

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

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

class append_file_name_with(service, version, mode, path)#

Bases: TUIMethod

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.

class case_frequency(service, version, mode, path)#

Bases: TUIMethod

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

class data_frequency(service, version, mode, path)#

Bases: TUIMethod

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

class max_files(service, version, mode, path)#

Bases: TUIMethod

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

class retain_most_recent_files(service, version, mode, path)#

Bases: TUIMethod

Sets autosave to retain the 5 most recent files.

class root_name(service, version, mode, path)#

Bases: TUIMethod

Specifies the root name for the files that are saved.

class save_data_file_every(service, version, mode, path)#

Bases: TUIMethod

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