domains#

class ansys.fluent.core.meshing.tui_231.main_menu.mesh.domains(path, service)#

Bases: TUIMenu

Enters the domain menu.

Methods:

activate(*args, **kwargs)

Activates the specified domain for meshing or reporting operations.

create(*args, **kwargs)

Creates a new domain based on the specified boundary face zones.

create_by_cell_zone(*args, **kwargs)

Creates a new domain based on the specified cell zone.

create_by_point(*args, **kwargs)

Creates a new domain based on the specified The create-by-point option works only for cases with no overlapping face zones.

delete(*args, **kwargs)

Deletes the specified domain.

draw(*args, **kwargs)

Displays the boundary face zones of the specified domain.

print(*args, **kwargs)

Prints the information for the specified domain.

activate(*args, **kwargs)#

Activates the specified domain for meshing or reporting operations.

create(*args, **kwargs)#

Creates a new domain based on the specified boundary face zones. Ensure valid boundary zones are specified; specifying invalid zones will generate an error.

create_by_cell_zone(*args, **kwargs)#

Creates a new domain based on the specified cell zone.

create_by_point(*args, **kwargs)#

Creates a new domain based on the specified The create-by-point option works only for cases with no overlapping face zones.

delete(*args, **kwargs)#

Deletes the specified domain.

draw(*args, **kwargs)#

Displays the boundary face zones of the specified domain.

print(*args, **kwargs)#

Prints the information for the specified domain.