update_regions#

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

Bases: PyCommand

Use the table to review a summary of all of your defined regions, and their assigned types, and make revisions as needed. Rename a region by double-clicking its name in the list and providing another name. Reassign the type for a specific region by clicking the type designation and using the drop-down menu that appears. Dead regions are the same as a void or a pocket in the domain, and are not transferred to the Fluent solver. More…

Parameters:
mesh_objectstr
region_name_listlist[str]
region_type_listlist[str]
old_region_name_listlist[str]
old_region_type_listlist[str]
region_internalslist[str]
region_internal_typeslist[str]
region_current_listlist[str]
region_current_type_listlist[str]
number_of_listed_regionsint
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.