10. SHELL ELEMENTS - Ed Wilson

2y ago
5 Views
3 Downloads
200.36 KB
8 Pages
Last View : 1m ago
Last Download : 3m ago
Upload by : Adalynn Cowell
Transcription

10.SHELL ELEMENTSAll Shell Elements Are Approximate and aSpecial Case of Three-Dimensional Elasticity10.1INTRODUCTION{ XE "Shell Elements" }The use of classical thin shell theory for problemsof arbitrary geometry leads to the development of higher order differentialequations that, in general, can only be solved approximately using thenumerical evaluation of infinite series. Therefore, a limited number ofsolutions exist only for shell structures with simple geometric shapes.Those solutions provide an important function in the evaluation of thenumerical accuracy of modern finite element computer programs.However, for the static and dynamic analysis of shell structures ofarbitrary geometry, which interact with edge beams and supports, thefinite element method provides the only practical approach at this time.Application of the finite element method for the analysis of shellstructures requires that the user have an understanding of theapproximations involved in the development of the elements. In theprevious two chapters, the basic theory of plate and membrane elementshas been presented. In this book, both the plate and membrane elementswere derived as a special case of three-dimensional elasticity theory, inwhich the approximations are clearly stated. Therefore, using thoseelements for the analysis of shell structures involves the introduction ofvery few new approximations.{ XE "Arch Dam" }Before analyzing a structure using a shell element, oneshould always consider the direct application of three-dimensional solids

to model the structure. For example, consider the case of a threedimensional arch dam. The arch dam may be thin enough to use shellelements to model the arch section with six degrees-of-freedom per node;however, modeling the foundation requires the use of solid elements. Onecan introduce constraints to connect the two element types together.However, it is simpler and more accurate to use solid elements, withincompatible modes, for both the dam and foundation. For that case, onlyone element in the thickness direction is required, and the size of theelement used should not be greater than two times the thickness. Becauseone can now solve systems of over one thousand elements within a fewminutes on a personal computer, this is a practical approach for manyproblems.10.2A SIMPLE QUADRILATERAL SHELL ELEMENT{ XE "Quadrilateral Element" }The two-dimensional plate bending andmembrane elements presented in the previous two chapters can becombined to form a four-node shell element as shown in Figure 10.1.θyuyθxθyyzxuxuz PLATE BENDING ELEMENT θxuyθzθzuzyux MEMBRANE ELEMENT SHELL ELEMENTZxYzLOCAL REFERENCE xyz SYSTEMX GLOBAL X YZ REFERENCE SYSTEMFigure 10.1 Formation of Flat Shell Element

It is only necessary to form the two element stiffness matrices in the localxyz system. The 24 by 24 local element stiffness matrix, Figure 10.1, isthen transformed to the global XYZ reference system. The shell elementstiffness and loads are then added using the direct stiffness method to formthe global equilibrium equations.Because plate bending (DSE) and membrane elements, in any plane, arespecial cases of the three-dimensional shell element, only the shellelement needs to be programmed. This is the approach used in theSAP2000 program. As in the case of plate bending, the shell element hasthe option to include transverse shearing deformations.10.3 MODELING CURVED SHELLS WITH FLAT ELEMENTS{ XE "Arbitrary Shells" }Flat quadrilateral shell elements can be used to modelmost shell structures if all four nodes can be placed at the mid-thickness of theshell. However, for some shells with double curvature this may not be possible.Consider the shell structure shown in Figure 10.2.FLAT SHELL ELEMENT3dd41dd2MID SURFACE OF SHELLShell Structure With Double CurvatureTypical Flat Shell ElementFigure 10.2 Use of Flat Elements to Model Arbitrary Shells

