manage#

class ansys.fluent.core.generated.meshing.tui_261.main_menu.boundary.manage(service, version, mode, path)#

Bases: TUIMenu

Enter face zone menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

auto_delete_nodes(service, version, mode, path)

Automatically delete unused nodes after deleting faces.

change_prefix(service, version, mode, path)

Change the prefix for specified face zones.

change_suffix(service, version, mode, path)

Change the suffix for specified face zones.

copy(service, version, mode, path)

Copy all nodes and faces of specified face zones.

create(service, version, mode, path)

Create new face zone.

delete(service, version, mode, path)

Delete face zone, leaving nodes.

flip(service, version, mode, path)

Flip the orientation of all face normals on the face zone.

id(service, version, mode, path)

Give zone a new id number.

list(service, version, mode, path)

List boundary face zones.

merge(service, version, mode, path)

Merge two or more face zones.

name(service, version, mode, path)

Give zone a new name.

orient(service, version, mode, path)

Consistently orient zones.

origin(service, version, mode, path)

Set the origin of the mesh coordinates.

remove_suffix(service, version, mode, path)

Remove the leftmost ':' and the characters after it in the face zone names.

rotate(service, version, mode, path)

Rotate all nodes of specified face zones.

rotate_model(service, version, mode, path)

Rotate all nodes.

scale(service, version, mode, path)

Scale all nodes of specified face zones.

scale_model(service, version, mode, path)

Scale all nodes.

translate(service, version, mode, path)

Translate all nodes of specified face zones.

translate_model(service, version, mode, path)

Translate all nodes.

type(service, version, mode, path)

Change face zone type.

user_defined_groups(service, version, mode, path)

Collect boundary zones to form logical groups.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

class auto_delete_nodes(service, version, mode, path)#

Bases: TUIMethod

Automatically delete unused nodes after deleting faces.

class change_prefix(service, version, mode, path)#

Bases: TUIMethod

Change the prefix for specified face zones.

class change_suffix(service, version, mode, path)#

Bases: TUIMethod

Change the suffix for specified face zones.

class copy(service, version, mode, path)#

Bases: TUIMethod

Copy all nodes and faces of specified face zones.

class create(service, version, mode, path)#

Bases: TUIMethod

Create new face zone.

class delete(service, version, mode, path)#

Bases: TUIMethod

Delete face zone, leaving nodes.

class flip(service, version, mode, path)#

Bases: TUIMethod

Flip the orientation of all face normals on the face zone.

class id(service, version, mode, path)#

Bases: TUIMethod

Give zone a new id number.

class list(service, version, mode, path)#

Bases: TUIMethod

List boundary face zones.

class merge(service, version, mode, path)#

Bases: TUIMethod

Merge two or more face zones.

class name(service, version, mode, path)#

Bases: TUIMethod

Give zone a new name.

class orient(service, version, mode, path)#

Bases: TUIMethod

Consistently orient zones.

class origin(service, version, mode, path)#

Bases: TUIMethod

Set the origin of the mesh coordinates.

class remove_suffix(service, version, mode, path)#

Bases: TUIMethod

Remove the leftmost ‘:’ and the characters after it in the face zone names.

class rotate(service, version, mode, path)#

Bases: TUIMethod

Rotate all nodes of specified face zones.

class rotate_model(service, version, mode, path)#

Bases: TUIMethod

Rotate all nodes.

class scale(service, version, mode, path)#

Bases: TUIMethod

Scale all nodes of specified face zones.

class scale_model(service, version, mode, path)#

Bases: TUIMethod

Scale all nodes.

class translate(service, version, mode, path)#

Bases: TUIMethod

Translate all nodes of specified face zones.

class translate_model(service, version, mode, path)#

Bases: TUIMethod

Translate all nodes.

class type(service, version, mode, path)#

Bases: TUIMethod

Change face zone type.