mark_steps#

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

Bases: PyQuery

Mark steps on the face zones specified, based on the step angle (step_angle) and step width (step_width). 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.

step_anglefloat

Step angle.

step_widthfloat

Step width.

Returns:
int

Examples

>>> meshing_session.meshing_utilities.mark_steps(face_zone_id_list=[30, 31, 32], step_angle=40.5, step_width=3.3)
>>> meshing_session.meshing_utilities.mark_steps(face_zone_name_list=["cold-inlet", "hot-inlet", "outlet"], step_angle=40.5, step_width=3.3)
>>> meshing_session.meshing_utilities.mark_steps(face_zone_name_pattern="cold*", step_angle=40.5, step_width=3.3)

Methods:

create_instance()

Create an operation instance.

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

__init__ method of PyAction class.

create_instance()#

Create an operation instance.