The four input points 1, 2 3 and 4 that define the element are located on the midsurface of the shell, as shown in Figure 10.2. The local xyz coordinate system isdefined by taking the cross product of the diagonal vectors. Or, V z V1 3 V 2 4 .The distance vector d is normal to the flat element and is between the flat elementnode points and input node points at the mid-surface of the shell and is calculatedfrom:d z1 z 3 z 2 z 42(10.1)For most shells, this offset distance is zero and the finite element nodes arelocated at the mid-surface nodes. However, if the distance d is not zero,the flat element stiffness must be modified before transformation to theglobal XYZ reference system. It is very important to satisfy forceequilibrium at the mid- surface of the shell structure. This can beaccomplished by a transformation of the flat element stiffness matrix tothe mid-surface locations by applying the following displacementtransformation equation at each node: 1 0 0 u x 0 1 0 u y 0 0 1 u z 0 0 0 θ x 0 0 0 θ y θ z n 0 0 00 d 0 u x d 0 0 u y 0 0 0 u z 1 0 0 θ x 0 1 0 θ y 0 0 1 θ z s(10.2)Physically, this is stating that the flat element nodes are rigidly attached tothe mid-surface nodes. It is apparent that as the elements become smaller,the distance d approaches zero and the flat element results will convergeto the shell solution.10.4 TRIANGULAR SHELL ELEMENTS{ XE "Triangular Elements" }It has been previously demonstrated that thetriangular plate-bending element, with shearing deformations, produces excellentresults. However, the triangular membrane element with drilling rotations tends tolock, and great care must be practiced in its application. Because any geometrycan be modeled using quadrilateral elements, the use of the triangular elementpresented in this book can always be avoided.

10.5USE OF SOLID ELEMENTS FOR SHELL ANALYSISThe eight-node solid element with incompatible modes can be used forthick shell analysis. The cross-section of a shell structure modeled witheight-node solid elements is shown in Figure 10.3.Figure 10.3 Cross-Section of Thick Shell StructureModeled with Solid ElementsNote that there is no need to create a reference surface when solidelements are used. As in the case of any finite element analysis, more thanone mesh must be used, and statics must be checked to verify the model,the theory and the computer program.10.6ANALYSIS OF THE SCORDELIS-LO BARREL VAULT{ XE "Scordelis-Lo Barrel Vault" }The Scordelis-Lo barrel vault is a classical testproblem for shell structures [1,2]. The structure is shown in Figure 10.4, with onequadrant modeled with a 4 by 4 shell element mesh. The structure is subjected toa factored gravity load in the negative z-direction. The maximum verticaldisplacement is 0.3086 ft. and mid-span moment is 2,090 lb. ft.

ux 0θy θz 0uy 050 ‘θz θx 0zuz ux 0R 25 ’40Oθy 0yThickness 0.250’Modulus of Elasticity 4.32 x 10-6Poisson’s Ratio 0.0Weight Density 300 pcfuzxMAX 0 . 3086 ft.M xx MAX 2090 ft. lb.Figure 10.4 Scordelis-Lo Barrel Vault ExampleTo illustrate the convergence and accuracy of the shell element presented in thischapter, two meshes, with and without shearing deformations, will be presented.The results are summarized in Table 10.1.Table 10.1 Result of Barrel Shell AnalysisTheoretical4 x4 DKE4 x4 DSE8 x 8 DKE8 x 8 t20902166225220872113{ XE "Plate Bending Elements:DSE" }One notes that the DSE tends to bemore flexible than the DKE formulation. From a practical viewpoint, bothelements yield excellent results. It appears that both will converge toalmost the same result for a very fine mesh. Because of local sheardeformation at the curved pinned edge, one would expect DSEdisplacement to converge to a slightly larger, and more correct, value.

10.7HEMISPHERICAL SHELL EXAMPLE{ XE "Kirchhoff Approximation" }The hemispherical shell shown in Figure 10.5was proposed as a standard test problem for elements based on the Kirchhoff thinshell theory [1].z18ofreeRadius 10.0Thickness 0.4Modulus of Elasticity 68,250,000Poisson’s Ratio 0.30Loads as shown on one quadrantsymmetricsymmetricF 1.0F 1.0yfreexFigure 10.5 Hemispherical Shell ExampleThe results of the analyses using the DKE and DSE are summarized in Table10.2. Because the theoretical results are based on the Kichhoff approximation, theDKE element produces excellent agreement with the theoretical solution. TheDSE results are different. Because the theoretical solution under a point load doesnot exist, the results using the DSE approximation are not necessarily incorrect.Table 10.2 Result of Hemispherical Shell AnalysisDisplacementMomentTheoretical8 x 8 DKE8 x 8 DSE0.0940.09390.0978----------1.8842.363

