options#

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

Bases: TUIMenu

Enters the overset interface options menu.

Classes:

auto_create(service, version, mode, path)

Enables the automatic creation of a default overset interface during initialization or mesh motion update.

dead_cell_update(service, version, mode, path)

Enables/disables the updating of dead cells during the solution process, which may be helpful for some moving and dynamic mesh simulations (though at the cost of solver performance).

donor_priority_method(service, version, ...)

Allows you to specify whether the cell donor priority used in the overlap minimization of an overset interface is inversely proportional to either the cell size or the distance to the nearest boundary.

expert(service, version, mode, path)

Enables / disables overset-related expert tools.

mesh_interfaces(service, version, mode, path)

Allows the inclusion of non-conformal mesh interfaces inside overset cell zones, as long as the mesh interfaces do not spatially overlap with the cells where the overset interfaces lie.

minimize_overlap(service, version, mode, path)

Allows you to disable overlap minimization during hole cutting.

modified_donor_search(service, version, ...)

Enables / disables modified donor search parameters.

modified_hole_cutting(service, version, ...)

Enables / disables modified hole cutting parameters.

node_connected_donors(service, version, ...)

Allows you to switch between face or node connected donor cells.

overlap_boundaries(service, version, mode, path)

Allows you to disable the detection of overlapping boundaries during hole cutting, in order to reduce the computational expense for cases that do not include such boundaries.

parallel(service, version, mode, path)

Allows you to select the algorithm used for overset parallel processing.

partial_cut_faces(service, version, mode, path)

Enables/disables enhanced hole cutting, where partially overlapping cut faces are decomposed into overlapping and non-overlapping fractions, and only the non-overlapping fractions participate in the hole cutting.

render_receptor_cells(service, version, ...)

Allows you to enable visualization of receptor cells in contour and mesh displays.

solve_island_removal(service, version, mode, ...)

Sets the method used to control the removal of isolated patches of solve cells.

transient_caching(service, version, mode, path)

Sets the options to control caching of entities in transient overset simulations.

update_before_case_write(service, version, ...)

Enables/disables the updating of the overset interfaces before writing a case file in the Common Fluids Format (CFF).

verbosity(service, version, mode, path)

Specifies the level of detail printed in the console about overset interfaces.

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

Bases: TUIMethod

Enables the automatic creation of a default overset interface during initialization or mesh motion update.

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

Bases: TUIMethod

Enables/disables the updating of dead cells during the solution process, which may be helpful for some moving and dynamic mesh simulations (though at the cost of solver performance). You can enter the number of layers of dead cells adjacent to the receptor cells that you want updated, or enter -1 to request that all dead cells are updated. This text command is only available for transient simulations when define/overset-interfaces/options/expert? is set to yes.

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

Bases: TUIMethod

Allows you to specify whether the cell donor priority used in the overlap minimization of an overset interface is inversely proportional to either the cell size or the distance to the nearest boundary.

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

Bases: TUIMethod

Enables / disables overset-related expert tools.

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

Bases: TUIMethod

Allows the inclusion of non-conformal mesh interfaces inside overset cell zones, as long as the mesh interfaces do not spatially overlap with the cells where the overset interfaces lie.

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

Bases: TUIMethod

Allows you to disable overlap minimization during hole cutting.

Bases: TUIMethod

Enables / disables modified donor search parameters. When enabled, these parameters result in a more extended donor search, which can be helpful for meshes with orphans. This text command is only available when define/overset-interfaces/options/expert? is set to yes.

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

Bases: TUIMethod

Enables / disables modified hole cutting parameters. When enabled, the parameters used can help avoid dead cell zones that result from a hole cutting failure. This text command is only available when define/overset-interfaces/options/expert? is set to yes.

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

Bases: TUIMethod

Allows you to switch between face or node connected donor cells. This text command is only available when define/overset-interfaces/options/expert? is set to yes.

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

Bases: TUIMethod

Allows you to disable the detection of overlapping boundaries during hole cutting, in order to reduce the computational expense for cases that do not include such boundaries. When enabled, this text command also allows you to specify which boundary zones should be considered when detecting overlapping boundaries; this can be helpful when the default hole cutting process fails.

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

Bases: TUIMethod

Allows you to select the algorithm used for overset parallel processing. You can select from the default cell exchange model or the local cell zone replication model; the cell exchange model should require less memory and may result in faster calculations.

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

Bases: TUIMethod

Enables/disables enhanced hole cutting, where partially overlapping cut faces are decomposed into overlapping and non-overlapping fractions, and only the non-overlapping fractions participate in the hole cutting. This can help avoid the situation where a region or cell zone is erroneously identified as dead because of leakage during flood filling, even though it has overlapping boundaries that match well. When this text command is disabled, the partially overlapping faces are entirely protected from cutting.

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

Bases: TUIMethod

Allows you to enable visualization of receptor cells in contour and mesh displays.

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

Bases: TUIMethod

Sets the method used to control the removal of isolated patches of solve cells. This text command is only available when define/overset-interfaces/options/expert? is set to yes.

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

Bases: TUIMethod

Sets the options to control caching of entities in transient overset simulations. This text command is only available when define/overset-interfaces/options/expert? is set to yes.

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

Bases: TUIMethod

Enables/disables the updating of the overset interfaces before writing a case file in the Common Fluids Format (CFF). This text command is only available when define/overset-interfaces/options/expert? is set to yes.

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

Bases: TUIMethod

Specifies the level of detail printed in the console about overset interfaces.