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 7:The General Postprocessor (POST1)<br />

Note<br />

You can define a load case at any arbitrary time by using the SET command (to specify the time<br />

argument) and then using LCWRITE to create that load case file. The values will be a linear interpolation<br />

of the results already available before and after your specified time.<br />

A load case combination is an operation between load cases, typically between the load case currently in<br />

the database and a load case on a separate results file (or on the load case file, explained later). The outcome<br />

of the operation overwrites the results portion of the database, which permits you to display and list the<br />

load case combination.<br />

A typical load case combination involves the following steps:<br />

1. Define load cases using the LCDEF command (Main Menu> General Postproc> Load Case> Create<br />

Load Case).<br />

2. Read one of the load cases into the database using the LCASE command (Main Menu> General<br />

Postproc> Load Case> Read Load Case).<br />

3. Perform the desired operation using the LCOPER command (Main Menu> General Postproc> Load<br />

Case> operation).<br />

As an example, suppose the results file contains results for several load steps, and you want to compare<br />

load steps 5 and 7 and store the maximum in memory. The commands to do this would look like this:<br />

LCDEF,1,5 ! Load case 1 points to load step 5<br />

LCDEF,2,7 ! Load case 2 points to load step 7<br />

LCASE,1 ! Reads load case 1 into memory<br />

LCOPER,MAX,2 ! Compares database with load case 2 and stores the<br />

! maximum in memory<br />

The database now contains the maximum of the two load cases, and you can perform any desired postprocessing<br />

function.<br />

Note<br />

Load case operations (LCOPER) are performed only on the raw solution results in the solution<br />

coordinate system.<br />

The solution results are:<br />

• Element component stresses, strains, and nodal forces in the element coordinate systems<br />

• Nodal degree-of-freedom values, applied forces, and reaction forces in the nodal coordinate systems<br />

To have a load case operation act on the principal/equivalent stresses instead of the component stresses,<br />

issue the SUMTYPE,PRIN command.<br />

It is important that you know how load case operations are performed. Many load case operations, such as<br />

mode combinations, involve squaring, which renders the solution results unsuitable for transformation to<br />

the results coordinate system, typically the Global Cartesian, and unsuitable for performing nodal or element<br />

averages. A typical postprocessing function such as printing or displaying average nodal stresses (PRNSOL,<br />

PLNSOL), for example, involves both a coordinate system transformation to the results coordinate system<br />

and a nodal average. Furthermore, unless SUMTYPE,PRIN has been requested, principal/equivalent stresses<br />

are not meaningful when computed from squared component values.<br />

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