copy_cell_zones_by_offsets#
- class ansys.fluent.core.generated.solver.settings_251.copy_cell_zones_by_offsets(name=None, parent=None)#
Bases:
Command
Copy cell zones by specifying absolute translational or rotational offsets.
- 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.
- offsets
List
Specify the components of each 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.
- angles
List
Specify the angular offsets 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 the components of each 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 angular offsets for rotational copying. |
Included in:
Parent |
Summary |
---|---|
Enter the modify zones menu. |