Balancing Manufacturability and Optimal Structural Performance for Laminate Composites through a Genetic Algorithm

Size: px
Start display at page:

Download "Balancing Manufacturability and Optimal Structural Performance for Laminate Composites through a Genetic Algorithm"

Transcription

1 Balancing Manufacturability and Optimal Structural Performance for Laminate Composites through a Genetic Algorithm Mike Stephens Senior Composites Stress Engineer, Airbus UK Composite Research, Golf Course Lane, Filton, Bristol BS99 7AR michael.stephens@airbus.com and Vassili Toropov Principal Design Optimization Specialist, Altair Engineering Ltd Vanguard Centre, Sir William Lyons Road, Coventry CV4 7EZ toropov@uk.altair.com Abstract This paper details the application of a specialised genetic algorithm to reduce the mass of a laminated composite wing rib. The genetic algorithm has been customised specifically to optimise the performance of polymer-laminated composites. The technology allows the mass to be minimized by the removal or addition of plies of various discrete orientations whilst satisfying the structural intent of the component. For the rib structure assessed, the structural constraints consist of limits placed on the displacement, stress (i.e. ply failure index) and buckling behaviour. Additional constraints have been included to ensure the optimised structure is possible to manufacture. For the initial implementation, ply compatibly between patches and a number of manufacturing lay-up rules have been included. The genetic algorithm solution then becomes a trade-off between degree of mass reduction and ease of manufacture. The composite rib design assessed was considered as highly constrained since the baseline design exhibited displacement and stress responses close to the structural limits. In addition, the patch definitions used to define different laminate stacking sequences for the baseline model were retained. Consequently, mass reduction can only be achieved by modifying the number and orientation of the plies within a particular patch. The composite lay-up of the baseline wing rib design was considered as a good baseline design with a number of the structural constraints already close to their limits. Consequently, this example was considered as a good testing ground for the GA technology. Even for this highly constrained baseline wing rib design, with the number of patches and patch sizes fixed, the technology produced designs which reduced the mass between 36% and 12% depending on the manufacturing constraint specified. For a clean sheet design, which would allow freedom to vary location, number and size of patches, significant mass savings are achievable. This technology is unique and has the potential to provide minimum mass composite structures that can be manufactured. It can accelerate the design process and generate non-intuitive lay-ups. In addition, it can provide manufacturing data to efficiently assemble the ply book. Keywords: Genetic Algorithm, Polymer Laminate Composite, Manufacturing Constraints, Optimization Altair Engineering

2 1.0 Introduction This paper assesses the potential of a customised genetic algorithm (GA) to produce minimum mass composite structures that can be manufactured efficiently. The technology has already been successfully applied to a composite component in the motorsport industry [1-3]. However, the aerospace components have additional requirements (e.g. buckling sensitive structures). Historically, a number of optimisation techniques have been investigated [1]. However, the GA has proved the best approach. The technique has the advantage of being able to deal with a large number of design variables (i.e. individual ply thickness and orientation) and works on discrete increments (i.e. supplier s book values of thickness and orientation). It has the ability to add or remove plies in order to achieve the optimum stacking sequence. In addition, the technique is flexible and can accommodate various structural and manufacturing constraints. In contrast with conventional optimisation techniques, a GA works with a population of designs that evolves, generation after generation, into better designs. It is based on the computer simulation of the Darwinian concept of survival of the fittest, where the fitter species has an analogy with a better design. This makes a GA highly robust and avoids being trapped at local optima. The GA used has been developed specifically to suit the requirements of a laminated polymer composite. However, extensive development was still required to solve the structure selected by Airbus. The was due to the finite element model size, number of loadcases, the addition of different design constraints (e.g. buckling) and the requirement to include manufacturing considerations. A composite rib structure has been selected to assess the potential of the technology. This is a structure which has already been assessed using finite elements. Five loadcases are applied with displacements, stress and buckling used as structural constraints. The initial activity is to understand the make-up of the rib model and assess the structural performance against the specified constraints. Once an understanding of the baseline model has been obtained, a number of GA studies are performed. The initial studies consider only structural constraints while a number of further studies consider both structural and manufacturing constraints. 2.0 Enhancements to the Genetic Algorithm 2.1 Increased Turn-Around Speed The initial genetic algorithm code required enhancement in order to solve the wing rib optimization problem. The finite element model size and the number of loadcases required increased turn-around speed. Each individual loadcase required a static stress and eigenvalue buckling analysis. This was accomplished by improving the efficiency of the GA code and capitalising on new computer hardware available on-site at Altair. A typical GA solution will perform 200 functional calls in a generation with the possibility of performing 50 generations (approximately 10,000 functional calls). A functional call consists of a conventional OptiStruct [4] finite element solution (solver time) followed by the Altair Engineering 2004 Balancing Manufacturability and Optimal Structural Performance 8-2

3 extraction and returning of particular results types to the GA program (processing time). The speed has been increased by a factor of at least 5 (Figure 1). This has been achieved by reading directly from the OptiStruct results database files rather than using external scripting. Solver time Processing time Original Improved Figure 1: Schematic Illustrating Improvements in Turn-Around Time The GA is highly parallel, with each functional call within a generation completely independent of any other. Consequently, for computer hardware with multiple CPU s available, multiple functional calls are simultaneously computed. The solution is totally scalable with a 4 CPU solution taking half the time of a 2 CPU solution. The optimisation requires many generations of populations of size upwards of a hundred. This results in a large simulation time; the option of multiple processing allows several runs to be completed at a time, thus reducing the overall processing time. The multiple submittal of the jobs (functional calls) is performed inside the GA program rather than partly in the program and partly in the solver scripts. The change also allows more flexibility in the way the jobs are run: they can run on one machine, several machines, through an external batching system, and so on. 2.2 Implementation of Manufacturing Constraints The GA can be extended to include manufacturing constraints. Typical examples of three such constraints which have been added are presented. These consist of :- i) Limit the maximum number of successive plies in one direction. For example, it may be decided that three consecutive ply layers with the same orientation are acceptable but four are not (Figure 2). ii) iii) Ensure that each possible ply angle makes up a minimum proportion of the plies in every composite patch. For example, it might be required that each patch contains at least 10% of each ply angle (Figure 3). Limit the thickness ratio of two adjacent composite patches. This ensures that the jump across a boundary between two patches is not too large. For example, a thickness ratio of 2:1 could be imposed between connected patches (Figure 4). Altair Engineering 2004 Balancing Manufacturability and Optimal Structural Performance 8-3

4 Figure 2: Count of Consecutive Ply Layers in a Patch /8 = 37.5% 2/8 = 25% 1/8 = 12.5% 2/8 = 25% Figure 3: Proportion of Each Ply Orientation in a Patch Figure 4: Patches with a Thickness Ratio of 2:1 2.2 Inclusion of Manufacturability in the Design Objective In addition to these manufacturing constraints, the objective function minimised by the GA is modified to include a measure of the discontinuity between the ply layers. The continuity between two layers is measured by counting the number of continuous layers. A layer is considered continuous if it occurs at the same level in the composite patches or is within some tolerance (e.g. +/- 1 layer) (Figure 5). For the example shown in Figure 5, the number of layers that are considered continuous is 3. The continuity value is obtained by dividing this by the number of plies in one of the patches. Using the thicker patch gives 3/7. The measure of discontinuity is then 1 3/7 = 4/7 (= 0.57). Altair Engineering 2004 Balancing Manufacturability and Optimal Structural Performance 8-4

