set#

class ansys.fluent.core.generated.solver.tui_242.main_menu.define.overset_interfaces.adapt.set(service, version, mode, path)#

Bases: TUIMenu

Enters the overset adaption set menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

adaption_sweeps(service, version, mode, path)

Sets the number of rounds of adaption applied during each adaption cycle.

automatic(service, version, mode, path)

Enable the option to automatically adapt overset meshes during solution update.

buffer_layers(service, version, mode, path)

Sets the number of cell layers marked in addition to the cells marked for orphan adaption.

gap_resolution(service, version, mode, path)

Set the target (minimum) gap resolution used when marking cells for gap adaption.

length_ratio_max(service, version, mode, path)

Sets the length scale ratio threshold used to determine which cells are marked for adaption based on donor-receptor cell size differences.

mark_coarsening(service, version, mode, path)

Enables/disables the option to coarsen the mesh if mesh refinement is no longer needed.

mark_fixed_orphans(service, version, mode, path)

Enables/disables the option to also adapt based on cells that are not actual orphans because they were fixed by accepting neighbor donors.

mark_gaps(service, version, mode, path)

Enable the option to adapt underresolved gaps.

mark_orphans(service, version, mode, path)

Enables/disables the option to adapt for orphan reduction.

mark_size(service, version, mode, path)

Enables/disables the option to adapt based on donor-receptor cell size differences.

maximum_refinement_level(service, version, ...)

Sets the maximum level of refinement during overset adaption, in conjunction with the value set using the mesh/adapt/set/maximum-refinement-level text command (the larger of the two values is used).

prismatic(service, version, mode, path)

Enable the option to use anisotropic adaption in prismatic cells.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Sets the number of rounds of adaption applied during each adaption cycle.

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

Bases: TUIMethod

Enable the option to automatically adapt overset meshes during solution update.

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

Bases: TUIMethod

Sets the number of cell layers marked in addition to the cells marked for orphan adaption.

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

Bases: TUIMethod

Set the target (minimum) gap resolution used when marking cells for gap adaption.

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

Bases: TUIMethod

Sets the length scale ratio threshold used to determine which cells are marked for adaption based on donor-receptor cell size differences.

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

Bases: TUIMethod

Enables/disables the option to coarsen the mesh if mesh refinement is no longer needed. This option is enabled by default.

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

Bases: TUIMethod

Enables/disables the option to also adapt based on cells that are not actual orphans because they were fixed by accepting neighbor donors. This option is only applied if define/overset-interfaces/adapt/set/mark-orphans? is enabled.

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

Bases: TUIMethod

Enable the option to adapt underresolved gaps.

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

Bases: TUIMethod

Enables/disables the option to adapt for orphan reduction.

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

Bases: TUIMethod

Enables/disables the option to adapt based on donor-receptor cell size differences.

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

Bases: TUIMethod

Sets the maximum level of refinement during overset adaption, in conjunction with the value set using the mesh/adapt/set/maximum-refinement-level text command (the larger of the two values is used).

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

Bases: TUIMethod

Enable the option to use anisotropic adaption in prismatic cells.