overset_interfaces#

class ansys.fluent.core.solver.tui_241.main_menu.define.overset_interfaces(service, version, mode, path)#

Bases: TUIMenu

Enters the overset interfaces menu.

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.

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.

class check(service, version, mode, path)#

Bases: TUIMethod

Checks the integrity of the overset interfaces. Reports orphan cells and errors in the domain connectivity.

class clear(service, version, mode, path)#

Bases: TUIMethod

Clears the domain connectivity of an overset interface. This text command is only available when define/overset-interfaces/options/expert? is set to yes.

class clear_all(service, version, mode, path)#

Bases: TUIMethod

Clears the domain connectivity of all overset interfaces. This text command is only available when define/overset-interfaces/options/expert? is set to yes.

class create(service, version, mode, path)#

Bases: TUIMethod

Creates an overset interface.

class debug_hole_cut(service, version, mode, path)#

Bases: TUIMethod

Debugging tool to troubleshoot hole cutting of overset interfaces. This text command is only available when define/overset-interfaces/options/expert? is set to yes.

class delete(service, version, mode, path)#

Bases: TUIMethod

Deletes an overset interface.

class delete_all(service, version, mode, path)#

Bases: TUIMethod

Deletes all overset interfaces in the domain.

class display_cells(service, version, mode, path)#

Bases: TUIMethod

Displays the overset cells marked using the text command define/overset-interfaces/mark-cells.

class fill_dci(service, version, mode, path)#

Bases: TUIMethod

Fill overset domain connectivity information (DCI).

class find_all_bounding_cells(service, version, mode, path)#

Bases: TUIMethod

Find bounding cells for all cell centroids.

class find_bounding_cell(service, version, mode, path)#

Bases: TUIMethod

Find bounding cell for given cell or search point.

class free_dci(service, version, mode, path)#

Bases: TUIMethod

Free overset domain connectivity information (DCI).

class grid_priorities(service, version, mode, path)#

Bases: TUIMethod

Allows you to specify grid priorities on background and component meshes, used in the overlap minimization of an overset interface.

class intersect(service, version, mode, path)#

Bases: TUIMethod

Executes 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.

class intersect_all(service, version, mode, path)#

Bases: TUIMethod

Executes 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.

class list(service, version, mode, path)#

Bases: TUIMethod

Lists information about the overset interfaces. The output depends on the overset verbosity setting.

class mark_cell_change(service, version, mode, path)#

Bases: TUIMethod

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. 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.

class mark_cells(service, version, mode, path)#

Bases: TUIMethod

Marks 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.

class read_dci_from_case(service, version, mode, path)#

Bases: TUIMethod

Read domain connectivity information (DCI) from case file.

class set_mark_bounds(service, version, mode, path)#

Bases: TUIMethod

Allows 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.

class update_from_dci(service, version, mode, path)#

Bases: TUIMethod

Update all overset intrfaces from stored domain connectivity information (DCI).

class write_cell_types(service, version, mode, path)#

Bases: TUIMethod

Write overset cell types into file.

class write_dci(service, version, mode, path)#

Bases: TUIMethod

Save domain connectivity information (DCI) to a text file.

class write_dci_to_case(service, version, mode, path)#

Bases: TUIMethod

Save domain connectivity information (DCI) to case file.