5 Angle 7 Angle 6 Angle 5 Figure 5: Continuity between Ply Layers In order to combine the two criteria (mass and discontinuity index) into a single objective function, the discontinuity can be weighted against the normalised value of mass to balance the requirements for better layer continuity against those for lower mass. The objective function is then formulated as F = W 1 M + W 2 D where M is the normalised value of mass, D is the discontinuity index, and W 1 and W 2 (subject to the condition W 1 + W 2 = 1) are the corresponding weighting coefficients indicating the relative preferences of the two criteria. For example, when both criteria are deemed equally important, the weightings can be selected as W 1 = W 2 = Baseline Assessment This section introduces the baseline finite element model and results. It is important that an understanding of the baseline model performance is obtained before any optimisation assessment can be achieved. The Genetic Algorithm code uses OptiStruct to evaluate the structural performance. Figure 6: Wing Rib Model This polymer laminated composite rib structure consists of 13,925 four noded shells and 14,556 nodal points (Figure 6). The material response is characterized by an orthotropic linear elastic material model. For the optimisation study, the structure was divided into a number of patches (Figure 7). Altair Engineering 2004 Balancing Manufacturability and Optimal Structural Performance 8-5

6 Figure 7: Designable Patches These patches are considered as designable (number 1 to 7). For the baseline design, the stacking sequences for patches are identical except for patch 7. The boundary condition consists of displacement constraints. A total of five loadcases are applied which consist of a mixture of nodal point forces and displacements. For each loadcase, both static linear elastic stress and eigenvalue buckling solution sequences are performed. The Tsai-Wu theory of ply failure was assumed to compute the failure index. However, a number of standard theories (e.g. Hill Hoffman, Maximum Strain) can be selected to determine the failure index value. A number of material strength allowables are required to be specified to compute the index. 3.1 Baseline Results For each loadcase, the structural performance of the composite rib is assessed against a number of structural constraints. These consist of the maximum displacement in the vicinity of the access holes, the eigenvalue buckling behaviour and the stress performance. The baseline maximum displacement in the vicinity of the access holes is used as a limiting displacement constraint (Table 1) to avoid potential clashing problems with service equipment. The buckling load is assessed by determining the normalised eigenvalue buckling factor which must be greater than unity. The lowest baseline buckling factor is 5.64, which demonstrates that the baseline structure is not buckling sensitive. The composite structure is treated the same as metallic structures where the safety factor has been applied to the applied loads. No safety factors are applied to any of the constraint limits. Consequently, no special treatment for the buckling constraint limit of the composite structure has been made. The stress performance of the composite is assessed by determining the maximum failure index that occurs in an individual ply layer. The failure index selected is Tsai-Wu compound stress failure criteria which indicates failure if a value greater than unity is predicted. Altair Engineering 2004 Balancing Manufacturability and Optimal Structural Performance 8-6

7 Structural Constraint Baseline Value Loadcase No. Limiting Value Normalised Max. Displacement Buckling Factor Failure Index Table 1: Baseline Values for the Structural Constraints 4.0 Genetic Algorithm Optimisation Studies Any optimisation study simply requires the definition of a design objective, design constraint and design variables. For the GA, the design objective has been formulated to weight the requirement to minimise mass against ease of manufacture. For all GA studies performed, the structural design constraints remain constant. Namely, nodal displacements located in the vicinity of the access holes, buckling capacity and the failure index stress limit. The effect of the manufacturing design constraints is assessed by performing various GA studies. The design variables consist of the number of plies (e.g. thickness) and fibre direction in a particular patch. This particular implementation of the GA is unique since ply layers can be added or removed. This means the number of design variables can alter from generation to generation. 4.1 Structural Constraints Only When only the structural constraints (i.e. displacement, failure index and buckling) were imposed, the improved design was obtained in 29 generations of the GA. This produced a weight saving of 36% as compared to the baseline design. 4.2 Structural and Manufacturing Constraints In addition to the structural constraints used in the previous study, the manufacturing constraints were added. The following manufacturing constraints were defined: maximum number of successive plies in one direction = 4, each patch contains at least 10% of each ply orientation, maximum thickness ratio between connected patches is 2:1. The weightings for the design objective (i.e. mass W 1 vs the measure of discontinuity W 2 ) were taken as W 1 = 0.7 and W 2 = 0.3, respectively. This produced a weight saving of 12% as compared to the baseline design. The GA was allowed to progress to generation 54 but these diagrams show that the GA converged to the best solution within 30 generations. This observation is typical for the other GA optimisation runs. For each generation, OptiStruct was used to analyse 180 different solutions and 200 solutions are required for the first generation. This is a total of 9,740 functional calls for the whole run. However, due to the increased turn-around speed, this assessment is completed in two days on a modest computer cluster (eight CPU). Altair Engineering 2004 Balancing Manufacturability and Optimal Structural Performance 8-7

8 Figure 8 shows the convergence history for the measure of discontinuity for the best solution. Note that there is an increase in discontinuity at generation 13. This is due to a very small drop in mass (about 40g). With the weighting values specified, this is sufficient to promote a less continuous solution over a heavier one. Figure 8: Convergence History for Ply Discontinuity The convergence histories for the three manufacturing constraints are presented. The maximum number (four) of stacked plies in the same direction (Figure 9), the minimum contribution (10%) from a ply in a given direction (Figure 10) and the thickness ratio (2:1) between two adjacent composite patches (Figure 11) are presented. Figure 9: Convergence History for Normalised Maximum Consecutive Ply Constraint Altair Engineering 2004 Balancing Manufacturability and Optimal Structural Performance 8-8

9 Figure 10: Convergence History for Normalised Minimum Composition Constraints Figure 11: Convergence History for Normalised Maximum Relative Ply Thickness Constraint) 4.3 Relaxed Manufacturing Constraints For this run, the constraint on the maximum thickness ratio of two adjacent patches was relaxed from 2:1 to 2.5:1. It was observed that violation of this constraint was the most frequent reason for rejecting solutions during the initial run. This constraint relaxation produced a greater mass saving (of 25%) whilst worsening the ply continuity. 4.4 Discussion of Results A comparison of the results of the optimisation runs with different settings in the problem formulation is given in Table 2. The restrictive nature of the patch selection is highlighted Altair Engineering 2004 Balancing Manufacturability and Optimal Structural Performance 8-9

