copy_cell_zones_by_delta#
- class ansys.fluent.core.generated.solver.settings_251.copy_cell_zones_by_delta(name=None, parent=None)#
Bases:
Command
Copy cell zones by specifying an incremental translational or rotational offset.
- Parameters:
- cell_zones
List
Specify names or IDs of cell zones to be copied. If an empty list is given, all active cell zones will be copied.
- translatebool
Specify whether the copying is translational or rotational.
- ncopies
int
Specify how many copies to make.
- offset
List
Specify the components of the incremental offset vector for translational copying.
- origin
List
Specify the components of the origin vector for rotational copying.
- axis
List
Specify the components of the axis vector for rotational copying.
- angle
real
Specify the incremental angular offset for rotational copying.
- cell_zones
Arguments
Argument |
Summary |
---|---|
Specify names or IDs of cell zones to be copied. If an empty list is given, all active cell zones will be copied. |
|
Specify whether the copying is translational or rotational. |
|
Specify how many copies to make. |
|
Specify the components of the incremental offset vector for translational copying. |
|
Specify the components of the origin vector for rotational copying. |
|
Specify the components of the axis vector for rotational copying. |
|
Specify the incremental angular offset for rotational copying. |
Included in:
Parent |
Summary |
---|---|
Enter the modify zones menu. |