Generate X-Y Plots at Specified Grid Points or Elements
Description: Requests the generation of results x-y plots at specified grid points or elements.
Format:
XYDATAGENERATE,gsid/esid, component/column, group, stype
Examples:
XYDATAGENERATE, 5, 1, 2, GRID
XYDATAGENERATE, 15, 22, 3, ELEM
Option | Definition | Type | Default |
---|---|---|---|
gsid | Grid set identification number for stype equals GRID. Set identification of previously appearing SET command. Only grid points whose identification numbers appear on this SET command will be used. | Integer > 0 | Required |
esid | Element set identification number for stype equals ELEM. Set identification of previously appearing SET command. Only elements whose identification numbers appear on this SET command will be used. | Integer > 0 | Required |
component | Component number of global coordinate for stype equals GRID. (Up to six unique digits may be placed in the field with no embedded blanks.) | 1 ≤ Integers ≤ 6 | 123456 |
column | Results column number for stype equals ELEM. See Remark 4. | Integer > 0 | Required |
group | Group identification number. | Integer > 0 | 0 |
stype | Output set identification type, one of the following character variables: GRID or ELEM. | Character | GRID |
Remarks:
- A separate plot is generated for each vector result requested in the Case Control.
- XYDATA commands with the same group identification number will be plotted on the same x-y axes.
- The XYPLOTCSVOUT directive can be used to generate an MS Excel Comma Separated Variable file containing the plot data in tabular form. See Section 2, Initialization, for more information on XYPLOTCSVOUT.
- See Appendix A, Results Neutral File Formats, for result column number definition.