copy_move_cell_zone#

class ansys.fluent.core.generated.solver.settings_261.copy_move_cell_zone(name=None, parent=None)#

Bases: Command

Copy and translate or rotate a cell zone.

Parameters:
cell_zone_namestr

The cell zone name.

translatebool

Specifies whether copied zone should be translated (#t) or rotated (#f).

rotation_anglereal

Sets the rotation angle for copying or moving a cell zone.

offsetList

Specifies the translation offset vector for copying or moving a cell zone.

axisList

Specifies the axis vector for rotation when copying or moving a cell zone.

Arguments

Argument

Summary

cell_zone_name

The cell zone name.

translate

Specifies whether copied zone should be translated (#t) or rotated (#f).

rotation_angle

Sets the rotation angle for copying or moving a cell zone.

offset

Specifies the translation offset vector for copying or moving a cell zone.

axis

Specifies the axis vector for rotation when copying or moving a cell zone.

Included in:

Parent

Summary

modify_zones

The modify zones object.