21
January 31 st , 2002

Ansys_Rigid

  • Upload
    ashok

  • View
    141

  • Download
    2

Embed Size (px)

Citation preview

Page 1: Ansys_Rigid

January 31st, 2002

Page 2: Ansys_Rigid

Rigid Regions

Extra! Extra!

Training

How can PADT Help?

ANSYS Focus Archives

Subscribe / Unsubscribe

In the Next Focus

January 31st, 2002

Page 3: Ansys_Rigid

Rigid Regions Often in a model, a region is very stiff compared to another region, and may be an opportunity to use a Rigid region.. Using rigid regions to simulate these areas can keep model size and solution times down. If you only want to distribute a load (but not form a rigid region), consider using RBE3 to form constraint equations, instead.

A rigid region can be modeled using several methods::

Method A) High Stiffness Plane/Solid Elements

Method B) High Stiffness Link Elements

Method C) Constraint Equations (CERIG)*

*Note that RBE3 distributes a load -- but does not form a rigid region.

Method A --Uses 2-D elements to simply model a region and sets a very high stiffness for the material properties. This is acceptable, but can result in a high element count. Method A is the most expensive, and is not further discussed in this article.

Method B -- The most common method applied, because it will work for all cases. It uses link elements with appropriately high stiffness. The wagon-wheel spokes are common as depicted below. Case Study 1 applies this methodology.

