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 2: Loading<br />

varies with time. In this scenario, you need two tables: one relating RPM to TIME, and another table relating<br />

HF to RPM and TEMP.<br />

*DIM,SYCNV,TABLE,3,3,,RPM,TEMP<br />

SYCNV(1,0)=0.0,20.0,40.0<br />

SYCNV(0,1)=0.0,10.0,20.0,40.0<br />

SYCNV(0,2)=0.5,15.0,30.0,60.0<br />

SYCNV(0,3)=1.0,20.0,40.0,80.0<br />

*DIM,RPM,TABLE,4,1,1,TIME<br />

RPM(1,0)=0.0,10.0,40.0,60.0<br />

RPM(1,1)=0.0,5.0,20.0,30.0<br />

SF,ALL,CONV,%SYCNV%<br />

When defining the tables, the independent variables must be in ascending order in the table indices (as in<br />

any table array).<br />

2.5.14.3. Operating on Table Parameters<br />

For convenience, you can multiply table parameters by constants, add one table to another, and add a<br />

constant increment for offset. To do so, use the *TOPER command (Utility Menu> Parameters> Array<br />

Operations> Table Operations). The two tables must have the same dimensions and must have the same<br />

variable names for the rows and columns. The tables must also have identical index values for rows, columns,<br />

etc.<br />

2.5.14.4. Verifying Boundary Conditions<br />

If you use table array parameters to define boundary conditions, you may want to verify that the correct<br />

table and the correct values from the table were applied. You can do so in several ways:<br />

• You can look in the Output window. If you apply tabular boundary conditions on finite element or solid<br />

model entities, the name of the table, not the numerical value, is echoed in the Output window.<br />

• You can list boundary conditions. If you list the boundary conditions during /PREP7, table names are<br />

listed. Longer table names may be truncated. However, if you list boundary conditions during any of<br />

the solution or postprocessing phases at a particular entity or time point, the actual numerical value at<br />

the location or time is listed.<br />

• You can look at the graphical display. Where tabular boundary conditions were applied, the table name<br />

and any appropriate symbols (face outlines, arrows, etc.) can be displayed using the standard ANSYS<br />

graphic display capabilities (/PBC, /PSF, etc.), provided that table numbering is on (/PNUM,TABNAM,ON).<br />

• You can look at the numerically-substituted table of values (/PNUM,SVAL) in POST1.<br />

• You can retrieve a value of a table parameter at any given combination of variables using the *STATUS<br />

command (Utility Menu> List> Other> Parameters).<br />

2.5.14.5. Example <strong>Analysis</strong> Using 1-D Table Array<br />

An example of how to run a steady-state thermal analysis using tabular boundary conditions is described<br />

in Performing a Thermal <strong>Analysis</strong> Using Tabular Boundary Conditions.<br />

2.5.14.6. Example <strong>Analysis</strong> Using 5-D Table Array<br />

This example shows how to run an analysis using a 5-D table. Note that 4- and 5-D tables cannot be defined<br />

interactively; you must use the command method.<br />

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