domains#
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.
Activates the specified domain for meshing or reporting operations.
Creates a new domain based on the specified boundary face zones. Ensure valid boundary zones are specified; specifying invalid zones will generate an error.
Creates a new domain based on the specified cell zone.
Creates a new domain based on the specified The create-by-point option works only for cases with no overlapping face zones.
Deletes the specified domain.
Displays the boundary face zones of the specified domain.
Prints the information for the specified domain.