10 by patch number seven (Figure 7) which is required to have the same lay-up even though it appears to be positioned independently in three different areas. The results show that the toughening of the manufacturing requirements reduces the weight savings produced by the optimisation. These requirements are user-defined and can vary from one problem to another. It can be noted that the assumed limitation on the maximum number of sequential plies of the same orientation (four in this study) does not appear to be active in this problem. Also, it can be observed that relaxation of the limit on the maximum thickness ratio of any two neighbouring patches from 2:1 to 2.5:1 doubled the achieved weight saving. Design Feature Limit W 1 = 0.7, W 2 =0.3 Thickness Ratio=2.0 W 1 = 0.7, W 2 =0.3 Thickness Ratio=2.5 No Manufacturing Constraints Mass Reduction (%) Discontinuity Index Normalised Max. Displacement Failure Index Buckling Load Factor Max. # of Sequential Identical Plies Min. % of Plies of each Orientation per Patch Max. Neighbouring Patch Thickness Ratio 10% 11.1% 10% 0% 2 or Table 2: Features of the Designs Obtained by the Optimisation Runs 5.0 Conclusions The potential of the GA has been demonstrated by applying the technology to a baseline composite wing rib design. An existing finite element model of the rib has been used to assess the structural performance. This consisted of five loadcases with structural limitations placed on displacements, buckling and stress performance. A number of enhancements have been made to the GA in order to improve the turn-around and usability. An initial implementation of various manufacturing constraints was performed. However, manufacturing input is required to ensure such options are not too conservative. The initial GA studies demonstrate the potential of the technology to produce mass reductions which vary between 36% and 12% depending on manufacturing flexibility. Further significant mass reductions could be achieved if the study was allowed to select the location, size and number of patches. From the optimisation studies, it can be seen that the manufacturing constraints can limit the amount of weight reduction. It is important that the constraints are realistic for effective Altair Engineering 2004 Balancing Manufacturability and Optimal Structural Performance 8-10

11 use of the GA optimisation strategy. There are a number of ways that the existing technique might be improved. As an alternative, the optimisation might be performed in two stages. In the first step, the newly implemented discrete optimization facility in OptiStruct is used as a sizing tool to determine approximately the size of the patches and their thickness. For the second step, the stacking sequences are changed to improve the stiffness. This may allow further reductions in the number of ply layers, thus reducing the mass. Finally, potential enhancements to the GA and a strategy to commence from a clean sheet design have been identified, which have great potential for significant mass reduction. 6.0 References [1] Weight Optimization of a Formula One Car Composite Component, M Stephens, R D Jones, V V Toropov & L F Alvarez, 4th ASMO UK / ISSMO Conf., July 2002, pp , ISBN [2] Optimising the Optimised : Weight Reduction of an Formula One Composite Component, S Nevey, V V Toropov & L F Alvarez, Paper 8, 3rd HyperWorks UK Conference, Gaydon, Oct [3] Discrete Optimization Applied to an F1 Car Composite Component, V V Toropov, L F Alvarez, R D Jones & C Reynolds, 5th World Congress of Structural and Multidisciplinary Optimization, Italy, May [4] Altair OptiStruct Version 6.0, Altair Engineering Inc., [5] Altair HyperMesh Version 6.0, Altair Engineering Inc., [6] Design and Optimization of Laminated Composite Materials, Z Gurdal, R T Haftka and P Hajela, John Wiley & Sons, Altair Engineering 2004 Balancing Manufacturability and Optimal Structural Performance 8-11

APPLICATION OF TOPOLOGY, SIZING AND SHAPE OPTIMIZATION METHODS TO OPTIMAL DESIGN OF AIRCRAFT COMPONENTS

APPLICATION OF TOPOLOGY, SIZING AND SHAPE OPTIMIZATION METHODS TO OPTIMAL DESIGN OF AIRCRAFT COMPONENTS APPLICATION OF TOPOLOGY, SIZING AND SHAPE OPTIMIZATION METHODS TO OPTIMAL DESIGN OF AIRCRAFT COMPONENTS Lars Krog, Alastair Tucker and Gerrit Rollema Airbus UK Ltd Advanced Numerical Simulations Department

More information

The Application of Process Automation and Optimisation in the Rapid Development of New Passenger Vehicles at SAIC Motor

The Application of Process Automation and Optimisation in the Rapid Development of New Passenger Vehicles at SAIC Motor The Application of Process Automation and Optimisation in the Rapid Development of New Passenger Vehicles at SAIC Motor Dave Husson Vehicle CAE Manager, SAIC Motor UK Technical Centre Lowhill Lane, Longbridge,

More information

*Currently employed at UTAS, work for this paper was carried out while the author was formerly employed at MSC Software.

*Currently employed at UTAS, work for this paper was carried out while the author was formerly employed at MSC Software. A novel optimization strategy for composite beam type landing gear for light aircraft Edwin Spencer * United Technologies Aerospace Systems 850 Lagoon Drive Chula Vista Ca. 91910 Abstract Composite beam

More information

Composite Materials. Capability Statement

Composite Materials. Capability Statement Composite Materials Capability Statement 2 Arup is an independent consultancy employing over 11,000 professional staff in more than 35 countries around the world. Introduction Arup is an independent firm

More information

Introduction to Solid Modeling Using SolidWorks 2012 SolidWorks Simulation Tutorial Page 1

Introduction to Solid Modeling Using SolidWorks 2012 SolidWorks Simulation Tutorial Page 1 Introduction to Solid Modeling Using SolidWorks 2012 SolidWorks Simulation Tutorial Page 1 In this tutorial, we will use the SolidWorks Simulation finite element analysis (FEA) program to analyze the response

More information

The Fundamental Principles of Composite Material Stiffness Predictions. David Richardson

The Fundamental Principles of Composite Material Stiffness Predictions. David Richardson The Fundamental Principles of Composite Material Stiffness Predictions David Richardson Contents Description of example material for analysis Prediction of Stiffness using Rule of Mixtures (ROM) ROM with

More information

Simulation Driven Design and Additive Manufacturing applied for Antenna Bracket of Sentinel 1 Satellite

Simulation Driven Design and Additive Manufacturing applied for Antenna Bracket of Sentinel 1 Satellite Simulation Driven Design and Manufacturing applied for Antenna Bracket of Sentinel 1 Satellite Innovation Intelligence Alejandro Cervantes Herrera cervantes@altair.de Frankfurt, Nov 26 2014 Content Overview

More information

THE COMPOSITE DISC - A NEW JOINT FOR HIGH POWER DRIVESHAFTS

THE COMPOSITE DISC - A NEW JOINT FOR HIGH POWER DRIVESHAFTS THE COMPOSITE DISC - A NEW JOINT FOR HIGH POWER DRIVESHAFTS Dr Andrew Pollard Principal Engineer GKN Technology UK INTRODUCTION There is a wide choice of flexible couplings for power transmission applications,

More information

Introduction to the Siemens PLM End to End Solution for Composites

Introduction to the Siemens PLM End to End Solution for Composites Introduction to the Siemens PLM End to End Solution for Composites Restricted Siemens AG 2014 2013 All rights reserved. Page 1 Siemens PLM is Dedicated to the Future of Lightweight Engineering Bringing

More information

STRUCTURAL ANALYSIS SKILLS

