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_zonesList

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.

ncopiesint

Specify how many copies to make.

offsetList

Specify the components of the incremental offset vector for translational copying.

originList

Specify the components of the origin vector for rotational copying.

axisList

Specify the components of the axis vector for rotational copying.

anglereal

Specify the incremental angular offset for rotational copying.

Arguments

Argument

Summary

cell_zones

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

translate

Specify whether the copying is translational or rotational.

ncopies

Specify how many copies to make.

offset

Specify the components of the incremental offset vector for translational copying.

origin

Specify the components of the origin vector for rotational copying.

axis

Specify the components of the axis vector for rotational copying.

angle

Specify the incremental angular offset for rotational copying.

Included in:

Parent

Summary

modify_zones

Enter the modify zones menu.