domains#
Bases:
TUIMenuEnter domains menu.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
activate(service, version, mode, path)Activate the domain for subsequent meshing operations.
create(service, version, mode, path)Create a new domain by specifying the boundary face zones.
create_by_cell_zone(service, version, mode, path)Create new domain using cell zones.
create_by_point(service, version, mode, path)Create new domain using material point.
delete(service, version, mode, path)Delete the specified domain.
draw(service, version, mode, path)Draw the boundary face zones of the domain.
print(service, version, mode, path)Print domain content.
__init__ method of TUIMenu class.
Bases:
TUIMethodActivate the domain for subsequent meshing operations. .
Bases:
TUIMethodCreate a new domain by specifying the boundary face zones. .
Bases:
TUIMethodCreate new domain using cell zones. .
Bases:
TUIMethodCreate new domain using material point. .
Bases:
TUIMethodDelete the specified domain. .
Bases:
TUIMethodDraw the boundary face zones of the domain. .
Bases:
TUIMethodPrint domain content. .