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.

Chapter 7:The General Postprocessor (POST1)<br />

You can make the results coordinate system match the active coordinate system (used to define the path)<br />

by issuing the following pair of commands:<br />

*GET,ACTSYS,ACTIVE,,CSYS<br />

RSYS,ACTSYS<br />

The first command creates a user-defined parameter (ACTSYS) that holds the value defining the currently<br />

active coordinate system. The second command sets the results coordinate system to the coordinate system<br />

specified by ACTSYS.<br />

Results mapped on to a surface do not account for discontinuities (e.g., material discontinuities) but are<br />

based on the currently selected set of elements. Selecting the proper set of elements is critical to valid surface<br />

operations, and improper selection will either result in failed mapping, or produce invalid results.<br />

To clear result sets from the selected surfaces (except GCX, GCY, GCZ, NORMX, NORMY, NORMZ, DA), issue<br />

SUMAP,RSetname,CLEAR. To form additional labeled result sets by operating on existing surface result<br />

sets, use the SUEVAL, SUVECT or SUCALC commands.<br />

7.2.2.3. Reviewing Surface Results<br />

You can use the SUPL command to visually display your surface results, or use the SUPR command to get<br />

a tabular listing.<br />

SUPL of a single result set item is displayed as a contour plot on the selected surfaces. You can also obtain<br />

a vector plot (such as for fluid velocity vector) by using a special result set naming convention. If SetName<br />

is a "vector prefix" (i.e., if SetNameX, SetNameY, and SetNameZ exist), ANSYS will plot these vectors on the<br />

surface as arrows.<br />

Example for vector plot:<br />

SUCREATE,SURFACE1,CPLANE ! create a surface called "SURFACE1"<br />

SUMAP,VELX,V,X ! map x,y,z velocities with VEL as prefix<br />

SUMAP,VELY,V,Y<br />

SUMAP,VELZ,V,Z<br />

SUPLOT,SURFACE1,VEL ! this will result in a vector plot of velocities<br />

Display of facet outlines on the surface plots is controlled by /EDGE command similar to other postprocessing<br />

plots.<br />

7.2.2.4. Performing Operations on Mapped Surface Result Sets<br />

Three commands are available for mathematical operations among surface result sets:<br />

• The SUCALC command lets you add, multiply, divide, exponentiate and perform trigonometric operations<br />

on all selected surfaces.<br />

• The SUVECT command calculates the cross or dot product of two result vectors on all selected surfaces.<br />

• The SUEVAL command calculates surface integral, area weighted average, or sum of a result set on all<br />

selected surfaces. The result of this operation is an <strong>APDL</strong> scalar parameter.<br />

7.2.2.5. Archiving and Retrieving Surface Data to a File<br />

You can store your surface data in a file, so that when you leave POST1, it can be retrieved later. You use<br />

the SUSAVE command to store your data. Once you have saved the information for your surface, you use<br />

the SURESU command to retrieve it.<br />

148<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!