8.3. Parametrization 1

In this section, you will first define the input parameters in ACP (Pre) and output parameters in Mechanical and ACP (Post). Then, you will create multiple design points to evaluate the results of different lay-up scenarios.

8.3.1. Defining Input Parameters in ACP (Pre)

Follow these steps to create input parameters based on the modeling plies' angles:

  1. In Workbench, double-click the Setup cell in the ACP (Pre) system to open ACP.

  2. In the ACP's toolbar, click Units and select MPA (mm,t,s,N,C).

  3. Six 0° modeling plies were defined for the project. Double-click each ply in the ACP's Tree View to examine its properties.

  4. Update the model to view the thickness of the lay-up.

  5. In the Tree View, right-click Parameters and select Create Parameter.

  6. In the Parameter Properties dialog, change the parameter's name to ModelingPly.1.ply_angle (A, below). Place the cursor in the Object field (B) and select ModelingPly.1 from the Tree View. Specify the other properties as shown (C), then click Apply and close the dialog.

  7. Follow steps 5 and 6 above to create five more parameters for the other modeling plies, then close ACP.

  8. In Workbench, the Parameter Set system has been created and connected to the ACP (Pre) system. Double-click either cell to open the Parameters tab.

  9. Examine the Input Parameters' properties, then close the tab.

8.3.2. Defining Output Parameters in Mechanical

Follow these steps below to examine the bending and torsional loads in Mechanical, then define the output parameters from these loads.

  1. In Workbench, double-click the Model cell in the Model, Static Structural system to open Mechanical.

  2. Click Remote Displacement Support in the tree Outline to view it in the model.

  3. There are two load steps for this model. Select Remote Displacement Load (A), then click step 1 in the Graph pane (B) to view the bending load.

  4. Switch to step 2 to view the torsional load on the model.

  5. In the Home tab, Solve the model.

  6. In the tree Outline, select Total Deformation under Solution to view the deformation plot.

  7. In the Graph panel, click the   icon to view the deformation changes through time.

  8. Repeat steps 6 and 7 above to view the Moment Reaction Torsion and the Moment Reaction Bending.

  9. In the tree Outline, click Moment Reaction Torsion (A, below). In the Details pane, check Z Axis under Minimum Value Over Time (B) to make it a parameter.

  10. Follow the previous step to create another parameter from Moment Reaction Bending using the properties shown below.

  11. Close Mechanical. The Parameter Set cell connects the input and output parameters from the two systems. In Workbench, update the project (A), then double-click Parameter Set (B) to view the results.

  12. In the Parameter Set tab, examine the Output Parameters values, then close the tab.

8.3.3. Defining Output Parameters in ACP (Post)

In this section, you will define two expression output parameters in ACP (Post) based on the failure results. An expression output parameter is created using a Python script.

  1. In Workbench, click ACP (Post) under Component System in the Toolbox, then drop it onto the ACP (Pre) system (A, below).

  2. Click the B4 Solution cell in the Model, Static Structural system and drop it onto the C5 Results cell of the ACP (Post) system (B, above) to connect the two cells.

  3. Right-click the Results cell of the ACP (Post) system and select Update, then double-click the cell to open ACP.

  4. In the Tree View, right-click Definitions and select Create Failure Criteria.

  5. In the Failure Criteria Definition dialog, activate Max Stress and click Configure (A). In the Max Stress Configuration dialog, specify the properties as shown (B), then close the dialog. Click Apply, then click OK (C).

  6. In the Tree View, expand Solutions, then right-click Solution.1 and select Create Failure Plot.

  7. In the Failure dialog, define the properties as shown, then click Apply and close the dialog.


    Note:  The Solution Set option specifics the load or time step for which the results display in Mechanical.


  8. Follow steps 6 and 7 above to create Failure.2 using the specifications shown below.

  9. In the Tree View, right-click Parameters and select Create Parameter.

  10. In the Parameter Properties dialog, change the Category to Expression Output (A). Clear the Source field, then add the script below into the field to create a parameter based on Failure.1 (B):

    return_value = db.active_model.solutions["Solution 1"].plots["Failure.1"].minmax[1]

    Click Apply and close the dialog.

  11. Follow steps 9 and 10 above to create the second parameter based on Failure.2 using the script below:

    return_value = db.active_model.solutions["Solution 1"].plots["Failure.2"].minmax[1]

  12. Close ACP. In Workbench, update the project again, then double-click Parameter Set.

  13. In the Parameter Set tab, examine the ACP (Post)'s Output Parameters values.

8.3.4. Solving Additional Design Points

A design point is a single set of parameter values representing one design alternative. Each design point is a snapshot of your design given a set of input parameter values, where output parameter values are calculated by updating the project. Design points enable you to perform what-if studies. Follow these steps to create additional design points to get the results from various lay-up settings:

  1. Open the Table of Design Points in the Parameter Set tab and add three design points using the ply angles shown below.

  2. Click Update All Design Points to compute the output parameter results for the design points.

  3. Examine the output values to evaluate which design point results in a more optimized model, then close the Parameter Set tab.