It should be emphasized that it is physically impossible to apply a point load to areal structure. All real loads act on a finite area and produce finite stresses. Thepoint load, which produces infinite stress, is a mathematical definition only andcannot exist in a real structure.10.8SUMMARYIt has been demonstrated that the shell element presented in this book is accuratefor both thin and thick shells. It appears that one can use the DSE approximationfor all shell structures. The results for both displacements and moment appear tobe conservative when compared to the DKE approximation.10.9REFERENCES1. MacNeal, R. H. and R. C. Harder. 1985. “A Proposed Standard Set toTest Element Accuracy, Finite Elements in Analysis and Design.” Vol.1 (1985). pp. 3-20.2. Scordelis, A. C. and K. S. Lo. 1964. “Computer Analysis of CylinderShells,” Journal of American Concrete Institute. Vol. 61. May.

Figure 10.1 Formation of Flat Shell Element . It is only necessary to form the two element stiffness matrices in the local xyz system. The 24 by 24 local element stiffness matrix, Figure 10.1, is . SAP2000 program. As in the case of plate bending, the shell element has

Related Documents:

Shell Donax TU Shell Spirax S6 ATF UM Shell Donax TV Shell Spirax S6 ATF VM Shell Donax TX Shell Spirax S4 ATF HDX* Shell ATF XTR Shell Donax TA Shell Spirax S2 ATF D2 Shell ATF IID GREASES Shell Retinax CSZ Shell Gadus S4 V45AC Shell Albida HDX Shell Gadus S3 V460D Shell Retinax LX2 Shell

Bash Shell The shell of Linux Linux has a variety of different shells: – Bourne shell (sh), C shell (csh), Korn shell (ksh), TC shell (tcsh), Bour ne Again shell (bash). Certainly the most popular shell is “bash”. Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C

63 shell australia lubricants product data guide 2013 industry industry industry hydraulic fluids shell tellus and shell irus compressor oils shell corena turbine oils shell turbo oils bearing and circulating oils shell morlina electrical insulating oils shell diala gas engine oils shell mysella oil industrial gear oils shell

WILLIAM WILSON HOUSE 8333 Upper Hill Road Upper Hill, Somerset County, Maryland Chain of title 347/581 10/23/ 1984 135/138 1/7/1946 87/204 4/3/ 1923 LW 3/400 1/23/1855 Evelyn Wilson to Glenn Leroy Lowe Madge M. Lowe 1 acre Herbert S. Wilson Antoinette H. Wilson to Evelyn Wilson Edward H. Wilson, Charles W. Wilson,

Shell TelluS S2 V 15 15 3.8 160 –42 871 Shell TelluS S2 V 22 22 4.8 190 –39 872 Shell TelluS S2 V 32 32 6.4 170 –42 872 Shell TelluS S2 V 46 46 8.2 210 –39 872 Shell TelluS S2 V 68 68 10.9 230 –36 877 Shell TelluS S2 V 100 100 14.7 176 –30 889 Shell TelluS S3 M 46 46 6.8 220 –33 865 Shell TelluS S4 Vx 32 33.8 9.93 100 –60 866

What is a Shell Script or shell scripting 13 Why shell scripting 14 Chapter 1 Challenges 16 Chapter 2: Getting Started With Shell Programming 17 The bash shell 17 Shell commands 19 The role of shells in the Linux environment 21 Other standard shells 23 Hello, World! Tutorial 25 Shebang 27 Shell Comments 29 Setting up permissions on a script 30

used at shell element integration points Shell transition elements, modeling oftransition zones betweensolids and shells, shell intersections Sections 6.3.4, 6.3.5 The (degenerate) isoparametric shell and beam elements, including the transition elements, are presented and evaluated in Bathe, K. J., and S. Bolourchi, "A Geometric and .

Shell Turbo T 28 TRANSMISSION OILS 29 HEAT TRANSFER FLUIDS Shell Heat Transfer Oil 30 2-STROKE OUTBOARD ENGINE OILS Shell Nautilus Premium Outboard 31. 6 GREASES Shell Gadus 32 Grease compatibility chart 34 SHELL RAPID LUBRICANTS ANALYSIS (RLA) Shell RLA 35