structure#

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

Bases: TUIMenu

Enters the structure model menu.

Classes:

controls(service, version, mode, path)

Enters the structure controls menu.

expert(service, version, mode, path)

Enters the structure expert menu.

linear_elasticity(service, version, mode, path)

Enables the linear elasticity model.

nonlinear_elasticity(service, version, mode, ...)

Enable the nonlinear elasticity model.

structure_off(service, version, mode, path)

Disables the structural model.

thermal_effects(service, version, mode, path)

.

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

Bases: TUIMethod

Enables the linear elasticity model.

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

Bases: TUIMethod

Enable the nonlinear elasticity model.

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

Bases: TUIMethod

Disables the structural model.

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

Bases: TUIMethod

.