six_dof_parameters#

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

Bases: TUIMenu

Enters the dynamic mesh six degrees of freedom (DOF) solver menu.

Classes:

create_properties(service, version, mode, path)

Creates/edits a set of six DOF properties for rigid body motion.

delete_properties(service, version, mode, path)

Deletes a set of six DOF properties for rigid body motion.

list_properties(service, version, mode, path)

Prints summaries of the existing sets of six DOF properties for rigid body motion.

motion_history(service, version, mode, path)

Enables/disables writing position/orientation of six DOF zones to file.

motion_history_file_name(service, version, ...)

Specifies the name and location of the six DOF motion history file.

second_order(service, version, mode, path)

Enables/disables the second order six degrees of freedom solver.

x_component_of_gravity(service, version, ...)

Specifies x-component of gravity.

y_component_of_gravity(service, version, ...)

Specifies y-component of gravity.

z_component_of_gravity(service, version, ...)

Specifies z-component of gravity.

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

Bases: TUIMethod

Creates/edits a set of six DOF properties for rigid body motion.

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

Bases: TUIMethod

Deletes a set of six DOF properties for rigid body motion.

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

Bases: TUIMethod

Prints summaries of the existing sets of six DOF properties for rigid body motion.

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

Bases: TUIMethod

Enables/disables writing position/orientation of six DOF zones to file.

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

Bases: TUIMethod

Specifies the name and location of the six DOF motion history file.

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

Bases: TUIMethod

Enables/disables the second order six degrees of freedom solver.

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

Bases: TUIMethod

Specifies x-component of gravity.

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

Bases: TUIMethod

Specifies y-component of gravity.

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

Bases: TUIMethod

Specifies z-component of gravity.