update_boundaries#

class ansys.fluent.core.generated.datamodel_261.meshing_workflow.Root.application.update_boundaries(service, rules, command, path=None)#

Bases: PyCommand

Use the table to review a summary of all of your defined boundaries, and their assigned types, and make revisions as needed. Rename a boundary by double-clicking its name in the list and providing another name. Reassign the type for a specific boundary by clicking the type designation and using the drop-down menu that appears. More…

Parameters:
mesh_objectstr
selection_typestr

Choose how boundaries are displayed in the table.

boundary_label_listlist[str]
boundary_label_type_listlist[str]
boundary_zone_listlist[str]
boundary_zone_type_listlist[str]
old_boundary_label_listlist[str]
old_boundary_label_type_listlist[str]
old_boundary_zone_listlist[str]
old_boundary_zone_type_listlist[str]
old_label_zone_listlist[str]
list_all_boundaries_togglebool

View more boundaries in the table, such as fluid-fluid internal boundaries, in addition to external boundaries.

zone_locationlist[str]
topology_listlist[str]
topology_type_listlist[str]
old_topology_listlist[str]
old_topology_type_listlist[str]
topology_body_listlist[str]
boundary_current_listlist[str]
boundary_current_type_listlist[str]
boundary_allowed_type_listlist[str]
Returns:
bool

Methods:

create_instance()

Create an operation instance.

__init__(service, rules, command, path=None)#

__init__ method of PyCommand class.

create_instance()#

Create an operation instance.