structure#

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

Bases: TUIMenu

Enters the structure model menu.

Classes:

controls(path, service)

Enters the structure controls menu.

expert(path, service)

Enters the structure expert menu.

Methods:

linear_elasticity(*args, **kwargs)

Enables the linear elasticity model.

nonlinear_elasticity(*args, **kwargs)

Enable the nonlinear elasticity model.

structure_off(*args, **kwargs)

Disables the structural model.

thermal_effects(*args, **kwargs)

Enable structure thermal effects.

class controls(path, service)#

Bases: TUIMenu

Enters the structure controls menu.

Methods:

amg_stabilization(*args, **kwargs)

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

enhanced_strain(*args, **kwargs)

Enable enhanced strain element.

max_iter(*args, **kwargs)

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

numerical_damping_factor(*args, **kwargs)

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

unsteady_damping_rayleigh(*args, **kwargs)

Enable/disable Newmark unsteady solution model.

amg_stabilization(*args, **kwargs)#

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

enhanced_strain(*args, **kwargs)#

Enable enhanced strain element.

max_iter(*args, **kwargs)#

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

numerical_damping_factor(*args, **kwargs)#

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

unsteady_damping_rayleigh(*args, **kwargs)#

Enable/disable Newmark unsteady solution model.

class expert(path, service)#

Bases: TUIMenu

Enters the structure expert menu.

Methods:

explicit_fsi_force(*args, **kwargs)

Enables/disables an explicit fluid-structure interaction force.

include_pop_in_fsi_force(*args, **kwargs)

Enables/disables the inclusion of operating pressure into the fluid-structure interaction force.

include_viscous_fsi_force(*args, **kwargs)

Enables/disables the inclusion of a viscous fluid-structure interaction force.

starting_t_re_initialization(*args, **kwargs)

Set starting T-field re-initialization method.

steady_2way_fsi(*args, **kwargs)

Enable steady 2-way fsi workflow.

explicit_fsi_force(*args, **kwargs)#

Enables/disables an explicit fluid-structure interaction force.

include_pop_in_fsi_force(*args, **kwargs)#

Enables/disables the inclusion of operating pressure into the fluid-structure interaction force.

include_viscous_fsi_force(*args, **kwargs)#

Enables/disables the inclusion of a viscous fluid-structure interaction force.

starting_t_re_initialization(*args, **kwargs)#

Set starting T-field re-initialization method.

steady_2way_fsi(*args, **kwargs)#

Enable steady 2-way fsi workflow.

linear_elasticity(*args, **kwargs)#

Enables the linear elasticity model.

nonlinear_elasticity(*args, **kwargs)#

Enable the nonlinear elasticity model.

structure_off(*args, **kwargs)#

Disables the structural model.

thermal_effects(*args, **kwargs)#

Enable structure thermal effects.