optimize > optimize fit_response_surface

www.kxcad.net Home > CAE Index > MSC Software Index > Adams MD R2 Index


Your Ad Here

optimize fit_response_surface
The FIT_RESPONSE_SURFACE command fits a surface of arbitrary polynomial degree to a given set of result set components. Usually, the dependent data is the response component produced by a DOE, and the independent data values are the design variable values used to compute the response.
The polynomial data can be stored in a new result set, and also written to a file (say, for use by a spreadsheet program).
Format:
 
Description:
 
The DEPENDENT_VARIABLE specifies the result set which is the left-hand side of the fit equation.
DEPENDENT_VARIABLE = F(INDEPENDENT_VARIABLES)
The INDEPENDENT_VARIABLES specify the result sets which are the right-hand side of the fit equation. DEPENDENT_VARIABLE = F(INDEPENDENT_VARIABLES) Usually, these result sets were the experimental values of the design variables in an experiment.
The POLYNOMIAL_DEGREES parameter specifies the highest degree for each of the indpendent variables.
Extended Definition:
1.
A result set is a storage place for any kind of numeric tabular data. A result set can contain "n" components. A component is most usually setup to contain vector components of values like displacement, velocity, acceleration, force, etc. However, in this case a result set is completely general and can store any numeric value in a component with only few exceptions. These exceptions are those cases when the user asks the system to mix incompatible value types like complex in the same component as real values.
This is a required parameter and the result set name given must be within a particular analysis. A result set name may be arbitrarily long and a combination of letters of the alphabet and numbers may be used. The leading character must be a letter.
Result Sets are associated with an analysis run and can be identified as such. A result set associated with request 101 from an analysis named "test" is referred to as .test.req101.
Several predefined result set types are created when Adams request and result files are read into Adams/View. For example, assume you have read a request file called "SHIFT.REQ", and this request file contains the result information for the Adams statement REQUEST/1. The result set will be named REQ1, and may also be referred to relative to the analysis name .shift.req1. If you wish to refer to a component in the same result set, the full name for the X component would be .SHIFT.REQ1.X.
The following table illustrates the default names assigned to result sets and result set components read from request (.REQ) and results (.RES) files.
 
2.
For example, if you have specified two independent variables, you would enter POLYNOMIAL_DEGREES=1,1 for a linear approximation. For a polynomial fit which is cubic in the first variable and linear in the second, you would enter POLYNOMIAL_DEGREES=3,1.
3.
You do not need to enclose the file name in quotes if it only contains alpha-numeric characters and starts with a letter. If you want to include other characters, such as a '.' for an extension or '/' or '[]' for directory paths, you must enclose the name in quotes.
Your Ad Here