mesh_interfaces#

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

Bases: TUIMenu

Enters the mesh-interfaces menu.

Classes:

auto_options(path, service)

Enters the auto-options menu.

mapped_interface_options(path, service)

Enter the mapped-interface-options menu.

non_conformal_interface_numerics(path, service)

Setting non-conformal numerics options.

Methods:

auto_pairing(*args, **kwargs)

Automatically "pairs" some or all of the interface zones, in order to create mesh interfaces.

create(*args, **kwargs)

Creates mesh interfaces.

delete(*args, **kwargs)

Deletes a mesh interface.

delete_all(*args, **kwargs)

Deletes all mesh interfaces.

display(*args, **kwargs)

Displays the specified mesh interface zone.

edit(*args, **kwargs)

Edits attributes of existing mesh interfaces.

enable_si_with_nodes(*args, **kwargs)

Enable sliding interfaces with nodes.

enable_visualization_of_interfaces(*args, ...)

Enables/disables the filling of node coordinates on the zones of mesh interfaces, so that they can be displayed in the graphics window.

enforce_continuity_after_bc(*args, **kwargs)

Enables/disables continuity across the boundary condition interface for contour plots in postprocessing.

enforce_coupled_wall_between_solids(*args, ...)

Enables/disables automatic definition of solid-solid interfaces as coupled walls.

improve_quality(*args, **kwargs)

Checks the quality of all mapped interfaces.

list(*args, **kwargs)

Lists all mesh interfaces.

make_periodic(*args, **kwargs)

Make interface zones periodic.

make_phaselag_from_boundaries(*args, **kwargs)

Make interface zones phase lagged.

make_phaselag_from_periodic(*args, **kwargs)

Convert periodic interface to phase lagged.

non_overlapping_zone_name(*args, **kwargs)

Get non-overlapping zone name from the associated interface zone.

one_to_one_pairing(*args, **kwargs)

Use the default one-to-one interface creation method?.

remove_left_handed_interface_faces(*args, ...)

Removes left-handed faces (which can cause the mesh to be invalid) during mesh interface creation.

transfer_motion_across_interfaces(*args, ...)

Enables/disables the automatic transfer of motion across a mesh interface when only one side is moving as a result of user-defined or system coupling motion.

turbo_create(*args, **kwargs)

Creates a general turbo interface.

verbosity(*args, **kwargs)

Sets the mesh interface verbosity.

class auto_options(path, service)#

Bases: TUIMenu

Enters the auto-options menu. This menu is only available when the define/mesh-interfaces/one-to-one-pairing? text command is enabled.

Methods:

keep_empty_interface(*args, **kwargs)

Keep empty interfaces during one-to-one mesh interface creation.

naming_option(*args, **kwargs)

Specifies whether the name of each new one-to-one mesh interface (as well as existing mesh interfaces, if you so desire) has no additional suffix, or a suffix that includes the names of the associated boundary zones, the IDs of the associated boundary zones, or the names of the adjacent cell zones.

pairing_between_different_cell_zones_only(...)

Specifies whether the one-to-one mesh interfaces are only created between different cell zones.

pairing_between_interface_zones_only(*args, ...)

Pairing between interface zones only.

proximity_tolerance(*args, **kwargs)

Sets the tolerance used as part of the automatic grouping of zones to create mesh interfaces when the define/mesh-interfaces/one-to-one-pairing? text command is disabled.

set_default_name_prefix(*args, **kwargs)

Specifies the default interface name prefix used for one-to-one mesh interfaces.

set_one_to_one_pairing_tolerance(*args, **kwargs)

Enables/disables the use of adjustable tolerances to determine which of the selected boundary zones can be paired up to make the mesh interfaces, in order to account for gaps, thin layers, and/or complex geometries.

keep_empty_interface(*args, **kwargs)#

Keep empty interfaces during one-to-one mesh interface creation.

naming_option(*args, **kwargs)#

Specifies whether the name of each new one-to-one mesh interface (as well as existing mesh interfaces, if you so desire) has no additional suffix, or a suffix that includes the names of the associated boundary zones, the IDs of the associated boundary zones, or the names of the adjacent cell zones.

pairing_between_different_cell_zones_only(*args, **kwargs)#

Specifies whether the one-to-one mesh interfaces are only created between different cell zones.

pairing_between_interface_zones_only(*args, **kwargs)#

Pairing between interface zones only.

proximity_tolerance(*args, **kwargs)#

Sets the tolerance used as part of the automatic grouping of zones to create mesh interfaces when the define/mesh-interfaces/one-to-one-pairing? text command is disabled. The proximity tolerance is defined relative to the edge lengths in the interface zones, and can range from 0 to 1 (representing the minimum and maximum edge lengths, respectively).

