implicit_update_parameters#

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

Bases: TUIMenu

Enters the dynamic mesh implicit update menu. This text command is only available when you enable implicit mesh updating using the prompts of the define/dynamic-mesh/dynamic-mesh? text command.

Classes:

motion_relaxation(service, version, mode, path)

Specifies a value (within the range of 0 to 1) for the motion relaxation, which is applied during the implicit mesh update.

residual_criteria(service, version, mode, path)

Specifies the relative residual threshold that is used to check the motion convergence during the implicit mesh update.

update_interval(service, version, mode, path)

Specifies the update interval (that is, the frequency in iterations) at which the mesh is updated within a time step.

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

Bases: TUIMethod

Specifies a value (within the range of 0 to 1) for the motion relaxation, which is applied during the implicit mesh update.

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

Bases: TUIMethod

Specifies the relative residual threshold that is used to check the motion convergence during the implicit mesh update.

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

Bases: TUIMethod

Specifies the update interval (that is, the frequency in iterations) at which the mesh is updated within a time step.