www.kxcad.net Home > CAE Index > MSC Software Index > Adams MD R2 Index
Using Adams/Insight with Adams/ChassisBesides the standard library of responses based on Adams/Chassis reports, Adams/Insight provides some general utilities to create custom responses for processing Adams request data.A strict naming convention is required for user responses added to Adams/Insight experiments with Adams/Chassis.Each event included in the experiment has a prefix, which appears in the response hierarchy in Adams/Insight:When adding user responses, you must begin the name of your response with the prefix corresponding to the event with which the response is associated.Example: Following the naming pattern from the example above, the following user response names are valid:Similar to Adams/Chassis 12.0, you can specify single user responses in Adams/Chassis 2005. In Adams/Chassis 2005, there are supplemental method types available to process a vector of data.The following table shows the types available in Adams/Chassis 12.0 and 2005:
To create an Adams/Insight response for one of these, create a new response, select Scalar Response Type, and enter a string with the following syntax in the Variable text box:type - One of the types listed above (max, min, and so on)
id - Numerical Adams request ID
col_number - Adams request column number (1 - 6)This user response processes the value of a request at a specific time. To create an Adams/Insight response for this type, create a new response, select User Response Type, and enter a string with the following syntax in the Variable text box:time - Simulation time to process request (must correspond to an output step)
id - Numerical Adams request ID
col_number - Adams request column number (1 - 6)The second kind of user response is polynomial. This type of response creates a series of responses corresponding to the coefficients of a polynomial. The polynomial is the best fit curve when plotting one Adams request versus another. The number of responses corresponds to (order+1), where order is the specified polynomial curve order.To create an AdamsAdams/Insight polynomial response, create a new response, select User Response Type, enter a string with the following syntax in the Variable text box, and enter (order+1) into the Columns text box:order - Order of polynomial response
id1 - Adams request ID for polynomial independent values
col_number1 - Adams request column number (1 - 6) for polynomial independent values
id2 - Adams request ID for polynomial dependent values
col_number2 - Adams request column number (1 - 6) for polynomial dependent values