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.
Declaration Syntax
public enum WorkflowType
Table 1069: Members
Member |
BEMAcoustics |
When user sets Mesh Workflow type to BEMAcoustics, new steps and their children nodes of type control and outcome are created and added to the steps node from a predefined template. By simply changing the type to BEMAcoustics, Mesh Workflow creates steps/rules to achieve the desired mesh for FEM Acoustics BEM simulation. |
Member |
FEMAcousticsExternal |
When user sets Mesh Workflow type to FEMAcousticsExternal, new steps and their children nodes of type control and outcome are created and added to the steps node from a predefined template. By simply changing the type to FEMAcousticsExternal, Mesh Workflow creates steps/rules to achieve the desired mesh for FEM Acoustics External simulation. |
Member |
FEMAcousticsFSI |
When user sets Mesh Workflow type to FEMAcousticsFSI, new steps and their children nodes of type control and outcome are created and added to the steps node from a predefined template. By simply changing the type to FEMAcousticsFSI, Mesh Workflow creates steps/rules to achieve the desired mesh for FEM Acoustics FSI simulation. |
Member |
FEMAcousticsFSICutPlane |
When user sets Mesh Workflow type to FEMAcousticsFSICutPlane, new steps and their children nodes of type control and outcome are created and added to the steps node from a predefined template. By simply changing the type to FEMAcousticsFSICutPlane, Mesh Workflow creates steps/rules to achieve the desired mesh for FEM Acoustics FSI simulation with cut plane. |
Member |
FEMAcousticsInternal |
When user sets Mesh Workflow type to FEMAcousticsInternal, new steps and their children nodes of type control and outcome are created and added to the steps node from a predefined template. By simply changing the type to FEMAcousticsInternal, Mesh Workflow creates steps/rules to achieve the desired mesh for FEM Acoustics Internal simulation. |