advanced_options#

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

Bases: TUIMenu

Enters the advanced options menu for the gap model.

Classes:

alternative_marking(service, version, mode, path)

Mark gap regions using an alternative marking algorithm.

cell_check_distance_factor(service, version, ...)

Enter value of the cell distance factor.

check_cfl_condition(service, version, mode, path)

Enables/disables the printing of warnings if the time step size is too large based on a Courant (CFL) number automatically determined for your specified solution stability level.

clear_gap_regions(service, version, mode, path)

Clear gap model solution information and marks.

enhanced_data_interpolation(service, ...)

Enables/disables the use of enhanced data interpolation when updating information in gap regions.

expert(service, version, mode, path)

Enables/disables access to expert-level text commands for the gap model.

extend_gap_regions(service, version, mode, path)

Enables/disables the extending of the gap regions by including additional cells in the vicinity of the gap interfaces during marking.

fill_data_in_gap_regions(service, version, ...)

Enables/disables the interpolation of solution data throughout the gap regions.

flow_blocking_stabilization_parameters(...)

Adjust stabilization settings for the sponge layer used for blocked gap regions.

include_coupled_walls(service, version, ...)

Include coupled walls in gap face zones.

precise_gap_marking(service, version, mode, path)

Enables/disables the use of a more accurate search algorithm for marking cells in gap regions.

reduce_gap_regions(service, version, mode, path)

Enables/disables a more restrictive algorithm for marking cells in gap regions.

render_flow_modeling_gaps(service, version, ...)

Enables/disables the rendering of the solution in the cells of flow-modeling gap regions during postprocessing.

render_gap_interface(service, version, mode, ...)

Enables/disables the rendering of the mesh surfaces inside the gap regions when displaying the mesh with contours.

revert_controls_to_default(service, version, ...)

Reverts the global gap stabilization level and any related solver settings to the default.

solution_stabilization(service, version, ...)

Sets the global solution stabilization level for the gap regions.

sponge_layer(service, version, mode, path)

Allows you to edit the solution stabilization settings for flow-modeling gap regions that have sponge-layer local stabilization enabled.

update_gap_regions(service, version, mode, path)

Update gap regions and gap model solution information.

verbosity(service, version, mode, path)

Sets the verbosity for messages printed in the console related to the gap model.

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

Bases: TUIMethod

Mark gap regions using an alternative marking algorithm.

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

Bases: TUIMethod

Enter value of the cell distance factor.

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

Bases: TUIMethod

Enables/disables the printing of warnings if the time step size is too large based on a Courant (CFL) number automatically determined for your specified solution stability level.

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

Bases: TUIMethod

Clear gap model solution information and marks.

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

Bases: TUIMethod

Enables/disables the use of enhanced data interpolation when updating information in gap regions. This text command is only available if you have enabled the define/gap-model/advanced-options/expert? text command.

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

Bases: TUIMethod

Enables/disables access to expert-level text commands for the gap model.

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

Bases: TUIMethod

Enables/disables the extending of the gap regions by including additional cells in the vicinity of the gap interfaces during marking. This is useful when the default shape of the marked cells is negatively affecting solution stability or convergence behavior.

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

Bases: TUIMethod

Enables/disables the interpolation of solution data throughout the gap regions. This text command is only available if you have enabled the define/gap-model/advanced-options/expert? text command.

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

Bases: TUIMethod

Adjust stabilization settings for the sponge layer used for blocked gap regions.

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

Bases: TUIMethod

Include coupled walls in gap face zones.

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

Bases: TUIMethod

Enables/disables the use of a more accurate search algorithm for marking cells in gap regions. Note that it can be costly, particularly for 3D cases or those with a large number of cells inside the gap regions. This text command is only available if you have enabled the define/gap-model/advanced-options/expert? text command.

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

Bases: TUIMethod

Enables/disables a more restrictive algorithm for marking cells in gap regions. This text command is only available if you have enabled the define/gap-model/advanced-options/expert? text command.

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

Bases: TUIMethod

Enables/disables the rendering of the solution in the cells of flow-modeling gap regions during postprocessing. This text command is only available if you have enabled the define/gap-model/advanced-options/expert? text command.

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

Bases: TUIMethod

Enables/disables the rendering of the mesh surfaces inside the gap regions when displaying the mesh with contours. Note that the solution is still not rendered inside the flow-blocking gap regions.

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

Bases: TUIMethod

Reverts the global gap stabilization level and any related solver settings to the default.

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

Bases: TUIMethod

Sets the global solution stabilization level for the gap regions.

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

Bases: TUIMethod

Allows you to edit the solution stabilization settings for flow-modeling gap regions that have sponge-layer local stabilization enabled.

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

Bases: TUIMethod

Update gap regions and gap model solution information.

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

Bases: TUIMethod

Sets the verbosity for messages printed in the console related to the gap model.