controls#

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

Bases: TUIMenu

Enters the structure controls menu.

Classes:

amg_stabilization(service, version, mode, path)

Sets the algebraic multigrid (AMG) stabilization method for the structural model calculations.

enhanced_strain(service, version, mode, path)

.

max_iter(service, version, mode, path)

Sets the maximum number of iterations for the structural model calculations.

numerical_damping_factor(service, version, ...)

Sets the damping factor for the structural model (that is, the amplitude decay factor in in the Theory Guide).

unsteady_damping_rayleigh(service, version, ...)

.

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

Bases: TUIMethod

Sets the algebraic multigrid (AMG) stabilization method for the structural model calculations.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Sets the maximum number of iterations for the structural model calculations.

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

Bases: TUIMethod

Sets the damping factor for the structural model (that is, the amplitude decay factor in in the Theory Guide).

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

Bases: TUIMethod

.