gap_model#

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

Bases: TUIMenu

Enters the gap model menu, where you can define one or more gap regions where the flow is blocked or decelerated when face zones move within a specified proximity threshold of each other.

Classes:

advanced_options(service, version, mode, path)

Enters the advanced options menu for the gap model.

create(service, version, mode, path)

Creates a single gap region, so that when selected face zones move within a specified proximity threshold of each other, flow blockage / deceleration is applied to the cells that lie within the threshold.

delete(service, version, mode, path)

Deletes an existing gap region.

delete_all(service, version, mode, path)

Deletes all of the existing gap regions.

edit(service, version, mode, path)

Edits an existing gap region.

enable(service, version, mode, path)

Enables/disables the gap model.

list_gap_cell_zones(service, version, mode, path)

Lists the names of the cell zones that can be excluded for individual gap regions (so that such cells are not marked for flow blockage / deceleration).

list_gap_face_zones(service, version, mode, path)

Lists the names of the face zones that can be used for creating gap regions.

list_gap_regions(service, version, mode, path)

Lists the properties of the gap regions.

render_gap_regions(service, version, mode, path)

Update gap regions for postprocessing.

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

Bases: TUIMethod

Creates a single gap region, so that when selected face zones move within a specified proximity threshold of each other, flow blockage / deceleration is applied to the cells that lie within the threshold.

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

Bases: TUIMethod

Deletes an existing gap region.

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

Bases: TUIMethod

Deletes all of the existing gap regions.

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

Bases: TUIMethod

Edits an existing gap region.

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

Bases: TUIMethod

Enables/disables the gap model.

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

Bases: TUIMethod

Lists the names of the cell zones that can be excluded for individual gap regions (so that such cells are not marked for flow blockage / deceleration).

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

Bases: TUIMethod

Lists the names of the face zones that can be used for creating gap regions.

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

Bases: TUIMethod

Lists the properties of the gap regions.

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

Bases: TUIMethod

Update gap regions for postprocessing.