structure#

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

Bases: TUIMenu

Enter the structure model menu.

Classes:

controls(path, service)

Enter the structure controls menu.

expert(path, service)

Enter the structure expert menu.

Methods:

linear_elasticity(*args, **kwargs)

Enable the linear elasticity model.

nonlinear_elasticity(*args, **kwargs)

Enable the nonlinear elasticity model.

structure_off(*args, **kwargs)

Disable the structural model.

thermal_effects(*args, **kwargs)

Enable structure thermal effects.

class controls(path, service)#

Bases: TUIMenu

Enter the structure controls menu.

Methods:

amg_stabilization(*args, **kwargs)

Set the AMG stabilization method for structural solver.

enhanced_strain(*args, **kwargs)

Enable enhanced strain element.

max_iter(*args, **kwargs)

Set the maximum number of iterations for structural solver.

numerical_damping_factor(*args, **kwargs)

Set structure damping parameters.

unsteady_damping_rayleigh(*args, **kwargs)

Enable/disable Newmark unsteady solution model.

amg_stabilization(*args, **kwargs)#

Set the AMG stabilization method for structural solver.

enhanced_strain(*args, **kwargs)#

Enable enhanced strain element.

max_iter(*args, **kwargs)#

Set the maximum number of iterations for structural solver.

numerical_damping_factor(*args, **kwargs)#

Set structure damping parameters.

unsteady_damping_rayleigh(*args, **kwargs)#

Enable/disable Newmark unsteady solution model.

class expert(path, service)#

Bases: TUIMenu

Enter the structure expert menu.

Methods:

explicit_fsi_force(*args, **kwargs)

Enable explicit fsi force.

include_pop_in_fsi_force(*args, **kwargs)

Enable inclusion of operating p into fsi force.

include_viscous_fsi_force(*args, **kwargs)

Enable inclusion of viscous fsi 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)#

Enable explicit fsi force.

include_pop_in_fsi_force(*args, **kwargs)#

Enable inclusion of operating p into fsi force.

include_viscous_fsi_force(*args, **kwargs)#

Enable inclusion of viscous fsi 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)#

Enable the linear elasticity model.

nonlinear_elasticity(*args, **kwargs)#

Enable the nonlinear elasticity model.

structure_off(*args, **kwargs)#

Disable the structural model.

thermal_effects(*args, **kwargs)#

Enable structure thermal effects.