adjacency#
- class ansys.fluent.core.generated.solver.settings_261.adjacency(name=None, parent=None)#
Bases:
CommandRename options to be performed on selected cell zone(s) and corresponding adjacent face(s).
- Parameters:
- cellzones
List Cell zone(s) to access their adjacent face zone information and/or update name.
- adjacent_faces
List Adjacent face zones corresponding to the selected cell zone(s) to update the name.
- rename_cellzonesbool
Option to rename selected cell zone(s).
- rename_adjacent_face_zonesbool
Option to rename adjacent face zones corresponding to the selected cell zone(s).
- renaming_choice
str Renaming choice for selected cell zone(s) and adjacent face(s).
- abbreviate_typebool
Abbreviate type in renaming selected cell zone(s) and adjacent face(s).
- exclude_custom_namebool
Exclude custom name in renaming selected cell zone(s) and adjacent face(s).
- suffix_prefix
str Suffix/prefix string to be added to selected cell zone(s) and adjacent face(s).
- from_string
str The string to be replaced in selected cell zone(s) and adjacent face(s).
- to_string
str The string to replace with in selected cell zone(s) and adjacent face(s).
- rename_shadow_zonebool
Choice for Rename shadow zone while renaming selected cell zone(s) and adjacent face(s).
- cellzones
Arguments
Argument |
Summary |
|---|---|
Cell zone(s) to access their adjacent face zone information and/or update name. |
|
Adjacent face zones corresponding to the selected cell zone(s) to update the name. |
|
Option to rename selected cell zone(s). |
|
Option to rename adjacent face zones corresponding to the selected cell zone(s). |
|
Renaming choice for selected cell zone(s) and adjacent face(s). |
|
Abbreviate type in renaming selected cell zone(s) and adjacent face(s). |
|
Exclude custom name in renaming selected cell zone(s) and adjacent face(s). |
|
Suffix/prefix string to be added to selected cell zone(s) and adjacent face(s). |
|
The string to be replaced in selected cell zone(s) and adjacent face(s). |
|
The string to replace with in selected cell zone(s) and adjacent face(s). |
|
Choice for Rename shadow zone while renaming selected cell zone(s) and adjacent face(s). |
Included in:
Parent |
Summary |
|---|---|
Provides access to mesh operations such as generation, transformation, repair, import/export and more. |
|
The cell zone conditions object. |