Skip to main content

Mechanical scripting interface

WorkflowType

Last update: 14.01.2025

class Ansys.Mechanical.DataModel.MechanicalEnums.MeshWorkflow.WorkflowType

Bases: enum.Enum

This enum is referenced in the “Steps” tree node and reflects the type of workflow being configured. Based on the type of workflow different rules are applied which define the applicable order and type of operations which can be added.

Overview

Attributes

Name
BEMAcoustics
FEMAcousticsExternal
FEMAcousticsFSI
FEMAcousticsFSISingleBody
FEMAcousticsFSISingleBodyCutPlane
FEMAcousticsInternal

Attribute detail

WorkflowType.BEMAcoustics = 9

WorkflowType.FEMAcousticsExternal = 4

WorkflowType.FEMAcousticsFSI = 6

WorkflowType.FEMAcousticsFSISingleBody = 7

WorkflowType.FEMAcousticsFSISingleBodyCutPlane = 8

WorkflowType.FEMAcousticsInternal = 5