Mechanical APDL Basic Analysis Guide - Ansys

Mechanical APDL Basic Analysis Guide - Ansys Mechanical APDL Basic Analysis Guide - Ansys

www1.ansys.com
from www1.ansys.com More from this publisher
15.11.2012 Views

Chapter 1: Getting Started with ANSYS 1.1.1.2. Defining an Analysis Title The /TITLE command (Utility Menu> File> Change Title), defines a title for the analysis. ANSYS includes the title on all graphics displays and on the solution output. You can issue the /STITLE command to add subtitles; these will appear in the output, but not in graphics displays. 1.1.1.3. Defining Units The ANSYS program does not assume a system of units for your analysis. Except in magnetic field analyses, you can use any system of units so long as you make sure that you use that system for all the data you enter. (Units must be consistent for all input data.) For micro-electromechanical systems (MEMS), where dimensions are on the order of microns, see the conversion factors in System of Units in the Coupled-Field Analysis Guide. Using the /UNITS command, you can set a marker in the ANSYS database indicating the system of units that you are using. This command does not convert data from one system of units to another; it simply serves as a record for subsequent reviews of the analysis. 1.1.2. Defining Element Types The ANSYS element library contains more than 150 different element types. Each element type has a unique number and a prefix that identifies the element category: PLANE182, SOLID185, BEAM188, ELBOW290, and so on. The following element categories are available: BEAM CIRCUit COMBINation CONTACt FLUID HF (High Frequency) HYPERelastic INFINite INTERface LINK MASS MATRIX The element type determines, among other things: MESH Multi-Point Constraint PIPE PLANE PRETS (Pretension) SHELL SOLID SOURCe SURFace TARGEt TRANSducer USER VISCOelastic (or viscoplastic) • The degree-of-freedom set (which in turn implies the discipline - structural, thermal, magnetic, electric, quadrilateral, brick, etc.) • Whether the element lies in 2-D or 3-D space. BEAM188, for example, has six structural degrees of freedom (UX, UY, UZ, ROTX, ROTY, ROTZ), is a line element, and can be modeled in 3-D space. PLANE77 has a thermal degree of freedom (TEMP), is an 8-node quadrilateral element, and can be modeled only in 2-D space. You must be in PREP7, the general preprocessor, to define element types. To do so, you use the ET family of commands (ET, ETCHG, etc.) or their GUI path equivalents; see the Command Reference for details. You define the element type by name and give the element a type reference number. For example, the commands 2 Release 13.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information of ANSYS, Inc. and its subsidiaries and affiliates.

shown below define two element types, BEAM188 and SHELL181, and assign them type reference numbers 1 and 2 respectively. ET,1,BEAM188 ET,2,SHELL181 This table of type reference number versus element name is called the element type table. While defining the actual elements, you point to the appropriate type reference number using the TYPE command (Main Menu> Preprocessor> Modeling> Create> Elements> Elem Attributes). Key Options Many element types have key options, or KEYOPTs, and are referred to as KEYOPT(1), KEYOPT(2), etc. For example, KEYOPT(3) for BEAM188 allows you to choose the shape function along the length of the beam, and KEYOPT(8) for SHELL181 allows you to specify how layer data should be stored. Specify KEYOPTs via the ET command or the KEYOPT command (Main Menu> Preprocessor> Element Type> Add/Edit/Delete). 1.1.3. Defining Element Real Constants Element real constants are properties that depend on the element type, such as the cross-sectional properties of a beam element. Not all element types require real constants, and different elements of the same type may have different real constant values. You can specify real constants using the R family of commands (R, RMODIF, etc.) or their equivalent menu paths; see the Command Reference for further information. As with element types, each set of real constants has a reference number, and the table of reference number versus real constant set is called the real constant table. While defining the elements, you point to the appropriate real constant reference number using the REAL command (Main Menu> Preprocessor> Modeling> Create> Elements> Elem Attributes). While defining real constants, keep these rules and guidelines in mind: • When using one of the R commands, you must enter real constants in the order shown in Table 4.n.1 for each element type in the Element Reference. • For models using multiple element types, use a separate real constant set (that is, a different REAL reference number) for each element type. The ANSYS program issues a warning message if multiple element types reference the same real constant set. However, a single element type may reference several real constant sets. • To verify your real constant input, use the RLIST and ELIST commands, with RKEY = 1 (shown below). RLIST lists real constant values for all sets. The command ELIST,,,,,1 produces an easier-to-read list that shows, for each element, the real constant labels and their values. Command(s): ELIST GUI: Utility Menu> List> Elements> Attributes + RealConst Utility Menu> List> Elements> Attributes Only Utility Menu> List> Elements> Nodes + Attributes Utility Menu> List> Elements> Nodes + Attr + RealConst Command(s): RLIST GUI: Utility Menu> List> Properties> All Real Constants Utility Menu> List> Properties> Specified Real Const Release 13.0 - © SAS IP, Inc. All rights reserved. - Contains proprietary and confidential information of ANSYS, Inc. and its subsidiaries and affiliates. 1.1.3. Defining Element Real Constants 3

