create#
- class ansys.fluent.core.generated.solver.settings_261.create(name=None, parent=None)#
Bases:
CommandWithPositionalArgs
Create New solution animation Object.
- Parameters:
- name
str
Name of the solution animation you want to create.
- storage_dir
str
The directory where animation images are stored using either an absolute or relative (./) path to currently opened case directory.
- animate_on
str
A graphics object to animate. The images will be captured at the specified frequency.
- name
Arguments
Argument |
Summary |
---|---|
Name of the solution animation you want to create. |
|
The directory where animation images are stored using either an absolute or relative (./) path to currently opened case directory. |
|
A graphics object to animate. The images will be captured at the specified frequency. |
Included in:
Parent |
Summary |
---|---|
‘solution_animations’ child. |