numeric results > numeric_results write

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


Your Ad Here

numeric_results write
Allows you to write the contents of one or more result set components to the information window, a file, or both.
Format:
 
Example:
 
The result set specified will be written in the file specified as well as on the screen. Only the values above 5.0 and below 100.9 will be printed and sorted in the ascending order.
Description:
 
Specifies how numerical results are sorted as they are written to the terminal or to a file using the NUMERICAL_RESULTS WRITE command.
Specifies whether the result set component is to be listed in ascending or descending order.
Specifies if the information requested is to be sent to the informational window or not. This parameter is most likely to be used in conjunction with the FILE_NAME parameter to get the information put into a file.
The ABOVE_VALUE parameter is used as a critical value evaluator in the operation to be performed.
The BELOW_VALUE parameter is used as a critical value evaluator in the operation to be performed.
Extended Definition:
1.
If you want to store the component:
In an existing result set, the name must include the result set. For example, assume you have a request file called SHIFT.REQ, and it contains the result set REQ1. If you want to store the new result set component in result set REQ1 with the component name NEW, enter:
.SHIFT.REQ1.NEW (It is not necessary to include .SHIFT., if SHIFT is the current analysis_name).
In a new results set, for example named REQ99 in the analysis run SHIFT, enter .SHIFT.REQ99.NEW. The number of components to be stored is inferred by the number of components named in this parameter. You can enter multiple names separated with commas (,).
The component name must be unique, even though it can be stored in an existing result set. A result set name can be of any length and any combination of alphanumeric characters. The leading character must be a letter.
Result sets are associated with an analysis and can be identified as such. A result set associated with request 101 from an analysis named test is often referred to as .test.req101.
The table below illustrates the default names assigned to result sets and result set components, read from request (.req) and results (.res) files.
 
File that result is from
2.
The legal values for the “sort_by” parameter are BY_VALUE and BY_TIME. If BY_VALUE is entered, then the values will be sorted by the magnitude of the result set component being written. If BY_TIME is entered, then the values will be sorted by the simulation time associated with the result set component being written.
This is an optional parameter and if not entered, the SORT_BY option will not be set to any value. The result set component will be written in the order it appears in the result set.
3.
If entered, the “order” parameter is used regardless of whether the values are to be printed to the terminal or to a file.
This parameter is optional and if not entered, it will default to "ascending" order. The only legal values for the ORDER parameter is "ascending" and "descending".
4.
The “above_value” parameter determines the threshold above which a particular numeric value will be modified, printed, etc. (depending on the operation to be performed).
This parameter is optional and if not entered, no value will be passed to the application, and therefore, no action will be taken based on the ABOVE_VALUE parameter. If entered, the ABOVE_VALUE parameter must be a real number.
5.
The “Below_value” parameter determines the threshold below which a particular numeric value will be modified, printed, etc. (depending on the operation to be performed).
This parameter is optional and if not entered, no value will be passed to the application, and therefore, no action will be taken based on the BELOW_VALUE parameter. If entered, the BELOW_VALUE parameter must be a real number.
Your Ad Here