Method C -- Uses constraint equations (CE's) to form a perfectly rigid region. To use CERIG, the automatic CE generator, the Mass21 key option must be set such that it expects BOTH a mass and a rotational inertia -- even if the rotational inertia is zero. Case Study 2 applies this methodology.

Bonus: ***When using RBE3, remember that a rigid region is not formed, but the applied load(s) are distributed. Because no rigidity is formed, no rotational moments of inertia are transferred to the slave nodes -- and the key option for Mass21 must be set to ignore rotational inertia effects!.

Page 4: Ansys_Rigid

Case Study 1: Develop a rigid region using Link8 Elements.

Geometry:

Input File or Equivalent Menu Picks

Save as tubecap.db

Boundary Conditions (Constraint Equations):

No constraint equations are used in this case.

Fix the lines on the back end (Z=0) of the tube in all directions.

Apply a downward (negative Y) 2000 lb. load on the node at the center of the spoke.

INPUT COMMANDS

/SOLUlsel,s,,,1,4Dl,all,,allF,1,FY,-2000

MENU PICKS

/Solution > Loads - Apply > Displacement > On Lines

Select lines 1,2,3,4

OK

ALL DOF

OK/Solution > Loads - Apply > Force > On NodeSelect node 1OKFY-2000

The total deflection plot (USUM), after solving, should look as follows:

Page 5: Ansys_Rigid

Case Study 2: Develop a rigid region using CERIG.

Geometry:

Page 6: Ansys_Rigid

Input File or Equivalent Menu Picks

Save as linktube.db

*Note that the Key Option 3 of the Mass 21 element is set to "3-D w/ Rotational Inertia", even though we do not intend on specifying any mass or rotational inertia. Setting the Key Option 3 to "3-D w/out Rotational Inertia" will generate erroneous constraint equations!

Constraint Equations:

Utilize the CERIG function to generate constraint equations representing the rigid region at Z=4.

Fix the lines on the back end (Z=0) of the tube in all directions.

Apply a downward (negative Y) 2000 lb. load on the node at the center of the spoke.

INPUT COMMANDS

/prep7nsel,s,loc,z,4cerig,1,all,all/SOLUlsel,s,,,1,4Dl,all,,allF,1,FY,-2000allsel

MENU PICKS

/Preprocessor > Coupling / Ceqn > Rigid Region >Pick Node 1OKPick all other nodes at Z=4OK

/Solution > Loads - Apply > Displacement > On Lines

Select lines 1,2,3,4

OK

ALL DOF

OK

Page 7: Ansys_Rigid

/Solution > Loads - Apply > Force > On NodeSelect node 1OKFY-2000

Utility Menu > Select > Everything

Apply a downward (negative Y) 2000 lb. load on the node at the center of thespoke.

The total deflection plot (USUM), after solving, should look as follows:

Utilize the CERIG function to generate constraint equations representing the rigid region at Z=4.

Fix the lines on the back end (Z=0) of the tube in all directions.

Save as cetube.db

Page 8: Ansys_Rigid

fini/clear

/prep7cyl4,0,0,1,,,,4/view,1,1,1,1et,1,shell63

n,1,0,0,4amesh,3,4et,2,link8type,2

mat,2e,1,15*do,icount,30,41,1e,1,icount*enddo*do,icount,221,231e,1,icount*enddo

!Material PropertiesMPTEMP,,,,,,,,MPTEMP,1,0MPDATA,EX,1,,12e6MPDATA,PRXY,1,,.3MPDATA,EX,2,,12e12

MPDATA,PRXY,2,,.3r,1,.1r,2,1e5eplot

Page 9: Ansys_Rigid

Preprocessor > Modeling - Create > Cylinder > Solid Cyclinder +WP X 0WP Y 0Radius 3Depth 4OK

Preprocessor > Element Type > Add/Edit/DeleteADDStructural - Shell - Elastic 4node - 63OK

Preprocessor > Create > Nodes > In Active CS . . .Node Number 1X,Y,Z Location in the active CS 0 0 4THXY,THYZ,THZX 0 0 0OK

Preprocessor > Meshing - Mesh > Areas - Free >Pick areas 3 and 4OK

Preprocessor > Element Type > Add/Edit/DeleteADDStructural - Link - 3D Spar - 8OK

Preprocessor > Create > Elements > Auto Numbered - Thru Nodes +Selct nodes1 15 APPLY1 30 APPLY1 31 APPLY1 32 . . . 41 APPLY1 221 APPLY1 222 APPLY1 223 . . . 231 APPLY

Preprocessor > Material Props > Material Models . . .Material Model Number 1

StructuralLinearElasticIsotropicEX 12E6PRXY .3OK

Preprocessor > Real Constants > Add/Edit/DeleteAdd . . .Type 1 Shell 63Shell Thickness at Node I 0.1OKAdd . . .Type 2 Link *Area 1e5OK

Plot > Elements

Page 10: Ansys_Rigid

fini /clear /prep7 cyl4,0,0,1,,,,4 /view,1,1,1,1 et,1,shell63 n,1,0,0,4 amesh,3,4 et,2,21 type,2 real,2 e,1

!Material Properties MPTEMP,,,,,,,, MPTEMP,1,0 MPDATA,EX,1,,12e6 MPDATA,PRXY,1,,.3 r,1,.1

r,2,0 eplot

Page 11: Ansys_Rigid

Preprocessor > Modeling - Create > Cylinder > Solid Cyclinder +

WP X 0WP Y 0Radius 3Depth 4

OK

Preprocessor > Element Type > Add/Edit/Delete

ADD

Structural - Shell - Elastic 4node - 63

OK

Preprocessor > Create > Nodes > In Active CS . . .

Node Number 1X,Y,Z Location in the active CS 0 0 4THXY,THYZ,THZX 0 0 0

OK

Preprocessor > Meshing - Mesh > Areas - Free >

Pick areas 3 and 4

OKPreprocessor > Element Type > Add/Edit/Delete

ADD

Structural - Mass - 3D Mass - 21OK

Preprocessor > Attributes - Define > Default AttribsType Mass21Mat 1Real 2

Preprocessor > Create > Elements > Auto Numbered - Thru Nodes +Select node 1OK

Preprocessor > Material Props > Material Models . . .

Material Model Number 1StructuralLinearElasticIsotropic

EX 12E6PRXY .3

OKPreprocessor > Real Constants > Add/Edit/Delete

Add . . .Type 1 Shell 63Shell Thickness at Node I 0.1OKAdd . . .

Page 12: Ansys_Rigid

Type 2 Mass(Leave all entries blank)OK

Utility Menu > PlotCrtl > Symbols >[/PBC] Boundary condition symbolSelect All Applied BC'sOK

Plot > Elements

Page 13: Ansys_Rigid

What's New . . .

ANSYS, Inc. and SAS LLC enter into strategic NASTRAN partnership

Use Benchmarking to get a New Computer!

Rapid Prototyping Guide

Archives

ANSYS Focus is a periodical publication provided by Phoenix Analysis & Design Technologies (PADT).

Page 14: Ansys_Rigid

ANSYS, Inc. and SAS LLC enter into strategic NASTRAN partnership

Agreement Includes Joint Development of New NASTRAN Solution and Exclusive OEM Distribution Canonsburg, PA - November 27, 2001 - ANSYS®, Inc. (NASDAQ: ANSS), the global innovator of simulation software and technologies designed to optimize product development processes, today announced a strategic OEM partnership with SAS LLC, a provider of NASTRAN simulation software and services. The global alliance is focused on the joint development of a new NASTRAN computer-aided engineering solution that will be distributed exclusively by ANSYS, Inc.

ANSYS, Inc. has been selected by SAS to be the sole distributor and support network for the new NASTRAN solution. The NASTRAN solution is also being developed in coordination with key aerospace and automotive companies, providing additional guidance about the core capabilities needed. Development of the new NASTRAN product is being driven by Dr. Richard MacNeal, founder and former chairman of MacNeal-Schwendler Corporation, and Dr. Harry Schaeffer to advance current NASTRAN capabilities.

"This joint development effort will provide companies with the next generation of NASTRAN solutions. As we work together to broaden users options, we also will provide the most innovative NASTRAN product implementation ever produced," commented Dr. Harry Schaeffer, president of SAS LLC and Dr. Richard MacNeal. "ANSYS, Inc. was the perfect partner for our initiatives. They have a proven dedication to providing the highest-quality solutions through highly-skilled and reliable global sales and distribution networks."

"By being data compatible, this new offering directly addresses the inertia against change within the NASTRAN user community, " stated Don Brown, chairman of D H Brown & Associates. "Combining this with the unique open architecture of the AI*Workbench platform will dramatically broaden the opportunities for users and ANSYS, Inc. as a supplier."

The solution will integrate the technologies of ANSYS, Inc., CADOE S.A., ICEM CFD Engineering and SAS LLC to provide users with the most comprehensive NASTRAN product. Building off of ANSYS, Inc. architecture, NASTRAN will also be fully compatible with existing customer data and processes, and will provide a unique open architecture design and economic solutions for complex product and manufacturing processes.

The NASTRAN solution is expected to ship in early 2002. ANSYS, Inc. is providing an Early Adopter Program that is now available for organizations that want to ensure long-term affordability for their NASTRAN usage. For more information, please email [email protected].

Page 15: Ansys_Rigid

"We are fortunate to have the technology and expertise of the pioneers of NASTRAN technology to make this offering the richest solution available," stated Michael J. Wheeler, vice president of marketing for ANSYS, Inc. "The inclusion of this technology further advances ANSYS, Inc.'s support of the overall product development process. This new solution will allow companies upgrade their simulation tools and processes with minimal impact on the existing infrastructure."

About SAS LLC Implemented by the pioneers of NASTRAN technology, SAS LLC provides worldwide software and services that improve engineers' ability to perform automated simulation of product and process performance.

About ANSYS, Inc. ANSYS, Inc., founded in 1970 as Swanson Analysis Systems, Inc., develops and globally markets engineering simulation software and technologies widely used by engineers and designers across a broad spectrum of industries, including aerospace, automotive, manufacturing, electronics and biomedical. Headquartered at Southpointe in Canonsburg, PA, ANSYS, Inc. employs 400 people and focuses on the development of open and flexible solutions that enable users to analyze designs directly on the desktop, providing a common platform for fast, efficient and cost-conscious product development, from design concept to final-stage testing and validation. ANSYS, Inc. distributes its ANSYS®, DesignSpace®, AI* Solutions™ and ICEM-CFD Engineering products through a network of channel partners in 37 countries, in addition to its own direct sales offices in 18 strategic locations throughout the world. For additional information on ANSYS, Inc., please visit http://www.ansys.com.

CONTACT: Dawn Tappy ANSYS, Inc. PR Manager [email protected]

ANSYS is registered in the U.S. Patent and Trademark Office. All other trademarks and registered trademarks are the property of their respective owners.

Back to list of articles . . .

Page 16: Ansys_Rigid

Get a New Computer by Benchmarking

Justifying hardware expenditure is always difficult. Benchmark your current machine and compare it to others. Using this data, provide your manager / IT department with true-life performance comparison. Also, when hardware upgrades are available, steer the decision towards hardware you know will perform ANSYS tasks most efficiently. Perhaps you can use this to justify your new hardware purchase.

Check http://www.padtinc.com/bench/bench.htm to review benchmarking on different hardware and platforms. This site allows users to enter data from their hardware and also compare to data that others have entered. Three types of tests exist --

1. Hard Drive

2. CPU

3. Graphics Card

Also check out benchmarking at ANSYS --

Back to list of articles . . .

ANSYS Focus is a periodical publication provided by Phoenix Analysis & Design Technologies (PADT).

Page 17: Ansys_Rigid

Rapid Prototyping Guide

Download

Back to list of articles . . .

ANSYS Focus is a periodical publication provided by Phoenix Analysis & Design Technologies (PADT).

Page 18: Ansys_Rigid

Whether it’s one of our regularly-scheduled classes in our training room or a customized class tailored to your specifications and location, you can be assured that the training you receive will have immediate, positive results on your capabilities in design, analysis, and product and process improvement.

See the upcoming schedule below. Or, learn more about how training at PADT can save you time and money. (Or drop an e-mail to Ted Harris!)

Month Start End Class Course No. Location

January 22 24 Intro to ANSYS, I 101 ANSYS West 28 30 Basic Nonlinearities 201 ANSYS West 30 30 Designspace 103 Gilbert 31 1-Feb Dynamics 203 ANSYS West

February 4 6 Intro to ANSYS, I 101 Gilbert 7 8 Heat Transfer 301 Gilbert 14 15 ANSYS/LS-DYNA 501 LAX 19 21 Intro to ANSYS, I 101 LAX 25 26 Dynamics 203 Gilbert 27 1-Mar Flotran I 601 Gilbert

March 4 6 Intro to ANSYS, I 101 Gilbert 11 14 Advanced Customization 802 Gilbert 14 15 Engineering with Finite Element Analysis 100 LAX 18 20 Intro to ANSYS, I 101 ANSYS West 21 22 Design Opt. and Probabalistic Design 701 LAX 25 26 Flotran II 602 Gilbert 27 28 Intro to ANSYS, II 102 ANSYS West

Page 19: Ansys_Rigid

Subscribe / Unsubscribe

The ANSYS Focus is a periodical published by PADT. It contains information about ANSYS products and services provided by PADT. Fell free to distribute the ANSYS Focus, while maintaining its entirety.

Subscribe to ANSYS Focus by sending an e-mail to [email protected] with the Subscribe as the subject

Unsubscribe to ANSYS Focus by sending an e-mail to [email protected] with Unsubscribe as the subject.

For administration questions please e-mail Rod Scholl.

Contribute

Send in your contribution! Articles, and information helpful to the user are welcomed and encouraged. E-mail Rod Scholl. (Sheldon – this means you!)

ANSYS Focus is a periodical publication provided by Phoenix Analysis & Design Technologies (PADT).

Page 20: Ansys_Rigid

Next in Focus

ANSYS Focus is a periodical publication provided by Phoenix Analysis & Design Technologies (PADT).

Page 21: Ansys_Rigid

The Nitty-Gritty

PHOENIX ANALYSIS AND DESIGN TECHNOLOGIES (PADT) MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE INFORMATION CONTAINED IN THESE DOCUMENTS AND RELATED GRAPHICS FOR ANY PURPOSE. ALL SUCH DOCUMENTS AND RELATED GRAPHICS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND AND ARE SUBJECT TO CHANGE WITHOUT NOTICE. THE ENTIRE RISK ARISING OUT OF THEIR USE REMAINS WITH THE RECIPIENT. IN NO EVENT, INCLUDING INACCURATE INFORMATION, SHALL PADT BE LIABLE FOR ANY DIRECT, CONSEQUENTIAL, INCIDENTAL, SPECIAL, PUNITIVE OR OTHER DAMAGES WHATSOEVER (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, OR LOSS OF BUSINESS INFORMATION), EVEN IF PADT HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

THE VIEWS EXPRESSED IN THE ANSYS FOCUS ARE SOLEY PHOENIX ANALYSIS AND DESIGN TECHNOLOGIES AND NOT THOSE OF ANSYS, INC.

ANSYS Focus is a periodical publication provided by Phoenix Analysis & Design Technologies (PADT).