domains#

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

Bases: TUIMenu

Enter domains menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

activate(service, version, mode, path)

Activate the domain for subsequent meshing operations.

create(service, version, mode, path)

Create a new domain by specifying the boundary face zones.

create_by_cell_zone(service, version, mode, path)

Create new domain using cell zones.

create_by_point(service, version, mode, path)

Create new domain using material point.

delete(service, version, mode, path)

Delete the specified domain.

draw(service, version, mode, path)

Draw the boundary face zones of the domain.

print(service, version, mode, path)

Print domain content.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Activate the domain for subsequent meshing operations. .

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

Bases: TUIMethod

Create a new domain by specifying the boundary face zones. .

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

Bases: TUIMethod

Create new domain using cell zones. .

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

Bases: TUIMethod

Create new domain using material point. .

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

Bases: TUIMethod

Delete the specified domain. .

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

Bases: TUIMethod

Draw the boundary face zones of the domain. .

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

Bases: TUIMethod

Print domain content. .