overset_interfaces#
Bases:
TUIMenuEnters the overset interfaces menu.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
adapt(service, version, mode, path)Enters the overset adaption menu.
check(service, version, mode, path)Checks the integrity of the overset interfaces.
clear(service, version, mode, path)Clears the domain connectivity of an overset interface.
clear_all(service, version, mode, path)Clears the domain connectivity of all overset interfaces.
collar_meshes(service, version, mode, path)Enter the overset collar mesh menu.
create(service, version, mode, path)Creates an overset interface.
cut_control(service, version, mode, path)Enters the overset hole cut control menu.
debug_hole_cut(service, version, mode, path)Debugging tool to troubleshoot hole cutting of overset interfaces.
delete(service, version, mode, path)Deletes an overset interface.
delete_all(service, version, mode, path)Deletes all overset interfaces in the domain.
display_cells(service, version, mode, path)Displays the overset cells marked using the text command define/overset-interfaces/mark-cells.
fill_dci(service, version, mode, path)Fill overset domain connectivity information (DCI).
find_all_bounding_cells(service, version, ...)Find bounding cells for all cell centroids.
find_bounding_cell(service, version, mode, path)Find bounding cell for given cell or search point.
free_dci(service, version, mode, path)Free overset domain connectivity information (DCI).
grid_priorities(service, version, mode, path)Allows you to specify grid priorities on background and component meshes, used in the overlap minimization of an overset interface.
intersect(service, version, mode, path)Executes the hole cutting of an overset interface and establishes the domain connectivity.
intersect_all(service, version, mode, path)Executes hole cutting for all overset interfaces in the domain.
list(service, version, mode, path)Lists information about the overset interfaces.
mark_cell_change(service, version, mode, path)Marks cells that have undergone a specified overset cell type change (from solve,receptor, or dead to any other type) in the last time step.
mark_cells(service, version, mode, path)Marks the specified overset cells (solve, receptor, donor, orphan, or dead) and fills registers based on the markings.
options(service, version, mode, path)Enters the overset interface options menu.
read_dci_from_case(service, version, mode, path)Read domain connectivity information (DCI) from case file.
set_mark_bounds(service, version, mode, path)Allows you to set bounds so that any marking of cells is performed within a spherical region based on a specified origin and radius.
update_from_dci(service, version, mode, path)Update all overset intrfaces from stored domain connectivity information (DCI).
write_cell_types(service, version, mode, path)Write overset cell types into file.
write_dci(service, version, mode, path)Save domain connectivity information (DCI) to a text file.
write_dci_to_case(service, version, mode, path)Save domain connectivity information (DCI) to case file.
__init__ method of TUIMenu class.
Bases:
TUIMethodChecks the integrity of the overset interfaces. Reports orphan cells and errors in the domain connectivity.
Bases:
TUIMethodClears the domain connectivity of an overset interface. This text command is only available when define/overset-interfaces/options/expert? is set to yes.
Bases:
TUIMethodClears the domain connectivity of all overset interfaces. This text command is only available when define/overset-interfaces/options/expert? is set to yes.
Bases:
TUIMethodCreates an overset interface.
Bases:
TUIMethodDebugging tool to troubleshoot hole cutting of overset interfaces. This text command is only available when define/overset-interfaces/options/expert? is set to yes.
Bases:
TUIMethodDeletes an overset interface.
Bases:
TUIMethodDeletes all overset interfaces in the domain.
Bases:
TUIMethodDisplays the overset cells marked using the text command define/overset-interfaces/mark-cells.
Bases:
TUIMethodFill overset domain connectivity information (DCI).
Bases:
TUIMethodFind bounding cells for all cell centroids.
Bases:
TUIMethodFind bounding cell for given cell or search point.
Bases:
TUIMethodFree overset domain connectivity information (DCI).
Bases:
TUIMethodAllows you to specify grid priorities on background and component meshes, used in the overlap minimization of an overset interface.
Bases:
TUIMethodExecutes the hole cutting of an overset interface and establishes the domain connectivity. This text command is only available when define/overset-interfaces/options/expert? is set to yes.
Bases:
TUIMethodExecutes hole cutting for all overset interfaces in the domain. This text command is only available when define/overset-interfaces/options/expert? is set to yes.
Bases:
TUIMethodLists information about the overset interfaces. The output depends on the overset verbosity setting.
Bases:
TUIMethodMarks cells that have undergone a specified overset cell type change (from solve,receptor, or dead to any other type) in the last time step. Adaption registers are automatically filled based on these markings. This text command is only available for unsteady simulations and if define/overset-interfaces/options/expert? is set to yes.
Bases:
TUIMethodMarks the specified overset cells (solve, receptor, donor, orphan, or dead) and fills registers based on the markings. Display the marked cells via the text command define/overset-interfaces/display-cells.
Bases:
TUIMethodRead domain connectivity information (DCI) from case file.
Bases:
TUIMethodAllows you to set bounds so that any marking of cells is performed within a spherical region based on a specified origin and radius. This can be useful when diagnosing a local problem on a large mesh. This text command is only available if define/overset-interfaces/options/expert? is set to yes. After defining the bounds, you can then mark the cells using the define/overset-interfaces/mark-cell-change or define/overset-interfaces/mark-cells text command. To disable the bounds, enter a radius of 0.
Bases:
TUIMethodUpdate all overset intrfaces from stored domain connectivity information (DCI).
Bases:
TUIMethodWrite overset cell types into file.
Bases:
TUIMethodSave domain connectivity information (DCI) to a text file.
Bases:
TUIMethodSave domain connectivity information (DCI) to case file.