gap_model#
Bases:
TUIMenuEnters 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.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
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.
__init__ method of TUIMenu class.
Bases:
TUIMethodCreates 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.
Bases:
TUIMethodDeletes an existing gap region.
Bases:
TUIMethodDeletes all of the existing gap regions.
Bases:
TUIMethodEdits an existing gap region.
Bases:
TUIMethodEnables/disables the gap model.
Bases:
TUIMethodLists 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).
Bases:
TUIMethodLists the names of the face zones that can be used for creating gap regions.
Bases:
TUIMethodLists the properties of the gap regions.
Bases:
TUIMethodUpdate gap regions for postprocessing.