copy_cell_zones_by_offsets#
- class ansys.fluent.core.generated.solver.settings_252.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
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.
- offsets
List
The components of each 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.
- angles
List
The angular offsets 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. |
|
The components of each offset vector for translational copying. |
|
The components of the origin vector for rotational copying. |
|
The components of the axis vector for rotational copying. |
|
The angular offsets for rotational copying. |
Included in:
Parent |
Summary |
---|---|
The modify zones object. |