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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 19:The Report Generator<br />

Result: The report generator saves the animation sequence.<br />

19.3.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 an animation sequence via a batch run via a batch run, insert this report command at the point<br />

in the run where you want to capture an animation:<br />

~eui,'ansys::report::animcapture "caption"'<br />

Follow the report command with an ANSYS animation command (for example, ANTIME or ANDATA).<br />

19.4. Capturing a Data Table<br />

This section describes how to capture and store a data table, either interactively or within a batch run.<br />

The report generator appends captured table data to ansysTables.js, a file in your specified report<br />

directory containing the JavaScript functions for accessing your table data. (The file contains code to generate<br />

HTML as well as comments that hold the table information in a tab-delimited form, allowing you to paste<br />

the table data into software other than an HTML document.) The report generator assigns the name table_n<br />

to each captured table, where n is a sequential numeric identifier beginning at 1 and incrementing as you<br />

capture additional tables.<br />

19.4.1. Interactive<br />

Follow these steps to capture a data table using the report generator GUI:<br />

1. Click on the Table Capture button.<br />

Result: The Table Capture dialog appears.<br />

2. Specify a caption for the captured table (for example, “Prism Material Properties Table").<br />

The caption can contain <strong>APDL</strong> parameters in the format %parm%. (Specify “%%” if you want to display<br />

the “%” character in your caption.)<br />

3. Select a predefined table type from the list. (The report generator filters the list of available table types<br />

based on the current analysis.)<br />

If you select the “Material properties” table type, specify the currently defined materials via the Material<br />

Selection field.<br />

Note<br />

ANSYS does not display a material property which has no value associated with it.<br />

If you select the Custom Table option, specify the table size (that is, the number of columns and rows)<br />

via the Custom Table Size field.<br />

4. Click on the OK button.<br />

286<br />

Result: The report generator saves your captured table data. However, if you have selected the Custom<br />

Table option, see Creating a Custom Table (p. 287).<br />

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

of ANSYS, Inc. and its subsidiaries and affiliates.

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

Saved successfully!

Ooh no, something went wrong!