meshing.tui.mesh.domains#

class main_menu.mesh.domains(path, service)#

Enters the domain menu.

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.