STRUCTURAL ANALYSIS SKILLS STRUCTURAL ANALYSIS SKILLS ***This document is held up to a basic level to represent a sample for our both theoretical background & software capabilities/skills. (Click on each link to see the detailed

More information

(Seattle is home of Boeing Jets)

(Seattle is home of Boeing Jets) Dr. Faeq M. Shaikh Seattle, Washington, USA (Seattle is home of Boeing Jets) 1 Pre Requisites for Today s Seminar Basic understanding of Finite Element Analysis Working Knowledge of Laminate Plate Theory

More information

Back to Elements - Tetrahedra vs. Hexahedra

Back to Elements - Tetrahedra vs. Hexahedra Back to Elements - Tetrahedra vs. Hexahedra Erke Wang, Thomas Nelson, Rainer Rauch CAD-FEM GmbH, Munich, Germany Abstract This paper presents some analytical results and some test results for different

More information

STRUCTURAL OPTIMIZATION OF REINFORCED PANELS USING CATIA V5

STRUCTURAL OPTIMIZATION OF REINFORCED PANELS USING CATIA V5 STRUCTURAL OPTIMIZATION OF REINFORCED PANELS USING CATIA V5 Rafael Thiago Luiz Ferreira Instituto Tecnológico de Aeronáutica - Pça. Marechal Eduardo Gomes, 50 - CEP: 12228-900 - São José dos Campos/ São

More information

Abaqus Technology Brief. Automobile Roof Crush Analysis with Abaqus

Abaqus Technology Brief. Automobile Roof Crush Analysis with Abaqus Abaqus Technology Brief Automobile Roof Crush Analysis with Abaqus TB-06-RCA-1 Revised: April 2007. Summary The National Highway Traffic Safety Administration (NHTSA) mandates the use of certain test procedures

More information

CHAPTER 4 4 NUMERICAL ANALYSIS

CHAPTER 4 4 NUMERICAL ANALYSIS 41 CHAPTER 4 4 NUMERICAL ANALYSIS Simulation is a powerful tool that engineers use to predict the result of a phenomenon or to simulate the working situation in which a part or machine will perform in

More information

Signpost the Future: Simultaneous Robust and Design Optimization of a Knee Bolster

Signpost the Future: Simultaneous Robust and Design Optimization of a Knee Bolster Signpost the Future: Simultaneous Robust and Design Optimization of a Knee Bolster Tayeb Zeguer Jaguar Land Rover W/1/012, Engineering Centre, Abbey Road, Coventry, Warwickshire, CV3 4LF tzeguer@jaguar.com

More information

MODELLING COUPLED HEAT AND AIR FLOW: PING-PONG VS ONIONS

MODELLING COUPLED HEAT AND AIR FLOW: PING-PONG VS ONIONS MODELLING COUPLED HEAT AND AIR FLOW: PING-PONG VS ONIONS Jan Hensen University of Strathclyde Energy Systems Research Unit 75 Montrose Street, GLASGOW G1 1XJ, Scotland Email: jan@esru.strath.ac.uk SYNOPSIS

More information

INJECTION MOLDING COOLING TIME REDUCTION AND THERMAL STRESS ANALYSIS

INJECTION MOLDING COOLING TIME REDUCTION AND THERMAL STRESS ANALYSIS INJECTION MOLDING COOLING TIME REDUCTION AND THERMAL STRESS ANALYSIS Tom Kimerling University of Massachusetts, Amherst MIE 605 Finite Element Analysis Spring 2002 ABSTRACT A FEA transient thermal structural

More information

ANALYTICAL AND EXPERIMENTAL EVALUATION OF SPRING BACK EFFECTS IN A TYPICAL COLD ROLLED SHEET

ANALYTICAL AND EXPERIMENTAL EVALUATION OF SPRING BACK EFFECTS IN A TYPICAL COLD ROLLED SHEET International Journal of Mechanical Engineering and Technology (IJMET) Volume 7, Issue 1, Jan-Feb 2016, pp. 119-130, Article ID: IJMET_07_01_013 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=7&itype=1

More information

Shell Elements in ABAQUS/Explicit

Shell Elements in ABAQUS/Explicit ABAQUS/Explicit: Advanced Topics Appendix 2 Shell Elements in ABAQUS/Explicit ABAQUS/Explicit: Advanced Topics A2.2 Overview ABAQUS/Explicit: Advanced Topics ABAQUS/Explicit: Advanced Topics A2.4 Triangular

More information

Certification of Discontinuous Composite Material Forms for Aircraft Structures

Certification of Discontinuous Composite Material Forms for Aircraft Structures Certification of Discontinuous Composite Material Forms for Aircraft Structures Paolo Feraboli (UWAA), Mark Tuttle (UW), Larry Ilcewicz (FAA), Bill Avery (Boeing), Bruno Boursier, Dave Barr (Hexcel) JAMS

More information

Composite Design Fundamentals. David Richardson

Composite Design Fundamentals. David Richardson Composite Design Fundamentals David Richardson Contents A review of the fundamental characteristics of composites Stiffness and Strength Anisotropic Role of fibre, matrix and interface Composite failure

More information

COMPUTATIONAL ENGINEERING OF FINITE ELEMENT MODELLING FOR AUTOMOTIVE APPLICATION USING ABAQUS

COMPUTATIONAL ENGINEERING OF FINITE ELEMENT MODELLING FOR AUTOMOTIVE APPLICATION USING ABAQUS International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 7, Issue 2, March-April 2016, pp. 30 52, Article ID: IJARET_07_02_004 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=7&itype=2

More information

Product-process interaction modeling of composite structures using As-Built information

Product-process interaction modeling of composite structures using As-Built information FASERINSTITUT BREMEN e.v. (FIBRE) Product-process interaction modeling of composite structures using As-Built information Christian BRAUNER 1, Andrea MIENE 1, Michael BRUYNEEL², Frederic PASCON², Axel

More information

Integrative Optimization of injection-molded plastic parts. Multidisciplinary Shape Optimization including process induced properties

Integrative Optimization of injection-molded plastic parts. Multidisciplinary Shape Optimization including process induced properties Integrative Optimization of injection-molded plastic parts Multidisciplinary Shape Optimization including process induced properties Summary: Andreas Wüst, Torsten Hensel, Dirk Jansen BASF SE E-KTE/ES

More information

Project Scope. Perform a major step forward in Airbus Virtual Testing (VT) capability of structures. Project launch Design Certification

Project Scope. Perform a major step forward in Airbus Virtual Testing (VT) capability of structures. Project launch Design Certification Presented by Michel MAHÉ Prepared by Michel MAHÉ, Jean-François IMBERT, Christophe BRAND Aircraft Virtual Structural Testing: Challenges for Structure Analysis Aircraft Virtual Structural Testing: Challenges

More information

Performance of Dynamic Load Balancing Algorithms for Unstructured Mesh Calculations

Performance of Dynamic Load Balancing Algorithms for Unstructured Mesh Calculations Performance of Dynamic Load Balancing Algorithms for Unstructured Mesh Calculations Roy D. Williams, 1990 Presented by Chris Eldred Outline Summary Finite Element Solver Load Balancing Results Types Conclusions

More information

ACCELERATING COMMERCIAL LINEAR DYNAMIC AND NONLINEAR IMPLICIT FEA SOFTWARE THROUGH HIGH- PERFORMANCE COMPUTING

ACCELERATING COMMERCIAL LINEAR DYNAMIC AND NONLINEAR IMPLICIT FEA SOFTWARE THROUGH HIGH- PERFORMANCE COMPUTING ACCELERATING COMMERCIAL LINEAR DYNAMIC AND Vladimir Belsky Director of Solver Development* Luis Crivelli Director of Solver Development* Matt Dunbar Chief Architect* Mikhail Belyi Development Group Manager*

More information

A Simultaneous Solution for General Linear Equations on a Ring or Hierarchical Cluster

A Simultaneous Solution for General Linear Equations on a Ring or Hierarchical Cluster Acta Technica Jaurinensis Vol. 3. No. 1. 010 A Simultaneous Solution for General Linear Equations on a Ring or Hierarchical Cluster G. Molnárka, N. Varjasi Széchenyi István University Győr, Hungary, H-906

More information

Numerical Analysis of Independent Wire Strand Core (IWSC) Wire Rope

Numerical Analysis of Independent Wire Strand Core (IWSC) Wire Rope Numerical Analysis of Independent Wire Strand Core (IWSC) Wire Rope Rakesh Sidharthan 1 Gnanavel B K 2 Assistant professor Mechanical, Department Professor, Mechanical Department, Gojan engineering college,

More information

Offshore Wind Farm Layout Design A Systems Engineering Approach. B. J. Gribben, N. Williams, D. Ranford Frazer-Nash Consultancy

Offshore Wind Farm Layout Design A Systems Engineering Approach. B. J. Gribben, N. Williams, D. Ranford Frazer-Nash Consultancy Offshore Wind Farm Layout Design A Systems Engineering Approach B. J. Gribben, N. Williams, D. Ranford Frazer-Nash Consultancy 0 Paper presented at Ocean Power Fluid Machinery, October 2010 Offshore Wind

More information

EFFECTS ON NUMBER OF CABLES FOR MODAL ANALYSIS OF CABLE-STAYED BRIDGES

EFFECTS ON NUMBER OF CABLES FOR MODAL ANALYSIS OF CABLE-STAYED BRIDGES EFFECTS ON NUMBER OF CABLES FOR MODAL ANALYSIS OF CABLE-STAYED BRIDGES Yang-Cheng Wang Associate Professor & Chairman Department of Civil Engineering Chinese Military Academy Feng-Shan 83000,Taiwan Republic

More information

Benchmark Tests on ANSYS Parallel Processing Technology

Benchmark Tests on ANSYS Parallel Processing Technology Benchmark Tests on ANSYS Parallel Processing Technology Kentaro Suzuki ANSYS JAPAN LTD. Abstract It is extremely important for manufacturing industries to reduce their design process period in order to

More information

Experts in Computational Fluid Dynamics

Experts in Computational Fluid Dynamics Experts in Computational Fluid Dynamics TotalSim Background TotalSim is an independent CFD consultancy firm specialising in aerodynamic and hydrodynamic design and development through the use of open source

More information

CAE -Finite Element Method

CAE -Finite Element Method 16.810 Engineering Design and Rapid Prototyping CAE -Finite Element Method Instructor(s) Prof. Olivier de Weck January 11, 2005 Plan for Today Hand Calculations Aero Æ Structures FEM Lecture (ca. 45 min)

More information

Simulation of Fluid-Structure Interactions in Aeronautical Applications

Simulation of Fluid-Structure Interactions in Aeronautical Applications Simulation of Fluid-Structure Interactions in Aeronautical Applications Martin Kuntz Jorge Carregal Ferreira ANSYS Germany D-83624 Otterfing Martin.Kuntz@ansys.com December 2003 3 rd FENET Annual Industry

More information

CRASH ANALYSIS OF AN IMPACT ATTENUATOR FOR RACING CAR IN SANDWICH MATERIAL

CRASH ANALYSIS OF AN IMPACT ATTENUATOR FOR RACING CAR IN SANDWICH MATERIAL F2008-SC-016 CRASH ANALYSIS OF AN IMPACT ATTENUATOR FOR RACING CAR IN SANDWICH MATERIAL Boria, Simonetta *, Forasassi, Giuseppe Department of Mechanical, Nuclear and Production Engineering, University

More information

Topology optimization based on graph theory of crash loaded flight passenger seats

Topology optimization based on graph theory of crash loaded flight passenger seats 7. LS-DYNA Anwenderforum, Bamberg 2008 Optimierung III Topology optimization based on graph theory of crash loaded flight passenger seats Axel Schumacher, Christian Olschinka, Bastian Hoffmann Hamburg

More information

Neue Entwicklungen in LS-OPT/Topology - Ausblick auf Version 2

Neue Entwicklungen in LS-OPT/Topology - Ausblick auf Version 2 Neue Entwicklungen in LS-OPT/Topology - Ausblick auf Version 2 Willem Roux**, Heiner Muellerschoen*, Katharina Witowski* *DYNAmore GmbH **LSTC contact: hm@dynamore.de DYNAmore GmbH Germany http://www.dynamore.de

More information

Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms

Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms Symposium on Automotive/Avionics Avionics Systems Engineering (SAASE) 2009, UC San Diego Model-based Parameter Optimization of an Engine Control Unit using Genetic Algorithms Dipl.-Inform. Malte Lochau

More information

4.3 Results... 27 4.3.1 Drained Conditions... 27 4.3.2 Undrained Conditions... 28 4.4 References... 30 4.5 Data Files... 30 5 Undrained Analysis of

4.3 Results... 27 4.3.1 Drained Conditions... 27 4.3.2 Undrained Conditions... 28 4.4 References... 30 4.5 Data Files... 30 5 Undrained Analysis of Table of Contents 1 One Dimensional Compression of a Finite Layer... 3 1.1 Problem Description... 3 1.1.1 Uniform Mesh... 3 1.1.2 Graded Mesh... 5 1.2 Analytical Solution... 6 1.3 Results... 6 1.3.1 Uniform

More information

Material Optimization and Weight Reduction of Drive Shaft Using Composite Material

Material Optimization and Weight Reduction of Drive Shaft Using Composite Material IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-1684,p-ISSN: 2320-334X, Volume 10, Issue 1 (Nov. - Dec. 2013), PP 39-46 Material Optimization and Weight Reduction of Drive Shaft

More information

Computational Design Optimization Using Distributed Grid Resources

Computational Design Optimization Using Distributed Grid Resources Computational Design Optimization Using Distributed Grid Resources Petri Kere 1 and Juha Lento CSC the Finnish IT Center for Science http://www.csc.fi 1 Tampere University of Technology Insitute of Applied

More information

Use of Strain Gauge Rosette to Investigate Stress concentration in Isotropic and Orthotropic Plate with Circular Hole

Use of Strain Gauge Rosette to Investigate Stress concentration in Isotropic and Orthotropic Plate with Circular Hole Use of Strain Gauge Rosette to Investigate Stress concentration in Isotropic and Orthotropic Plate with Circular Hole Mr.V.G.Aradhye 1, Prof.S.S.Kulkarni 2 1 PG Scholar, Mechanical department, SKN Sinhgad

More information

Investigation and Application of Multi-Disciplinary Optimization for. Automotive Body-in-White Development

Investigation and Application of Multi-Disciplinary Optimization for. Automotive Body-in-White Development Investigation and Application of Multi-Disciplinary Optimization for Abstract: Automotive Body-in-White Development Allen Sheldon*, Edward Helwig*, Yong-Bae Cho** * Honda R&D Americas, Inc. ** CSM Software,

More information

Finite Element Formulation for Beams - Handout 2 -

Finite Element Formulation for Beams - Handout 2 - Finite Element Formulation for Beams - Handout 2 - Dr Fehmi Cirak (fc286@) Completed Version Review of Euler-Bernoulli Beam Physical beam model midline Beam domain in three-dimensions Midline, also called

More information

Aeroelastic Investigation of the Sandia 100m Blade Using Computational Fluid Dynamics

Aeroelastic Investigation of the Sandia 100m Blade Using Computational Fluid Dynamics Aeroelastic Investigation of the Sandia 100m Blade Using Computational Fluid Dynamics David Corson Altair Engineering, Inc. Todd Griffith Sandia National Laboratories Tom Ashwill (Retired) Sandia National

More information

Numerical simulation of ground impact after airdrop

Numerical simulation of ground impact after airdrop 5 th European LS-DYNA Users Conference Methods and Techniques (1) Numerical simulation of ground impact after airdrop Authors: Yves de Lassat de Pressigny, Centre d Essais en Vol, MinDef/DGA/DE, France

More information

A Robust Method for Solving Transcendental Equations

A Robust Method for Solving Transcendental Equations www.ijcsi.org 413 A Robust Method for Solving Transcendental Equations Md. Golam Moazzam, Amita Chakraborty and Md. Al-Amin Bhuiyan Department of Computer Science and Engineering, Jahangirnagar University,

More information

Tower Cross Arm Numerical Analysis

Tower Cross Arm Numerical Analysis Chapter 7 Tower Cross Arm Numerical Analysis In this section the structural analysis of the test tower cross arm is done in Prokon and compared to a full finite element analysis using Ansys. This is done

More information

Capturing complex non-linear structural response through a series of linear analyses

Capturing complex non-linear structural response through a series of linear analyses Capturing complex non-linear structural response through a series of linear analyses Supervisors: prof.dr.ir. Jan G. Rots dr.ir. Max A. N. Hendriks 1 BACKGROUND Reasons of research: Underground construction:

More information

A Case Study Comparing Two Approaches for Applying Area Loads: Tributary Area Loads vs Shell Pressure Loads

A Case Study Comparing Two Approaches for Applying Area Loads: Tributary Area Loads vs Shell Pressure Loads 1 A Case Study Comparing Two Approaches for Applying Area Loads: Tributary Area Loads vs Shell Pressure Loads By Dr. Siriwut Sasibut (Application Engineer) S-FRAME Software Inc. #1158 13351 Commerce Parkway

More information

Preliminary steel concrete composite bridge design charts for Eurocodes

Preliminary steel concrete composite bridge design charts for Eurocodes Preliminary steel concrete composite bridge 90 Rachel Jones Senior Engineer Highways & Transportation Atkins David A Smith Regional Head of Bridge Engineering Highways & Transportation Atkins Abstract

More information

An Overview of the Finite Element Analysis

An Overview of the Finite Element Analysis CHAPTER 1 An Overview of the Finite Element Analysis 1.1 Introduction Finite element analysis (FEA) involves solution of engineering problems using computers. Engineering structures that have complex geometry

More information

LOW VELOCITY IMPACT ANALYSIS OF LAMINATED FRP COMPOSITES

LOW VELOCITY IMPACT ANALYSIS OF LAMINATED FRP COMPOSITES LOW VELOCITY IMPACT ANALYSIS OF LAMINATED FRP COMPOSITES B. KRANTHI KUMAR 1 M.Tech student, Department of Mechanical Engineering, Godavari Institute of Engineering and Technology, Rajahmundry, Andhrapradesh,

More information

Lap Fillet Weld Calculations and FEA Techniques

Lap Fillet Weld Calculations and FEA Techniques Lap Fillet Weld Calculations and FEA Techniques By: MS.ME Ahmad A. Abbas Sr. Analysis Engineer Ahmad.Abbas@AdvancedCAE.com www.advancedcae.com Sunday, July 11, 2010 Advanced CAE All contents Copyright

More information

Application of LS-DYNA Implicit for the Design of Plastic Components

Application of LS-DYNA Implicit for the Design of Plastic Components 9. LS-DYNA Forum, Bamberg 2010 Application of LS-DYNA Implicit for the Design of Plastic Components Thomas Wimmer, Martin Fritz 4a engineering GmbH, Traboch - A Abstract: LS-Dyna is a common code in explicit

More information

Introduction to Engineering System Dynamics

Introduction to Engineering System Dynamics CHAPTER 0 Introduction to Engineering System Dynamics 0.1 INTRODUCTION The objective of an engineering analysis of a dynamic system is prediction of its behaviour or performance. Real dynamic systems are

More information

Optimization algorithms for aeronautical engine components: CFD design applications

Optimization algorithms for aeronautical engine components: CFD design applications Optimization algorithms for aeronautical engine components: CFD design applications 1 Outline CFD Optimization Research projects Combustor applications Injection system design à swirl number Cowl design

More information

The Use of Optimization Software TOSCA in a Standard Flexplate Design Process

The Use of Optimization Software TOSCA in a Standard Flexplate Design Process The Use of Optimization Software TOSCA in a Standard Flexplate Design Process Diwakar Krishnaiah 1, Sreedhar Patil 2, and Matthias Friedrich 3 1 GM Powertrain, Pontiac, Michigan, USA, 2 TCS, Bangalore,

More information

Nonlinear analysis and form-finding in GSA Training Course

Nonlinear analysis and form-finding in GSA Training Course Nonlinear analysis and form-finding in GSA Training Course Non-linear analysis and form-finding in GSA 1 of 47 Oasys Ltd Non-linear analysis and form-finding in GSA 2 of 47 Using the GSA GsRelax Solver

More information

Finite Element Formulation for Plates - Handout 3 -

Finite Element Formulation for Plates - Handout 3 - Finite Element Formulation for Plates - Handout 3 - Dr Fehmi Cirak (fc286@) Completed Version Definitions A plate is a three dimensional solid body with one of the plate dimensions much smaller than the

More information

DYNAMIC ANALYSIS OF THICK PLATES SUBJECTED TO EARTQUAKE

DYNAMIC ANALYSIS OF THICK PLATES SUBJECTED TO EARTQUAKE DYNAMIC ANALYSIS OF THICK PLATES SUBJECTED TO EARTQUAKE ÖZDEMİR Y. I, AYVAZ Y. Posta Adresi: Department of Civil Engineering, Karadeniz Technical University, 68 Trabzon, TURKEY E-posta: yaprakozdemir@hotmail.com

More information

Pavement Engineering & Asset Management. Meeting the requirements of our existing & future diverse road networks

Pavement Engineering & Asset Management. Meeting the requirements of our existing & future diverse road networks Pavement Engineering & Asset Management Meeting the requirements of our existing & future diverse road networks 3 Introduction Pavement Engineering Services Jean Lefebvre (UK) are able to provide analysis

More information

820446 - ACMSM - Computer Applications in Solids Mechanics

820446 - ACMSM - Computer Applications in Solids Mechanics Coordinating unit: 820 - EUETIB - Barcelona College of Industrial Engineering Teaching unit: 737 - RMEE - Department of Strength of Materials and Structural Engineering Academic year: Degree: 2015 BACHELOR'S

More information

CAE -Finite Element Method

CAE -Finite Element Method 16.810 Engineering Design and Rapid Prototyping Lecture 3b CAE -Finite Element Method Instructor(s) Prof. Olivier de Weck January 16, 2007 Numerical Methods Finite Element Method Boundary Element Method

More information

PREDICTION OF MACHINE TOOL SPINDLE S DYNAMICS BASED ON A THERMO-MECHANICAL MODEL

PREDICTION OF MACHINE TOOL SPINDLE S DYNAMICS BASED ON A THERMO-MECHANICAL MODEL PREDICTION OF MACHINE TOOL SPINDLE S DYNAMICS BASED ON A THERMO-MECHANICAL MODEL P. Kolar, T. Holkup Research Center for Manufacturing Technology, Faculty of Mechanical Engineering, CTU in Prague, Czech

More information

Modal Analysis of Structures Loaded With Fluid Using Virtual Fluid Mass Method

Modal Analysis of Structures Loaded With Fluid Using Virtual Fluid Mass Method Modal Analysis of Structures Loaded With Fluid Using Virtual Fluid Mass Method S.Arun Kumar Manager Ashok Leyland Limited Chennai-600103 India Arunkumar.S2@ashokleyland.com S.Sivasankaran Sr.Manager Ashok

More information

ParFUM: A Parallel Framework for Unstructured Meshes. Aaron Becker, Isaac Dooley, Terry Wilmarth, Sayantan Chakravorty Charm++ Workshop 2008

ParFUM: A Parallel Framework for Unstructured Meshes. Aaron Becker, Isaac Dooley, Terry Wilmarth, Sayantan Chakravorty Charm++ Workshop 2008 ParFUM: A Parallel Framework for Unstructured Meshes Aaron Becker, Isaac Dooley, Terry Wilmarth, Sayantan Chakravorty Charm++ Workshop 2008 What is ParFUM? A framework for writing parallel finite element

More information

FEAWEB ASP Issue: 1.0 Stakeholder Needs Issue Date: 03/29/2000. 04/07/2000 1.0 Initial Description Marco Bittencourt

FEAWEB ASP Issue: 1.0 Stakeholder Needs Issue Date: 03/29/2000. 04/07/2000 1.0 Initial Description Marco Bittencourt )($:(%$63 6WDNHKROGHU1HHGV,VVXH 5HYLVLRQ+LVWRU\ 'DWH,VVXH 'HVFULSWLRQ $XWKRU 04/07/2000 1.0 Initial Description Marco Bittencourt &RQILGHQWLDO DPM-FEM-UNICAMP, 2000 Page 2 7DEOHRI&RQWHQWV 1. Objectives

More information

CFD SIMULATION OF SDHW STORAGE TANK WITH AND WITHOUT HEATER

CFD SIMULATION OF SDHW STORAGE TANK WITH AND WITHOUT HEATER International Journal of Advancements in Research & Technology, Volume 1, Issue2, July-2012 1 CFD SIMULATION OF SDHW STORAGE TANK WITH AND WITHOUT HEATER ABSTRACT (1) Mr. Mainak Bhaumik M.E. (Thermal Engg.)

More information

Automated Reporting and Workflow Management of LS-DYNA Simulations

Automated Reporting and Workflow Management of LS-DYNA Simulations 3. LS-DYNA Anwenderforum, Bamberg 2004 CAE / IT III Automated Reporting and Workflow Management of LS-DYNA Simulations Author: Dr. Jochen Seybold Altair Engineering GmbH, Germany Correspondence: Dr. Jochen

More information

Experimental validation of the 3D numerical model for an adaptive laminar wing with flexible extrados

Experimental validation of the 3D numerical model for an adaptive laminar wing with flexible extrados 18 th International Conference of Adaptive Structures and Technologies October 3 rd, 4 th, 5 th, 2007 Ottawa, Ontario, Canada Experimental validation of the 3D numerical model for an adaptive laminar wing

More information

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING EFFICIENT DATA PRE-PROCESSING FOR DATA MINING USING NEURAL NETWORKS JothiKumar.R 1, Sivabalan.R.V 2 1 Research scholar, Noorul Islam University, Nagercoil, India Assistant Professor, Adhiparasakthi College

More information

MIKE 21 FLOW MODEL HINTS AND RECOMMENDATIONS IN APPLICATIONS WITH SIGNIFICANT FLOODING AND DRYING

MIKE 21 FLOW MODEL HINTS AND RECOMMENDATIONS IN APPLICATIONS WITH SIGNIFICANT FLOODING AND DRYING 1 MIKE 21 FLOW MODEL HINTS AND RECOMMENDATIONS IN APPLICATIONS WITH SIGNIFICANT FLOODING AND DRYING This note is intended as a general guideline to setting up a standard MIKE 21 model for applications

More information

A Genetic Algorithm Approach for Solving a Flexible Job Shop Scheduling Problem

A Genetic Algorithm Approach for Solving a Flexible Job Shop Scheduling Problem A Genetic Algorithm Approach for Solving a Flexible Job Shop Scheduling Problem Sayedmohammadreza Vaghefinezhad 1, Kuan Yew Wong 2 1 Department of Manufacturing & Industrial Engineering, Faculty of Mechanical

More information

PENETRATION AND INDENTATION ON BASALT FIBRE REINFORCED PLASTIC LAMINATES UNDER LOW VELOCITY IMPACTS

PENETRATION AND INDENTATION ON BASALT FIBRE REINFORCED PLASTIC LAMINATES UNDER LOW VELOCITY IMPACTS PENETRATION AND INDENTATION ON BASALT FIBRE REINFORCED PLASTIC LAMINATES UNDER LOW VELOCITY IMPACTS V. Lopresto*, G. Caprino, A. Langella, C. Leone Department of Materials and Production Engineering, University

More information

Influence of Crash Box on Automotive Crashworthiness

Influence of Crash Box on Automotive Crashworthiness Influence of Crash Box on Automotive Crashworthiness MIHAIL DANIEL IOZSA, DAN ALEXANDRU MICU, GHEORGHE FRĂȚILĂ, FLORIN- CRISTIAN ANTONACHE University POLITEHNICA of Bucharest 313 Splaiul Independentei

More information

Multi-Objective Genetic Test Generation for Systems-on-Chip Hardware Verification

Multi-Objective Genetic Test Generation for Systems-on-Chip Hardware Verification Multi-Objective Genetic Test Generation for Systems-on-Chip Hardware Verification Adriel Cheng Cheng-Chew Lim The University of Adelaide, Australia 5005 Abstract We propose a test generation method employing

More information

The Basics of FEA Procedure

The Basics of FEA Procedure CHAPTER 2 The Basics of FEA Procedure 2.1 Introduction This chapter discusses the spring element, especially for the purpose of introducing various concepts involved in use of the FEA technique. A spring

More information

Tensile fracture analysis of blunt notched PMMA specimens by means of the Strain Energy Density

Tensile fracture analysis of blunt notched PMMA specimens by means of the Strain Energy Density Engineering Solid Mechanics 3 (2015) 35-42 Contents lists available at GrowingScience Engineering Solid Mechanics homepage: www.growingscience.com/esm Tensile fracture analysis of blunt notched PMMA specimens

More information

Issue 1.0 Jan 2002. A Short Guide to Quality and Reliability Issues In Semiconductors For High Rel. Applications

Issue 1.0 Jan 2002. A Short Guide to Quality and Reliability Issues In Semiconductors For High Rel. Applications Issue 1.0 Jan 2002 A Short Guide to Quality and Reliability Issues In Semiconductors For High Rel. Applications It is impossible to test Quality or Reliability into a product. It is, however, quite practical

More information

A Slot Representation of the Resource-Centric Models for Scheduling Problems

A Slot Representation of the Resource-Centric Models for Scheduling Problems A Slot Representation of the Resource-Centric Models for Scheduling Problems Roman Barták * Charles University, Faculty of Mathematics and Physics Department of Theoretical Computer Science Malostranské

More information

May Newsletter An insight into our Upright design

May Newsletter An insight into our Upright design May Newsletter An insight into our Upright design Mass optimisation of the uprights represents an important area in suspension design, a lighter upright contributes significantly to the weight of the unsprung

More information

Economic Mass Producible Mirror Panels for Solar Concentrators

Economic Mass Producible Mirror Panels for Solar Concentrators Abstract G, G. Burgess, K. Lovegrove and A. Luzzi Centre for Sustainable Energy Systems Australian National University, Canberra 2 Australia E-mail: Glen@faceng.anu.edu.au The Centre for Sustainable Energy

More information

Mesh Discretization Error and Criteria for Accuracy of Finite Element Solutions

Mesh Discretization Error and Criteria for Accuracy of Finite Element Solutions Mesh Discretization Error and Criteria for Accuracy of Finite Element Solutions Chandresh Shah Cummins, Inc. Abstract Any finite element analysis performed by an engineer is subject to several types of

More information

Numerical Analysis of Texas Cone Penetration Test

Numerical Analysis of Texas Cone Penetration Test International Journal of Applied Science and Technology Vol. 2 No. 3; March 2012 Numerical Analysis of Texas Cone Penetration Test Nutan Palla Project Engineer, Tolunay-Wong Engineers, Inc. 10710 S Sam

More information

Nonlinear Analysis Using Femap with NX Nastran

Nonlinear Analysis Using Femap with NX Nastran Nonlinear Analysis Using Femap with NX Nastran Chip Fricke, Principal Applications Engineer, Agenda Nonlinear Analysis Using Femap with NX Nastran Who am I? Overview of Nonlinear Analysis Comparison of

More information

Design and Analysis of a Storage Container Used in Missile

Design and Analysis of a Storage Container Used in Missile Design and of a Storage Container Used in Missile 75 Prudvi Raju. Devarapalli M.Tech Student Technology, Ongole Venkata Ramesh Mamilla Associate Professor Technology Ongole M.V. Mallikarjun Professor Technology

More information

Linear Static Analysis of a Cantilever Beam Using Beam Library (SI Units)

Linear Static Analysis of a Cantilever Beam Using Beam Library (SI Units) APPENDIX A Linear Static Analysis of a Cantilever Beam Using Beam Library (SI Units) Objectives: Create a geometric representation of a cantilever beam. Use the geometry model to define an MSC.Nastran

More information

High-performance local search for planning maintenance of EDF nuclear park

High-performance local search for planning maintenance of EDF nuclear park High-performance local search for planning maintenance of EDF nuclear park Frédéric Gardi Karim Nouioua Bouygues e-lab, Paris fgardi@bouygues.com Laboratoire d'informatique Fondamentale - CNRS UMR 6166,

More information

Building Platform as a Service for Scientific Applications

Building Platform as a Service for Scientific Applications Building Platform as a Service for Scientific Applications Moustafa AbdelBaky moustafa@cac.rutgers.edu Rutgers Discovery Informa=cs Ins=tute (RDI 2 ) The NSF Cloud and Autonomic Compu=ng Center Department

More information

How High a Degree is High Enough for High Order Finite Elements?

How High a Degree is High Enough for High Order Finite Elements? This space is reserved for the Procedia header, do not use it How High a Degree is High Enough for High Order Finite Elements? William F. National Institute of Standards and Technology, Gaithersburg, Maryland,

More information

How To Design A 3D Print In Metal

How To Design A 3D Print In Metal DMLS / SLM Metal 3D Printing. An introductory design guide for our 3d printing in metal service. v2.2-8th July 2015 Pricing considerations. Part Volume. One of the biggest factors in the price for DMLS

More information

A COMPARATIVE STUDY OF TWO METHODOLOGIES FOR NON LINEAR FINITE ELEMENT ANALYSIS OF KNIFE EDGE GATE VALVE SLEEVE

A COMPARATIVE STUDY OF TWO METHODOLOGIES FOR NON LINEAR FINITE ELEMENT ANALYSIS OF KNIFE EDGE GATE VALVE SLEEVE International Journal of Mechanical Engineering and Technology (IJMET) Volume 6, Issue 12, Dec 2015, pp. 81-90, Article ID: IJMET_06_12_009 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=6&itype=12

More information

Defining Performance Criteria and Planning Performance Tests for the Exam Registration Software

Defining Performance Criteria and Planning Performance Tests for the Exam Registration Software Vuk Vuković, Jovica Đurković, Jelica Trninić Defining Performance Criteria and Planning Performance Tests for the Software Article Info: Received 12 June 2014 Accepted 24 June 2014 UDC 004.4 Recommended

More information

Optimum Design of Worm Gears with Multiple Computer Aided Techniques

Optimum Design of Worm Gears with Multiple Computer Aided Techniques Copyright c 2008 ICCES ICCES, vol.6, no.4, pp.221-227 Optimum Design of Worm Gears with Multiple Computer Aided Techniques Daizhong Su 1 and Wenjie Peng 2 Summary Finite element analysis (FEA) has proved

More information

Finite Elements for 2 D Problems

Finite Elements for 2 D Problems Finite Elements for 2 D Problems General Formula for the Stiffness Matrix Displacements (u, v) in a plane element are interpolated from nodal displacements (ui, vi) using shape functions Ni as follows,

More information

Introduction. 1.1 Motivation. Chapter 1

Introduction. 1.1 Motivation. Chapter 1 Chapter 1 Introduction The automotive, aerospace and building sectors have traditionally used simulation programs to improve their products or services, focusing their computations in a few major physical

More information