mark_sliver_faces#

class ansys.fluent.core.generated.datamodel_252.meshing_utilities.Root.mark_sliver_faces(service, rules, name, path=None)#

Bases: PyQuery

Mark sliver faces on the face zones specified, based on the maximum height (max_height) and skewness limit (skew_limit). Parameters ———- face_zone_id_list : list[int]

List containing the face zone IDs.

face_zone_name_listlist[str]

List containing the face zone names.

face_zone_name_patternstr

Face zone name pattern.

max_heightfloat

Maximum height.

skew_limitfloat

Skew limit.

Returns:
int

Examples

>>> meshing_session.meshing_utilities.mark_sliver_faces(face_zone_id_list=[30, 31, 32], max_height=2, skew_limit=0.2)
>>> meshing_session.meshing_utilities.mark_sliver_faces(face_zone_name_list=["cold-inlet", "hot-inlet", "outlet"], max_height=2, skew_limit=0.2)
>>> meshing_session.meshing_utilities.mark_sliver_faces(face_zone_name_pattern="cold*", max_height=2, skew_limit=0.2)

Methods:

create_instance()

Create an operation instance.

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

__init__ method of PyAction class.

create_instance()#

Create an operation instance.