set_default_name_prefix(*args, **kwargs)#

Specifies the default interface name prefix used for one-to-one mesh interfaces.

set_one_to_one_pairing_tolerance(*args, **kwargs)#

Enables/disables the use of adjustable tolerances to determine which of the selected boundary zones can be paired up to make the mesh interfaces, in order to account for gaps, thin layers, and/or complex geometries.

auto_pairing(*args, **kwargs)#

Automatically “pairs” some or all of the interface zones, in order to create mesh interfaces. This text command is only available when the define/mesh-interfaces/one-to-one-pairing? text command is disabled.

create(*args, **kwargs)#

Creates mesh interfaces.

delete(*args, **kwargs)#

Deletes a mesh interface.

delete_all(*args, **kwargs)#

Deletes all mesh interfaces.

display(*args, **kwargs)#

Displays the specified mesh interface zone.

edit(*args, **kwargs)#

Edits attributes of existing mesh interfaces. For one-to-one interfaces, you can edit the name; for many-to-many interfaces, you can edit the interface options and (for a single interface) the name and the list of interface zones assigned to the interface.

enable_si_with_nodes(*args, **kwargs)#

Enable sliding interfaces with nodes.

enable_visualization_of_interfaces(*args, **kwargs)#

Enables/disables the filling of node coordinates on the zones of mesh interfaces, so that they can be displayed in the graphics window.

enforce_continuity_after_bc(*args, **kwargs)#

Enables/disables continuity across the boundary condition interface for contour plots in postprocessing.

enforce_coupled_wall_between_solids(*args, **kwargs)#

Enables/disables automatic definition of solid-solid interfaces as coupled walls. By default this option is disabled and ANSYS Fluent creates interior boundaries at solid-solid interfaces.

improve_quality(*args, **kwargs)#

Checks the quality of all mapped interfaces. If Fluent finds any mapped interfaces that require improvement it will list them and ask you if you would like to increase the tolerance to improve the interfaces.

list(*args, **kwargs)#

Lists all mesh interfaces.

make_periodic(*args, **kwargs)#

Make interface zones periodic.

make_phaselag_from_boundaries(*args, **kwargs)#

Make interface zones phase lagged.

make_phaselag_from_periodic(*args, **kwargs)#

Convert periodic interface to phase lagged.

class mapped_interface_options(path, service)#

Bases: TUIMenu

Enter the mapped-interface-options menu.

Methods:

convert_to_mapped_interface(*args, **kwargs)

Convert non-conformal mesh interface to mapped mesh interfaces.

solution_controls(*args, **kwargs)

Specification of mapped frequency and under-relaxation factor for mapped interfaces.

tolerance(*args, **kwargs)

Specification of mapped interface tolerance.

convert_to_mapped_interface(*args, **kwargs)#

Convert non-conformal mesh interface to mapped mesh interfaces.

solution_controls(*args, **kwargs)#

Specification of mapped frequency and under-relaxation factor for mapped interfaces.

tolerance(*args, **kwargs)#

Specification of mapped interface tolerance.

class non_conformal_interface_numerics(path, service)#

Bases: TUIMenu

Setting non-conformal numerics options.

Methods:

change_numerics(*args, **kwargs)

Enable modified non-conformal interface numerics.

change_numerics(*args, **kwargs)#

Enable modified non-conformal interface numerics.

non_overlapping_zone_name(*args, **kwargs)#

Get non-overlapping zone name from the associated interface zone.

one_to_one_pairing(*args, **kwargs)#

Use the default one-to-one interface creation method?.

remove_left_handed_interface_faces(*args, **kwargs)#

Removes left-handed faces (which can cause the mesh to be invalid) during mesh interface creation.

transfer_motion_across_interfaces(*args, **kwargs)#

Enables/disables the automatic transfer of motion across a mesh interface when only one side is moving as a result of user-defined or system coupling motion. You can specify the method by which the motion is transferred: transfer-displacements (the default) interpolates nodal displacement from the active side of the interface to the passive side, and is recommended when there are gaps and/or penetrations in the mesh interface that must be maintained; project-nodes projects the passive nodes onto the faces of active side, and is recommended when the active side includes significant tangential motion (as only the normal displacement is effectively transferred in this method).

turbo_create(*args, **kwargs)#

Creates a general turbo interface. This text command is only available if the define/turbo-model/enable-turbo-model? text command is enabled.

verbosity(*args, **kwargs)#

Sets the mesh interface verbosity.