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 8:The Time-History Postprocessor (POST26)<br />

1. Specify a variable in the variable name input area. This must be a unique name, otherwise you will be<br />

prompted to overwrite the existing variable of that name.<br />

2. Define the desired variable expression by clicking on the appropriate keys, or selecting time-history<br />

variables or <strong>APDL</strong> parameters from the drop down lists.<br />

Result: The appropriate operators, <strong>APDL</strong> parameters or other variable names appear in the Expression<br />

Input Area.<br />

3. Click the “Enter” button on the calculator portion of the Variable viewer<br />

Notes:<br />

Result: The data is calculated and the resultant variable name appears in the variable list area. The expression<br />

will be available in the variable viewer for the variable name until the variable viewer is closed.<br />

• To find the derivative of a variable “UYBLOCK” with respect to another variable<br />

VBLOCK = deriv ({UYBLOCK} , {TIME})<br />

• To find the amplitude of a complex time-history variable “PRESMID”<br />

AMPL_MID = abs ({PRESMID})<br />

OR,<br />

AMPL_MID = sqrt (real ({PRESMID}) ^2 + imag ({PRESMID}) ^2)<br />

• To find the phase angle of a complex time-history variable “UYFANTIP”<br />

PHAS_TIP = atan ({UYFANTIP}) * 180/pi<br />

Where pi = acos (-1)<br />

• To multiply a complex time-history variable “PRESMID” with a factor (2 + 3i)<br />

SCAL_MID = cmplx (2,3)* {PRESMID}<br />

• To fill a variable with ramped data use the following equation<br />

RAMP_.25BY_0.5 = .25 + (.05 * ({nset} - 1))<br />

• To fill a variable as a function of time use the following equation<br />

FUNC_TIME_1 = 10 * ({TIME} - .25)<br />

• To find the relative acceleration response PSD for a variable named UZ_4, use the following equation<br />

RPSD_4 = RPSD({UZ_4},{UZ_4},3,2)<br />

8.4.2. Batch<br />

In batch mode, you use combinations of commands. Some identify the variable and the format for the output,<br />

while others identify the variable data to be used to create the new variable. The calculator operations<br />

themselves are performed by specific commands.<br />

• To find the derivative of a variable “UYBLOCK “ with respect to another variable “TIME”<br />

196<br />

NSOL,2,100,u,y,UYBLOCK !Variable 2 is UY of node 100<br />

DERIV, 3,2,1,,VYBLOCK !Variable 3 is named VYBLOCK It is the<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!