TWF_AssociateMesh#

class ansys.fluent.core.generated.datamodel_261.solver_workflow.Root.TWF_AssociateMesh(service, rules, command, path=None)#

Bases: PyCommand

Use this task to associate each cell zone from the imported mesh file(s) with the corresponding row. Parameters ———- AMChildName : str AMSelectComponentScope : str UseWireframe : bool

Toggle the display of the model in wireframe.

RenameCellZonesstr

Determines how your zones names appear once this task is complete, depending on your preferences. When set to Yes, using row names, this field will change the associated cell (or face) zone name according to the corresponding Name. When set to Yes, using row numbers, this field will change the associated cell (or face) zone name according to the corresponding Row number. You can also choose No to keep the zone names as they are.

DefaultAMRowNumList : list[str] DefaultAMCellZonesList : list[str] AMRowNumList : list[str] OldAMCellZonesList : list[str] NewAMCellZonesList : list[str]

Returns:
bool

Methods:

create_instance()

Create a command instance.

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

__init__ method of PyCommand class.

create_instance()#

Create a command instance.