adjacency#

class ansys.fluent.core.generated.solver.settings_261.adjacency(name=None, parent=None)#

Bases: Command

Rename options to be performed on selected cell zone(s) and corresponding adjacent face(s).

Parameters:
cellzonesList

Cell zone(s) to access their adjacent face zone information and/or update name.

adjacent_facesList

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_choicestr

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_prefixstr

Suffix/prefix string to be added to selected cell zone(s) and adjacent face(s).

from_stringstr

The string to be replaced in selected cell zone(s) and adjacent face(s).

to_stringstr

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).

Arguments

Argument

Summary

cellzones

Cell zone(s) to access their adjacent face zone information and/or update name.

adjacent_faces

Adjacent face zones corresponding to the selected cell zone(s) to update the name.

rename_cellzones

Option to rename selected cell zone(s).

rename_adjacent_face_zones

Option to rename adjacent face zones corresponding to the selected cell zone(s).

renaming_choice

Renaming choice for selected cell zone(s) and adjacent face(s).

abbreviate_type

Abbreviate type in renaming selected cell zone(s) and adjacent face(s).

exclude_custom_name

Exclude custom name in renaming selected cell zone(s) and adjacent face(s).

suffix_prefix

Suffix/prefix string to be added to selected cell zone(s) and adjacent face(s).

from_string

The string to be replaced in selected cell zone(s) and adjacent face(s).

to_string

The string to replace with in selected cell zone(s) and adjacent face(s).

rename_shadow_zone

Choice for Rename shadow zone while renaming selected cell zone(s) and adjacent face(s).

Included in:

Parent

Summary

mesh

Provides access to mesh operations such as generation, transformation, repair, import/export and more.

cell_zone_conditions

The cell zone conditions object.