domains#
Bases:
TUIMenu
Enters 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:
TUIMethod
Activates the specified domain for meshing or reporting operations.
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.
Bases:
TUIMethod
Creates a new domain based on the specified cell zone.
Bases:
TUIMethod
Creates a new domain based on the specified The create-by-point option works only for cases with no overlapping face zones.
Bases:
TUIMethod
Deletes the specified domain.
Bases:
TUIMethod
Displays the boundary face zones of the specified domain.
Bases:
TUIMethod
Prints the information for the specified domain.