copy_cell_zones_by_delta#
- class ansys.fluent.core.generated.solver.settings_252.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
Names or IDs of cell zones to be copied. If an empty list is given, all active cell zones will be copied.
- translatebool
Specifies whether the copying is translational or rotational.
- ncopies
int
How many copies to make.
- offset
List
The components of the incremental offset vector for translational copying.
- origin
List
The components of the origin vector for rotational copying.
- axis
List
The components of the axis vector for rotational copying.
- angle
real
The incremental angular offset for rotational copying.
- cell_zones
Arguments
Argument |
Summary |
---|---|
Names or IDs of cell zones to be copied. If an empty list is given, all active cell zones will be copied. |
|
Specifies whether the copying is translational or rotational. |
|
How many copies to make. |
|
The components of the incremental offset vector for translational copying. |
|
The components of the origin vector for rotational copying. |
|
The components of the axis vector for rotational copying. |
|
The incremental angular offset for rotational copying. |
Included in:
Parent |
Summary |
---|---|
The modify zones object. |