Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
ANSYS.pdf
Скачиваний:
875
Добавлен:
31.08.2019
Размер:
31.29 Mб
Скачать

vk.com/club152685050Probabi istic Design | vk.com/id446425943

UP - The Thin Server is up.

RUN - The ANSYS simulation is running on that host.

If you want to check diagnostics for a status code in parallel processing mode, select Diagnostics in

the Server Process Control dialog. The diagnostics system shows you the status of the slave machine(s), and details to help you address any issues that arise. Suggested actions are presented.

Note

In batch mode, ANSYS will always attempt to start remote processing on all machines listed in the Jobname.hosts file.

1.3.9.3.4. Initiate Parallel Run

You can now activate the parallel execution:

Command(s): PDEXE

GUI: Main Menu> Prob Design> Run> Exec Parallel> Run Parallel

Several things happen when you initiate a parallel processing run.

1.The networked machines are initialized (ANSYS checks for machine permissions, licenses, and directory permissions), and any necessary directories are created.

2.The relevant files are copied to the networked machines.

3.ANSYS is launched in server mode on each networked machine.

Simulations are sent to each machine as that machine finishes a previous simulation; faster machines will naturally process more simulations. If a slave machine (for whatever reason) does not complete a simulation, that simulation is automatically sent to another machine to be processed.

When the analyses are finished (either completed or stopped manually), then the PDS removes any files or directories it created and stops any processes it started.

1.3.10. Fit and Use Response Surfaces

After you have executed a probabilistic analysis, you can use the results stored in the result files to fit response surfaces.

If the probabilistic analysis was based on the Response Surface Method, this step is mandatory. The random output parameter values generated using the Response Surface Method are meant to be fitted with a response surface; therefore, the Response Surface Method determines the values of the random input variables such that fitting of a response surface is most efficient (that is, so that it uses the fewest sampling points).

If the probabilistic analysis was based on the Monte Carlo Simulation method, this step is optional and you can go directly to the results postprocessing. If you use Monte Carlo Simulation results to derive response surfaces, then the sampling points are not as efficiently located for the fitting process, so you should accommodate by using more sample points.

You should use at least 20% more Monte Carlo Simulation points than what would be required for

a Response Surface Method for the same problem. For a list of the number of sampling points required for a Response Surface Method please see Probabilistic Design Techniques (p. 51).

 

Release 15.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information

38

of ANSYS, Inc. and its subsidiaries and affiliates.

vk.com/club152685050 | vk.com/id446425943

Using Probabilistic Design

If you cannot determine how many sampling points a Response Surface Method needs (for example, because there are too many random input parameters), then you should have at least two times more sampling points than the number of coefficients of the response surfaces.

1.3.10.1. About Response Surface Sets

The results generated by the response surface fitting procedure as well as the results generated by applying the approximation equation (Monte Carlo Simulation) are combined in a response surface set. Each response surface set includes the following information:

A unique name that you provide. This name is used to identify the response surface set during probabilistic postprocessing.

The name of the solution set you used for the fitting procedure (containing the data points).

The number and the names of the random output parameters for which a response surface has been evaluated. If you have many random output parameters you might not be interested in fitting a response surface for every one, but only for those that are most important.

For each random output parameter that was fitted with a response surface, the response surface set includes information about the regression model that was used to fit the response surface (linear, quadratic, or quadratic with cross-terms), as well as the terms and coefficients that were derived as result of the regression analysis.

The Monte Carlo Simulation samples created using the response surface equations.

There is a one-to-one relationship between solution sets and response surface sets. For each solution

set containing sample points you can have only one response surface set containing the response surfaces fitting these sample points. The reverse is also true, that each response surface set can only contain the response surfaces that are based on the sample points of one solution set.

1.3.10.2. Fitting a Response Surface

To fit a response surface you must specify a name for the response surface set where you want the results to be stored, the solution set you want to use, one random output parameter, the regression model, an output transformation technique (if any), and whether to filter terms.

The regression model describes which regression terms are used for the approximation function of the response surface. In the ANSYS PDS, the following regression models are implemented:

Linear approximation function

Quadratic approximation function without cross-terms

Quadratic approximation function including cross-terms

While you can use all terms included in the regression model, the ANSYS PDS also offers an option that automatically filters out insignificant terms. This technique is called the forward-stepwise regression analysis. For example, where the Young's modulus E and the thermal expansion coefficient are random input variables, a full quadratic regression model reads:

σ

 

+

+ α +

α

therm

0

1

2

3

Release 15.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information

 

of ANSYS, Inc. and its subsidiaries and affiliates.

39

vk.com/club152685050Probabi istic Design | vk.com/id446425943

A full regression model uses the available sampling points to determine values for all regression coefficients c0 to c3. Of course the values for c0 to c2 will be zero or very close to zero; taking more coefficients into account than really necessary reduces the degrees of freedom of the algebraic equation to be solved to evaluate the coefficients. This in turn reduces the accuracy of the coefficients that are important for the regression fit. The forward-stepwise regression analysis takes this into account and automatically eliminates terms that are not needed.

The ANSYS PDS offers a variety of transformation functions that can be used to make the random response parameter to be more appropriately described by a quadratic function after the transformation has been applied. These transformation functions can be found in Transformation of Random Output Parameter Values for Regression Fitting in the Mechanical APDL Theory Reference.

Here, y

i

is the value of a random output parameter obtained in the i-th sampling loop and

* is the

 

 

i

corresponding transformed value. The physical nature of the problem should indicate which transformation to use; for example, lifetime parameters (such as the number of cycles until low cycle fatigue occurs) are usually transformed with a logarithmic transformation. If you do not have this kind of information, then you should start with the Box-Cox transformation. The PDS automatically searches for an optimum value for the Box-Cox parameter λ within the interval (-2,2). As guidelines:

If λ is close to -1.0 then the data is best transformed by a reciprocal transformation, which is a power transformation with an exponent of -1.0.

If λ is close to zero then the data is best transformed by a logarithmic transformation.

If λ is close to 0.5 then use the square root transformation.

If λ is close to 1.0, then no transformation should be used.

If λ is not close to any of these specific values then the Box-Cox transformation is appropriate.

To fit a response surface:

Command(s): RSFIT

GUI: Main Menu> Prob Design> Response Surf> Fit Resp Surf

1.3.10.3. Plotting a Response Surface

Whether a response surface is a good representation of the sampling point that it is supposed to fit can be best illustrated by plotting the response surface. The ANSYS PDS plots the sampling points as symbols and the response surface as a contour plot so you can visually compare them. However, you can only plot one random output parameter as a function of two random input variables at a time.

To plot a response surface:

Command(s): RSPLOT

GUI: Main Menu> Prob Design> Response Surf> Plt Resp Surf

1.3.10.4. Printing a Response Surface

After using a regression analysis to fit a response surface, ANSYS automatically prints all necessary results in the output window:

The transformation function that has been used or has been determined automatically (in case of Box-Cox transformation)

 

Release 15.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information

40

of ANSYS, Inc. and its subsidiaries and affiliates.