While analysis helps you simulate a product development cycle on the computer quickly and inexpensively, you still need to create several studies and simulate many scenarios. Each time you make a change, you need to run the analysis and examine the results.
比較的単純な設計でも、いくつかの寸法を変更することができます。 どの組み合わせで検討すればいいのかを決定し、その組み合わされた結果を 検討することは大きな負担になるかもしれません。
デザイン スタディでは、ソフトウェアのパラメトリックなフィーチャーベース・モデリングと 自動再構築機能を使って、モデルの自動的な最適化を実現するものです。 ソフトウェアは最小の解析数で最適な解を素早く検知する技術を装備しています。 プログラムは実験計画法のメソッドベースを使用します。
プログラムはデザイン スタディのプロパティで 2 つの異なる品質を提供します。 ソフトウェアでは、オーダー要素レベルと変数の数に基づいて、多数のトライアルを実行します。 それぞれのトライアルのために、プログラムは戦略的に決定された変数の値のセットですべての関連付けられたシミュレーション スタディを実行します。 次のテーブルは、連続変数の高精度法およびファスト結果 (速) 法の繰り返し数を示しています(範囲 オプション)。 プログラムは 高精度 設定に Box-Behnken 2 次計画法を、ファスト結果(速) 設定に Rechtschafner 2 次計画法を使用します。 Rechtschafner 計画法は Box - Behnken 設計が必要としないある特定の事前計算を実行しますが、それは応答関数と最適化を構成するためにより少ない実験を必要とします。
設計変数の数(連続変数の場合) |
高精度 |
ファスト結果 |
1 |
3 |
N/A |
2 |
9 |
N/A |
3 |
13 |
N/A |
4 |
25 |
15 |
5 |
41 |
21 |
6 |
49 |
28 |
7 |
57 |
36 |
8 |
N/A |
45 |
9 |
121 |
55 |
10 |
161 |
66 |
11 |
177 |
78 |
12 |
193 |
91 |
13 |
N/A |
105 |
14 |
N/A |
120 |
15 |
N/A |
136 |
16 |
385 |
153 |
17 |
N/A |
171 |
18 |
N/A |
190 |
19 |
N/A |
210 |
20 |
N/A |
231 |
After running the experiments, the program calculates the optimal design variables by forming a response function relating the goals to the variables and minimizing, maximizing, or satisfying exactly the goals. The program then runs the associated simulation studies to evaluate the results for the optimal design.