domains#
Bases:
TUIMenuEnters the domain menu.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
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.
__init__ method of TUIMenu class.
Bases:
TUIMethodActivates the specified domain for meshing or reporting operations.
Bases:
TUIMethodCreates a new domain based on the specified boundary face zones. Ensure valid boundary zones are specified; specifying invalid zones will generate an error.
Bases:
TUIMethodCreates a new domain based on the specified cell zone.
Bases:
TUIMethodCreates a new domain based on the specified The create-by-point option works only for cases with no overlapping face zones.
Bases:
TUIMethodDeletes the specified domain.
Bases:
TUIMethodDisplays the boundary face zones of the specified domain.
Bases:
TUIMethodPrints the information for the specified domain.