15.11.2012 Views

Mechanical APDL Basic Analysis Guide - Ansys

Mechanical APDL Basic Analysis Guide - Ansys

Mechanical APDL Basic Analysis Guide - Ansys

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

19.4.1.1. Creating a Custom Table<br />

If you are creating a custom table, the Custom Table Definition dialog appears after you click on the Table<br />

Capture dialog's OK button. The dialog contains an empty table of the dimensions that you specified. For<br />

example, assuming that you specified a table of three columns and four rows, the dialog looks like this:<br />

Figure 19.2 Custom Table Definition<br />

Type your custom information, which can include the following valid entries, into each cell:<br />

Valid entry type<br />

Text<br />

Text with HTML tags<br />

An ANSYS *GET command<br />

An ANSYS *GET command<br />

with HTML tags<br />

Example<br />

Maximum Deflection<br />

Maximum Stress [Kg/mm2]<br />

*get,,node,10,u,y<br />

{} {*get,,node,10,u,y} {}<br />

Important: The “{” and “}” characters are necessary for<br />

parsing purposes.<br />

After typing entries into each cell, click on the Write button to save your custom table.<br />

19.4.2. Batch<br />

The following line must appear near the beginning of your batch code before any report commands:<br />

~eui,'package require ansys'<br />

To capture a data table via a batch run, insert this report command at the point in the run where you want<br />

to capture the table:<br />

~eui,'ansys::report::tablecapture tableID "caption" materialID'<br />

The tableID value is a table identifier representing one of the following predefined table types:<br />

Table ID<br />

1<br />

2<br />

3<br />

4<br />

5<br />

6<br />

7<br />

Description<br />

Creates a table of the finite element entities used in the analysis<br />

Creates a table of properties for the requested material ID used in the analysis<br />

Creates a table of the loads applied in the analysis<br />

Reaction Forces<br />

Reaction Moments<br />

Max Displacements<br />

Directional Stress<br />

Release 13.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information<br />

of ANSYS, Inc. and its subsidiaries and affiliates.<br />

19.4.2. Batch<br />

287

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!