Ansys Workbench Parametric Study: Design Exploration and Optimization Workflow
Running a parametric study in Ansys Workbench lets you explore design space without manually re-running each configuration. I cover the setup, design points, and response surface optimization I use for design exploration.
Ansys Workbench Parametric Study: Design Exploration and Optimization Workflow
I use parametric studies in Ansys Workbench for nearly every design optimization project. Whether I'm optimizing a bracket for minimum weight with a stress constraint, or finding the optimal wall thickness for a pressure vessel, the parametric workflow lets me explore the design space systematically instead of guessing. I'll walk through the complete workflow I use, from setting up parameters to generating response surfaces and finding optimal designs.
Setting Up Parameters
Parameters in Ansys Workbench are divided into Input Parameters (design variables you control) and Output Parameters (results you want to monitor or optimize).
Input Parameters
Input parameters come from your CAD model or your Ansys Mechanical setup:
-
CAD Parameters: In SpaceClaim or DesignModeler, mark dimensions as parameters:
- Right-click a dimension → Parameter
- The dimension appears in the Workbench parameter pane with a checkbox (P)
- Examples: wall thickness, fillet radius, hole diameter, beam length
-
Mechanical Parameters: In Mechanical, mark analysis settings as parameters:
- Load magnitude (force, pressure, temperature)
- Material properties (Young's modulus, yield strength)
- Contact stiffness factor
- Mesh element size
Output Parameters
Output parameters are results from your analysis:
- In Mechanical, right-click a result (e.g., Equivalent Stress) → Insert → Result Item
- Set the result type:
- Maximum: Maximum value of the result
- Minimum: Minimum value of the result
- Check the Parameter checkbox (P) to mark it as an output parameter
- Common output parameters:
- Maximum equivalent stress (von Mises)
- Maximum total deformation
- Maximum principal stress
- Total mass
- Factor of safety
- Natural frequency (modal analysis)
Running Design Points
Once your parameters are set up, the Workbench parameter pane shows a table of design points:
- In the Workbench Project Schematic, click the Parameters checkbox
- A Parameter Set appears below the analysis system
- Double-click the Parameter Set to open the parameter table
- The first row is the current design point (DP0)
- Add additional design points by clicking in the empty rows and entering values
Running Multiple Design Points
- Select the design points you want to run (Ctrl+click for multiple)
- Right-click → Update Selected Design Points
- Workbench runs each design point sequentially
- For each design point, it:
- Updates the CAD model with new parameter values
- Regenerates the mesh
- Runs the analysis
- Extracts the output parameters
- Results appear in the parameter table
Parallel Execution
If you have multiple CPU cores or multiple machines with Ansys installed:
- Tools → Options → Design Exploration → Use Remote Solve Manager
- Configure the remote solve settings
- Design points will be distributed across available compute resources
- This can reduce total solve time by 3-5x for large studies
Design of Experiments (DOE)
Instead of manually choosing design points, use the DOE module to systematically explore the design space:
- In the Parameter Set, click Design of Experiments
- Select the DOE type:
- Central Composite Design (CCD): Good for 2-5 parameters, provides good coverage with reasonable number of runs
- Optimal Space-Filling Design: Good for 5+ parameters, fills the design space evenly
- Box-Behnken: Good for 3-4 parameters, fewer runs than CCD
- Set the range for each input parameter:
- Lower bound and upper bound
- The range should be wide enough to explore the design space but narrow enough to avoid unrealistic configurations
- Click Preview to see the number of design points
- Click Update to run all design points
DOE Results
After the DOE completes, you'll see:
- Design Points table: All input and output parameter values for each run
- Sensitivity chart: Shows which input parameters have the most influence on each output
- Correlation matrix: Shows linear correlations between inputs and outputs
- Parallel chart: Shows all design points in a parallel coordinates plot
Use the sensitivity chart to identify which parameters matter most. Parameters with low sensitivity can be fixed at their nominal value, reducing the dimensionality of the problem.
Response Surface
The response surface is a mathematical model that approximates the relationship between input and output parameters. It lets you explore the design space without running additional analyses.
- In the Design Exploration tab, click Response Surface
- Select the response surface type:
- Standard Response Surface: Uses polynomial regression (fast, good for smooth problems)
- Kriging: Uses a Gaussian process model (slower, more accurate for nonlinear responses)
- Non-Parametric: Uses neural networks (good for highly nonlinear responses with many parameters)
- Click Update to generate the response surface
- The response surface is built from the DOE design points — no additional solver runs are needed
Using the Response Surface
- Local Chart: Shows the effect of one input parameter on one output parameter
- Surface Chart: Shows the effect of two input parameters on one output parameter (3D surface)
- Sensitivity: Shows the global sensitivity of outputs to inputs
- Min/Max Search: Finds the minimum and maximum of each output within the design space
Optimization
The optimization module uses the response surface to find the optimal design:
- In the Design Exploration tab, click Optimization
- Set the optimization type:
- Screening: Evaluates all points on the response surface (good for 2-5 parameters)
- MOGA (Multi-Objective Genetic Algorithm): For multi-objective optimization (e.g., minimize mass AND minimize stress)
- NLPQL: For single-objective optimization with constraints
- Define the objective:
- Example: Minimize Total Mass
- Define constraints:
- Example: Maximum Equivalent Stress < 250 MPa
- Example: Maximum Total Deformation < 0.5 mm
- Click Update to run the optimization
- The optimizer returns candidate designs that meet the constraints and optimize the objective
Evaluating Candidate Designs
The optimization returns 3 candidate designs. For each:
- Note the input parameter values and predicted output values
- Verify the predicted outputs by running a verification analysis:
- Right-click the candidate → Insert as Design Point
- Update the design point (this runs the actual solver, not the response surface)
- Compare the verified results with the predicted results
- If the verified results match the predictions within 5%, the response surface is accurate
- If they don't match, add the verified design point to the DOE and regenerate the response surface
Practical Example: Bracket Optimization
I recently optimized a steel bracket with the following parameters:
- Input: Wall thickness (3-8mm), fillet radius (2-6mm), hole diameter (5-12mm)
- Output: Maximum stress, total mass
- Objective: Minimize mass
- Constraint: Maximum stress < 200 MPa
The DOE (Central Composite Design) generated 15 design points. The sensitivity analysis showed that wall thickness had 70% influence on stress, fillet radius had 25%, and hole diameter had 5%. I fixed the hole diameter at 8mm and re-ran with 2 parameters.
The optimization found a design with 4.2mm wall thickness, 4.8mm fillet radius, and 127g mass — a 35% weight reduction from the original design (195g) while keeping stress below 200 MPa. Verification analysis confirmed the stress was 192 MPa, within 2% of the predicted 188 MPa.
Tips for Efficient Parametric Studies
- Start with a coarse mesh: Run the DOE with a coarse mesh to explore the design space quickly. Refine the mesh only for the final verification.
- Fix low-sensitivity parameters: After the first DOE, fix parameters with < 5% sensitivity to reduce the number of design points.
- Use realistic ranges: Don't set parameter ranges that produce unrealistic geometry (e.g., wall thickness larger than the bracket width).
- Check each design point for convergence: A failed design point (non-convergence) creates a gap in the DOE that reduces response surface accuracy.
- Use Kriging for nonlinear responses: If the standard response surface gives poor accuracy, switch to Kriging — it handles nonlinearities better.
Summary
The parametric study workflow in Ansys Workbench — DOE → Response Surface → Optimization — is a powerful tool for design exploration. It lets you find optimal designs systematically rather than by trial and error. The key steps are: define meaningful input and output parameters, run a DOE to explore the design space, build a response surface, and use the optimizer to find the best design. Always verify the optimal design with a full solver run, not just the response surface prediction.
Source Verification
More Ansys Guides
troubleshooting
Ansys Contact Modeling: Friction, Penetration, and Pinball Radius Tuning
10 min
performance
Ansys Mesh Quality Metrics: Element Distortion Diagnosis and Fix Guide
10 min
troubleshooting
Ansys Nonlinear Convergence: Fixing 'Solver Engine Unable to Converge' Errors
11 min
troubleshooting
Ansys Thermal-Stress Coupled Analysis: Preventing Convergence and Accuracy Issues
10 min
Related Deployment Guides
Similar deployment content for other CAD tools
Altium Designer
•deployment
Altium Designer Copper Pour Best Practices: Avoiding Disconnected Islands and Thermal Relief Issues
8 min
Altium Designer
•deployment
Altium Designer Footprint Design: Common Mistakes and How to Fix Them
9 min
Altium Designer
•deployment
Altium Designer Gerber and BOM Export: Manufacturing File Generation Checklist
8 min
Altium Designer
•deployment
Altium Designer High-Speed PCB Routing: Impedance Control and Length Matching
11 min