auto_save#
- class ansys.fluent.core.generated.solver.settings_242.auto_save.auto_save(name=None, parent=None)#
Bases:
Group
Allows you to specify automatic saving of case and data files at specified intervals during a calculation.
Attributes
Attribute |
Summary |
---|---|
Set the preference for saving case files. |
|
Set the iteration or time step increment for saving data files. |
|
Set the root name for auto-saved files. The number of iterations or time steps will be appended to this root name. |
|
After the maximum (as in max-files) is reached, a file will be deleted for each file saved. |
|
Set the maximum number of data files to save. After the maximum is reached, a file will be deleted for each file saved. |
|
Set 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. |
|
Set the auto save frequency type to either time-step or crank-angle and set the corresponding frequency. |
Included in:
Parent |
Summary |
---|---|
Allows you to import and export several kinds of files. Files that are read include mesh, case, data, profile, Scheme, and journal files. Files that are written include case, data, profile, journal, and transcript files. |