shown below define two element types, BEAM188 and SHELL181, and assign them type reference numbers<br />

1 and 2 respectively.<br />

ET,1,BEAM188<br />

ET,2,SHELL181<br />

This table of type reference number versus element name is called the element type table. While defining<br />

the actual elements, you point to the appropriate type reference number using the TYPE command (Main<br />

Menu> Preprocessor> Modeling> Create> Elements> Elem Attributes).<br />

Key Options<br />

Many element types have key options, or KEYOPTs, and are referred to as KEYOPT(1), KEYOPT(2), etc. For<br />

example, KEYOPT(3) for BEAM188 allows you to choose the shape function along the length of the beam,<br />

and KEYOPT(8) for SHELL181 allows you to specify how layer data should be stored.<br />

Specify KEYOPTs via the ET command or the KEYOPT command (Main Menu> Preprocessor> Element<br />

Type> Add/Edit/Delete).<br />

1.1.3. Defining Element Real Constants<br />

Element real constants are properties that depend on the element type, such as the cross-sectional properties<br />

of a beam element. Not all element types require real constants, and different elements of the same type<br />

may have different real constant values.<br />

You can specify real constants using the R family of commands (R, RMODIF, etc.) or their equivalent menu<br />

paths; see the Command Reference for further information. As with element types, each set of real constants<br />

has a reference number, and the table of reference number versus real constant set is called the real constant<br />

table. While defining the elements, you point to the appropriate real constant reference number using the<br />

REAL command (Main Menu> Preprocessor> Modeling> Create> Elements> Elem Attributes).<br />

While defining real constants, keep these rules and guidelines in mind:<br />

• When using one of the R commands, you must enter real constants in the order shown in Table 4.n.1<br />

for each element type in the Element Reference.<br />

• For models using multiple element types, use a separate real constant set (that is, a different REAL reference<br />

number) for each element type. The ANSYS program issues a warning message if multiple element<br />

types reference the same real constant set. However, a single element type may reference several real<br />

constant sets.<br />

• To verify your real constant input, use the RLIST and ELIST commands, with RKEY = 1 (shown below).<br />

RLIST lists real constant values for all sets. The command ELIST,,,,,1 produces an easier-to-read list that<br />

shows, for each element, the real constant labels and their values.<br />

Command(s): ELIST<br />

GUI: Utility Menu> List> Elements> Attributes + RealConst<br />

Utility Menu> List> Elements> Attributes Only<br />

Utility Menu> List> Elements> Nodes + Attributes<br />

Utility Menu> List> Elements> Nodes + Attr + RealConst<br />

Command(s): RLIST<br />

GUI: Utility Menu> List> Properties> All Real Constants<br />

Utility Menu> List> Properties> Specified Real Const<br />

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

of ANSYS, Inc. and its subsidiaries and affiliates.<br />

1.1.3. Defining Element Real Constants<br />

3

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

Saved successfully!

Ooh no, something went wrong!