domains#

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

Bases: TUIMenu

Enters the domain menu.

Classes:

activate(service, version, mode, path)

Activates the specified domain for meshing or reporting operations.

create(service, version, mode, path)

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

create_by_cell_zone(service, version, mode, path)

Creates a new domain based on the specified cell zone.

create_by_point(service, version, mode, path)

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

delete(service, version, mode, path)

Deletes the specified domain.

draw(service, version, mode, path)

Displays the boundary face zones of the specified domain.

print(service, version, mode, path)

Prints the information for the specified domain.

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

Bases: TUIMethod

Activates the specified domain for meshing or reporting operations.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Creates a new domain based on the specified cell zone.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Deletes the specified domain.

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

Bases: TUIMethod

Displays the boundary face zones of the specified domain.

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

Bases: TUIMethod

Prints the information for the specified domain.