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_zonesList

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.

ncopiesint

How many copies to make.

offsetList

The components of the incremental offset vector for translational copying.

originList

The components of the origin vector for rotational copying.

axisList

The components of the axis vector for rotational copying.

anglereal

The incremental angular offset for rotational copying.

Arguments

Argument

Summary

cell_zones

Names or IDs of cell zones to be copied. If an empty list is given, all active cell zones will be copied.

translate

Specifies whether the copying is translational or rotational.

ncopies

How many copies to make.

offset

The components of the incremental offset vector for translational copying.

origin

The components of the origin vector for rotational copying.

axis

The components of the axis vector for rotational copying.

angle

The incremental angular offset for rotational copying.

Included in:

Parent

Summary

modify_zones

The modify zones object.