Development of a Durable Automotive Bushing with fe-safe/rubber

Size: px
Start display at page:

Download "Development of a Durable Automotive Bushing with fe-safe/rubber"

Transcription

1 Development of a Durable Automotive Bushing with fe-safe/rubber Jing Bi, Gergana Dimitrova, Sandy Eyl Dassault Systemes Simulia Corp 1301 Atwood Ave, Suite 101W, Johnston RI Abstract Fatigue life prediction is critical to assure the safety and reliability of automotive bushings. Bushings are usually made of rubber type materials that act as cushions between rigid members and are often of complex shape. The stiffness characteristic of the bushings is sensitive to the multi-body dynamics, noise and vibration of a vehicle. Given that an experimental program to evaluate bushing performance may cost between 20k to $200k USD, developing a durable automotive bushing can be challenging. In this paper, fatigue life prediction methodologies provided by fe-safe/rubber combining with finite element analyses, and optimization methods were utilized to develop a durable automotive bushing made of natural rubber. The proposed geometric design of the automotive bushing was obtained by a parametric optimization with the use of Abaqus finite element analyses ensuring the stiffness compliances in multiple loading directions. This procedure was automated by the process automation capability of Isight. The stresses and strains at critical locations from the finite element analysis of the proposed geometric design were then incorporated with the surface algorithm in fe-safe/rubber enforcing a plane stress condition and the Lake-Linley fatigue model. The fatigue life prediction was driven iteratively by the Tosca non-parametric optimization in order to find the more durable designs. Keywords: rubber bushing; fatigue life prediction, durability, parametric optimization; nonparametric optimization; Finite Element Analysis (FEA). Introduction Rubber bushings are used in vehicle designs to avoid metal-to-metal direct contact. They are widely adopted in the body mount, control arm mount, stabilizer bar mount and etc. systems of a vehicle for vibration control. The design of a rubber bushing must meet the preferred compliance and reduce vehicle noise and vibration [1]. In addition, rubber bushings need to survive multiaxial, variable amplitude load histories and meet the warranty life. Designing rubber bushings can be time consuming and expensive. A bushing test program including mold development, prototype production, multi-axial servohydraulic component testing, 4-poster testing and fleet testing could cost from 20,000 up to 200,000 US dollars [2]. Fatigue life and stiffness prediction are critical to assure the compliance and reliability of automotive bushings. In this paper, fatigue life prediction methodologies provided by fe-safe/rubber [3][4] combining with finite element analyses, and optimization methods were utilized to develop a durable automotive bushing made of natural rubber. The proposed geometric design of the automotive bushing was obtained by a parametric optimization with the use of Abaqus finite element analyses ensuring the stiffness compliances in multiple loading directions. This procedure was automated by the process automation capability of Isight. The stresses and strains at critical locations from the finite element analysis of the proposed geometric design were then incorporated with the surface

2 algorithm in fe-safe/rubber enforcing a plane stress condition and the Lake-Linley fatigue model. The fatigue life prediction was driven iteratively by the Tosca [5] non-parametric optimization in order to find the more durable designs. The final design satisfies the preferred stiffness compliance and improved durability targets. Finite element modeling In order to accurately analyze the bushing behavior under multi-axial variable amplitude loadings, FEA is adopted. The commercial FEA code Abaqus/Standard [6] is used in this study. The geometry of rubber bushings can become very complicated depending on application and purpose. For illustration purpose, the rubber bushing analyzed in this paper is one that connects a cylindrical inner metal to an outer metal housing with a cylindrical inner geometry. It is assumed that the geometry of the inner metal and outer metal housing are pre-determined in previous design stages and that the inner and outer radius of the rubber bushing cannot be changed. It is also assumed that the adhesive area of the bushing to the inner metal and outer metal housing is also pre-determined and fixed. The analyst is left to change the free surfaces of the bushing including the curved external surfaces of the bushing and shape/size of the voids to achieve a desired bushing behavior. The FEA model of the rubber bushing is modeled using hyperelastic material and hybrid solid elements (C3D4H or C3D8H) provided in Abaqus/Standard. For precise stress and durability analyses hexahedral mesh is used. A membrane section is modeled on the top free surface of the rubber bushing for accurate strain representation of the plane stress condition. The membrane section shares common nodes with the free surface of the rubber bushing and has a very small thickness so that the model stiffness is not affected. The stress strain history data are subsequently used in the fatigue analysis for precise fatigue life calculation. Due to symmetry, only the upper half of the bushing is modeled and symmetric boundary conditions are placed on the middle plane. The inner metal and outer metal housing are modeled as rigid bodies. Tie constraint is used to connect the rigid bodies and the deformable bushing. Loading is applied to the reference node of the inner metal rigid body in both translational (x, z) and rotational (y) directions. The effects of manufacturing processes such as cool down and swaging, on the stress strain responses tend to cancel out each other [7] and are therefore ignored in this study for simplicity. However, these can be included in multi-step Abaqus analysis if their effects are determined to be significant. Two bean shaped voids are symmetric. The rubber bushing exhibits varying stiffness response due to the material properties and the closing of these voids when highly deformed and contacted. Automatic general contact is used between the rubber bushing and itself when the void closes. The FEA model of the rubber bushing component is illustrated in Figure 1. Parametric optimization In this study, we allow the shape of the voids to be adjusted to achieve the preferred bushing compliance. As an example, it is assumed that the void is bean shaped consisting of two arcs cocentered at the center of the cross section and two small half circles at the two sides (Figure 2). The width of the void w, the distance from the center of the void to the center of the bushing r, and the span angle θ are the design parameters. The design range of each parameter is chosen

3 as shown in Table 1. A Python script is developed to generate the finite element model of the rubber bushing given any values of the design parameters within the defined design space. The script does the geometry/part creation, material and section definition and assignment, assembly creation, boundary condition and constraint application, partition, seeding and meshing, loading and step definitions automatically. Among all these steps, the sketching, partitioning, and meshing need special care during scripting so that models can be generated with any given values of the design variables. The modeling time is reduced from hours to 1 minute via a command line. The script allows effective use of Isight iterative optimization processes. The Isight workflow includes five components (Figure 3): A Simcode component that runs a Python script to generate the parameterized finite element model of a rubber bushing in Abaqus/CAE and writes the Abaqus input file; A Simcode component that runs the input file using Abaqus/Standard to solve for the nonlinear problem of the bushing loaded under multi-axial loads with self-contact; A Simcode component that runs a second Python script to extract the reaction force/moment and displacement/rotation and generate the stiffness response curves; A data matching component that compares the difference between the stiffness responses of the current design to the preferred targets; An optimization component that solves for the geometric parameters of the next proposed design and feeds the new design parameters to the first component. The first Simcode component runs an Abaqus python script without using a GUI. The python script includes lines defining 3 design variables. These are chosen as input parameters for the Simcode component and are mapped to the optimization component as a dataflow. The Python script is used as the input file for the Simcode component. The component generates the parameterized finite element model of the rubber bushing and writes the Abaqus input file to the working directory. The second Simcode component includes a command line to run the input file using the Abaqus/Standard solver and generates the output database (.odb file) to the working directory. The third Simcode component runs another Python script that extracts the reaction force/moment and displacement/rotation history output of the measuring point and writes the data into a text file. This text file as well as a text file that defines the target stiffness curves are defined as the input for the data matching component which then compares the sum of absolute differences between the stiffness curves of the current design and the target stiffness curves. The sums of differences of the 3 loaded directions are mapped to the optimization component. The Downhill Simplex optimization technique is adopted in the optimization component and is proved to obtain satisfactory optimum results with matching stiffness compliances. Downhill Simplex is an exploratory technique that samples the design space across a sub-region and moves from the worst point in the direction of the opposite face of the simplex toward better solutions. In this study, we used an initial simplex size of 0.1 (10% of design domain as the size of the starting simplex) and max iterations of 40. There are 3 design variables in this optimization as indicated above (w, r and θ) and the design objective is to minimize the sum of the absolute difference between the stiffness curves from the current design and the target stiffness curves in

4 the 3 loaded directions. Each loading direction is given a weighting factor of 1. The Isight workflow set up is shown in Figure 3. Optimum geometry is reached at r = mm, θ = 43.36º, w = 7.21 mm. Figure 4 shows the stiffness curves in the 3 loaded directions of the initial design, optimum design and preferred target. It is shown that the optimum design exhibits the required stiffness compliance. Non-parametric shape optimization based on fatigue life prediction Tosca non-parametric shape optimization allows for detail oriented improvement to an existing design, and is typically used at the end of the design process to fine tune a response such as stress or fatigue life. The surface geometry can be iteratively changed, using a minimization technique to achieve stress homogenization for instance. For rubber materials, this can usually be achieved by minimizing the max principal stress of the free surface [8]. fe-safe/rubber may then be used to quickly assess the fatigue life improvement of the elastomers in the bushing. However, in this paper, we take advantage of the combined use of fe-safe/rubber and Tosca to improve the worst life of the rubber component directly. The benefit of this approach is that the optimization is based directly on the fatigue life of each node on the free surface instead of maximum principal stress, which may not represent the worst life location in complex load conditions [9]. Abaqus/Standard is used to solve for the stress and strain distribution and history on the free surface of the bushing. Tosca drives the Abaqus and fe-safe jobs, reads the nodal fatigue results given by fe-safe and iteratively optimizes the shape of the free surface to maximize the fatigue life. The process starts with an Abaqus/Standard model, and sequentially runs the fe-safe analysis given the output.odb database from Abaqus. fe-safe writes nodal fatigue life data to the.csv database. Tosca then reads the life data and writes the new Abaqus input file with slightly revised free surface shapes. This workflow is iterated until the maximum number of iterations is reached (Figure 5). The controller approach is adopted to reduce stress concentration and reduce damage value/increase fatigue life. The design area is the free surface that includes the top curved surface and the surfaces on the two voids (Figure 6). All highlighted nodes are design nodes which Tosca modifies in order to find an optimal shape. Stamping constraint is applied to the voids to ensure manufacturability. Planar symmetry constraints are applied to all the design nodes to ensure that during the surface modification the symmetry of the bushing and the openings will be preserved. Freeze constraint is applied to nodes that are tied to the inner metal and outer metal housing. Mesh smoothing condition is applied to all of the elements of the rubber bushing. The purpose is to adjust not only the position of the nodes on the design surface, but also adjust underlying nodes accordingly to avoid mesh distortion. The optimization objective is to minimize the damage value defined as below: = 1 log where N is the number of cycles to fatigue failure.

5 Due to the severe deformation, the stresses and strains vary widely throughout the design area. Setting manually a reference damage value helps exercise special control on how the surface is modified based on the damage field distribution. The surface is moved outwards at areas where the damage is higher than the reference value and inwards at areas with damage lower than the reference value. Thus the reference value outlines a contour on the surface around which the surface grows or shrinks. The reference damage value also serves as target value around which the damage is homogenized thereby ensuring that each optimum design will have similar level of fatigue life improvement. In this example a reference damage value is chosen as 150% increase in number of cycles. This becomes important later when stiffness targets need to be adjusted. fe-safe/rubber is used as the fatigue life solver for the rubber bushing. The fatigue material definition is chosen as the natural rubber material from the Endurica material database (NR_GUM). Mooney Rivlin hyperelastic material is defined with the following modulus: Bulk modulus K = 3000 MPa; C01 = 0.1 MPa; C10 = 2.0 MPa. The algorithm comes from the fesafe/rubber plug-in, and is a surface algorithm, applied to the membrane elements defined on the surface of the finite element model, enforcing a plane stress condition. This algorithm calculates the number of cycles from an assumed initial crack length to final crack length using the cracking energy density criterion with a critical plane approach to determine crack direction. The load is applied as a sequence of stresses and strains from the Abaqus simulation result. The fatigue life is calculated based on the number of repeats of a single load step. This is regarded as a simplified loading for relative durability comparisons of different designs. For more accurate life prediction, load cycle data should be obtained from road load test data and included in the fesafe analysis through customized load data file. Environmental temperature effect is ignored here but can be included as well in fe-safe/rubber. An fe-safe macro was developed that contains macro command lines to read the necessary variables from the frames in the Abaqus results, select analysis groups, load fe-safe/rubber plugin and run the analysis. An fe-safe project definition file was also created that contains all the project definitions such as FEA model units, material data, fatigue algorithm, output format. Tosca calls the fe-safe macro and drives fe-safe analysis in each iteration of the shape optimization. No manual fe-safe job set up is necessary during the optimization. Figure 7 shows the damage values at the critical location two ends of the bean shaped voids before and after the shape optimization. It can be observed that damage value is only slightly reduced. However, if converted to worst life in number of cycles, the fatigue life increases from 9101 to (Figure 8). This is a ~77% increase of number of cycles to fatigue. A maximum number of 12 iterations are performed. And the optimum design is found at the 8 th iteration. The total optimization cost is 2 hr on a single CPU. Validation runs in Abaqus and fe-safe are performed to confirm the optimization results. Figure 9 shows the log of life from the validation run in fe-safe and results match with the optimization results after conversion from damage value to log life. Stiffness correction The fine tuning of the external free surface shapes during the shape optimization may slightly change the bushing stiffness compliance. In this research, it is found that the new stiffness curves

6 are about 10% lower than the preferred curves. In order to correct the stiffness decrease and precisely achieve the preferred stiffness compliance, the two optimization steps are repeated once with elevated preferred stiffness compliance. The reference damage value in the 2 nd shape optimization is chosen the same as the 1 st shape optimization: 150% fatigue life increase. This helps ensure that the optimum design after the 2 nd shape optimization has comparable level of stiffness decrease. A higher stiffness (110% original target) is now preferred and achieved during the parametric optimization and used as the initial design during the non-parametric optimization. Figure 10 shows the resulting stiffness responses in each loading direction. The stiffness curves of the optimum design from the 2 nd shape optimization matches well with those of the original design target. Figure 11 shows the worst life in number of cycles increases from 6833 to 13662, which is a ~100% fatigue life improvement. A maximum number of 12 iterations are performed. And the optimum design is found at the 6 th iteration. The total optimization cost is 2 hr 23 min on a single CPU. Validation runs in Abaqus and fe-safe are performed and the log life contour matches with the optimization results, as shown in Figure 12. Conclusions In this study, an automated workflow is presented for the design engineers to obtain an optimum design of the rubber bushing that satisfies the preferred stiffness compliance and improves fatigue life by approximately two times. The workflow combines the usage of numerical fatigue analysis of elastomers and optimization methodology with FEA. First a Python script is developed to generate the parameterized FEA model of the rubber bushing given a set of design parameters. This script was used by Isight to carry out a parametric optimization. The parametric optimization effectively catches the optimum design that exhibits matching stiffness compliance in all 3 loaded directions. This is followed by a non-parametric shape optimization to maximize the fatigue life of the bushing. The non-parametric shape optimization improves the fatigue life by 77%. It is found that the non-parametric shape optimization reduces the stiffness compliance slightly by 10%. This is corrected by repeating the two optimization procedures while increasing the initial stiffness targets by 10%. The final optimum design satisfies the stiffness requirements accurately while exhibit a 100% longer fatigue life comparing to the parametrically optimized design. References [1] Kim, J.J., Kim, H.Y., Shape Design of an Engine Mount by a Method of Parameter Optimization, Computers & Structures, Vol. 65, No. 5, 1997, pp [2] Sarkar, M. and Mars, W.V., Choosing the right material in a rubber bushing operating under variable amplitude loading, Simulia Central RUM Minneapolis MN, Sept 25, [3] fe-safe 6.5 User Manual, Dassault Systèmes Simulia Corp., [4] fe-safe/rubber 2.22 Manual, Endurica LLC, Findlay, OH, USA, [5] SIMULIA Tosca Structure Documentation 8.1, Dassault Systèmes Simulia Corp., May 2014.

7 [6] Abaqus Analysis User s Guide, Abaqus 6.14, Dassault Systèmes Simulia Corp., [7] Paige, R. E., Cooper Standard Automotive, FEA in the Design Process of Rubber Bushings, ABAQUS Users' Conference, Newport, Rhode Island, May 2002, pp [8] Flamm and Weltin, Lifetime prediction of multiaxially loaded rubber springs and bushings, Proceedings of the thrid European conference on constitutive models for rubber, London, England, Sept 15-17, 2003 [9] Zarrin-Ghalami, T., Fatemi, A., Multiaxial fatigue and life prediction of elastomeric components, International Journal of Fatigue, Vol. 55, 2013, pp

8 Figure 1 Finite element model of a rubber bushing

9 Figure 2 Geometric design parameters

10 Figure 3 Isight parametric optimization workflow

11 Isight target Initial design Optimum design Reaction force RF Displacement U1 4a. Displacement U1 vs. reaction force RF1

12 0-500 Isight target Initial design Optimum design Reaction force RF Displacement U3 4b. Displacement U3 vs. reaction force RF3

13 7 x Isight target Initial design Optimum design Reaction moment RM Rotation UR2 4c. Rotation UR2 vs. reaction moment RM2 Figure 4 Stiffness responses of each loaded direction

14 Figure 5 Tosca shape optimization workflow

15 Figure 6 Design surface of shape optimization

16 7a. Contour plot of damage values before the non-parametric shape optimization

17 7b. Contour plot of damage values after the non-parametric shape optimization Figure 7 Contour plot of damage value

18 Damage Value Iteration Number 8a. Worst life in damage value

19 1.7 x Number of cycles Iteration Number 8b. Worst life in number of cycles Figure 8 Worst life vs. iteration number 1 st shape optimization

20 Figure 9 Validation fe-safe runs before and after the 1 st shape optimization

21 Reaction force RF Target Shape optimization 1 Modified target Shape optimization Displacement U1 10a. Displacement U1 vs. reaction force RF1

22 0-500 Target Shape optimization 1 Modified target Shape optimization 2 Reaction force RF Displacement U3 10b. Displacement U3 vs. reaction force RF3

23 Reaction moment RM2 7 x Target Shape optimization 1 Modified target Shape optimization Rotation UR2 10c. Rotation UR2 vs. reaction moment RM2 Figure 10 Stiffness responses of each loaded direction

24 Damage Value Iteration Number 11a. Worst life in damage value

25 1.4 x Number of cycles Iteration Number 11b. Worst life in number of cycles Figure 11 Worst life vs. iteration number 2 nd shape optimization

26 Figure 12 Validation fe-safe runs before and after the 2 nd shape optimization

27 Table 1 Design range of each parameter Lower limit Upper limit w 6 mm 12 mm r 22 mm 25 mm θ 30 60

Workshop 15. Single Pass Rolling of a Thick Plate

Workshop 15. Single Pass Rolling of a Thick Plate Introduction Workshop 15 Single Pass Rolling of a Thick Plate Rolling is a basic manufacturing technique used to transform preformed shapes into a form suitable for further processing. The rolling process

More information

Non-Parametric Optimization in Abaqus

Non-Parametric Optimization in Abaqus Non-Parametric Optimization in Abaqus 2016 About this Course Course objectives Upon completion of this course you will be able to: Apply topology, shape, sizing and bead optimization techniques to your

More information

fe-safe 2017 fe-safe/rubber TUTORIALS

fe-safe 2017 fe-safe/rubber TUTORIALS fe-safe 2017 fe-safe/rubber TUTORIALS Support For support, contact your local SIMILUIA support office. Legal Notices The Endurica critical plane analysis algorithm is protected under US Patent No. 6,634,236

More information

Application of Predictive Engineering Tool (ABAQUS) to Determine Optimize Rubber Door Harness Grommet Design

Application of Predictive Engineering Tool (ABAQUS) to Determine Optimize Rubber Door Harness Grommet Design Application of Predictive Engineering Tool (ABAQUS) to Determine Optimize Rubber Door Harness Grommet Design Praveen Mishra, Dayananda Gowda Mercedes Benz R & D India, Bangalore, Karnataka, India Abstract:

More information

ME Optimization of a Frame

ME Optimization of a Frame ME 475 - Optimization of a Frame Analysis Problem Statement: The following problem will be analyzed using Abaqus. 4 7 7 5,000 N 5,000 N 0,000 N 6 6 4 3 5 5 4 4 3 3 Figure. Full frame geometry and loading

More information

Introduction to Abaqus. About this Course

Introduction to Abaqus. About this Course Introduction to Abaqus R 6.12 About this Course Course objectives Upon completion of this course you will be able to: Use Abaqus/CAE to create complete finite element models. Use Abaqus/CAE to submit and

More information

Application of CAE to Optimize Wiper System on Wiping and Fatigue Performance

Application of CAE to Optimize Wiper System on Wiping and Fatigue Performance Application of CAE to Optimize Wiper System on Wiping and Fatigue Performance Sungjin Yoon, Youngduck Yoo Hyundai Motor Company Abstract: Main function of wiper system is that secure a clear view to driver

More information

Finite element representations of crash

Finite element representations of crash Optimization of Material Parameters for Crash Test Dummies George Scarlat Sridhar Sankar Simulia Corp. Providence, R.I. process automation and design optimization software makes it easier to identify optimal

More information

Fatigue of Welds in fe-safe. fe-safe 2017

Fatigue of Welds in fe-safe. fe-safe 2017 Fatigue of Welds in fe-safe fe-safe 2017 About this Course Course objectives Upon completion of this course you will be able to: Set up and run various weld fatigue analyses using fe-safe including Understand

More information

This tutorial will take you all the steps required to set up and run a basic simulation using ABAQUS/CAE and visualize the results;

This tutorial will take you all the steps required to set up and run a basic simulation using ABAQUS/CAE and visualize the results; ENGN 1750: Advanced Mechanics of Solids ABAQUS TUTORIAL School of Engineering Brown University This tutorial will take you all the steps required to set up and run a basic simulation using ABAQUS/CAE and

More information

Topology Optimization of an Engine Bracket Under Harmonic Loads

Topology Optimization of an Engine Bracket Under Harmonic Loads Topology Optimization of an Engine Bracket Under Harmonic Loads R. Helfrich 1, A. Schünemann 1 1: INTES GmbH, Schulze-Delitzsch-Str. 16, 70565 Stuttgart, Germany, www.intes.de, info@intes.de Abstract:

More information

Linear Elastic Fracture Mechanics (LEFM) Analysis of Flaws within Residual Stress Fields

Linear Elastic Fracture Mechanics (LEFM) Analysis of Flaws within Residual Stress Fields Linear Elastic Fracture Mechanics (LEFM) Analysis of Flaws within Residual Stress Fields David Woyak 1, Brian Baillargeon, Ramesh Marrey, and Randy Grishaber 2 1 Dassault Systemés SIMULIA Corporation &

More information

Abaqus/CAE: Geometry Import and Meshing. Abaqus 2018

Abaqus/CAE: Geometry Import and Meshing. Abaqus 2018 Abaqus/CAE: Geometry Import and Meshing Abaqus 2018 About this Course Course objectives Upon completion of this course you will be able to: Import, edit, and repair CAD geometry. Import and edit orphan

More information

PTC Newsletter January 14th, 2002

PTC  Newsletter January 14th, 2002 PTC Email Newsletter January 14th, 2002 PTC Product Focus: Pro/MECHANICA (Structure) Tip of the Week: Creating and using Rigid Connections Upcoming Events and Training Class Schedules PTC Product Focus:

More information

Abaqus Technology Brief. Two-Pass Rolling Simulation

Abaqus Technology Brief. Two-Pass Rolling Simulation Abaqus Technology Brief Two-Pass Rolling Simulation TB-03-TPRS-1 Revised: April 2007. Summary Hot rolling is a basic metal forming technique that is used to transform preformed shapes into final products

More information

COMPUTER AIDED ENGINEERING. Part-1

COMPUTER AIDED ENGINEERING. Part-1 COMPUTER AIDED ENGINEERING Course no. 7962 Finite Element Modelling and Simulation Finite Element Modelling and Simulation Part-1 Modeling & Simulation System A system exists and operates in time and space.

More information

Efficient Shape Optimisation of an Aircraft Landing Gear Door Locking Mechanism by Coupling Abaqus to GENESIS

Efficient Shape Optimisation of an Aircraft Landing Gear Door Locking Mechanism by Coupling Abaqus to GENESIS Efficient Shape Optimisation of an Aircraft Landing Gear Door Locking Mechanism by Coupling Abaqus to GENESIS Mark Arnold and Martin Gambling Penso Consulting Ltd GRM Consulting Ltd Abstract: The objective

More information

Example 24 Spring-back

Example 24 Spring-back Example 24 Spring-back Summary The spring-back simulation of sheet metal bent into a hat-shape is studied. The problem is one of the famous tests from the Numisheet 93. As spring-back is generally a quasi-static

More information

Adaptive Remeshing in Abaqus/Standard. Abaqus 2018

Adaptive Remeshing in Abaqus/Standard. Abaqus 2018 Adaptive Remeshing in Abaqus/Standard Abaqus 2018 About this Course Course objectives Upon completion of this course you will be able to: Set up an adaptive remeshing process Specify adaptive remeshing

More information

SIMULATION CAPABILITIES IN CREO

SIMULATION CAPABILITIES IN CREO SIMULATION CAPABILITIES IN CREO Enhance Your Product Design with Simulation & Using digital prototypes to understand how your designs perform in real-world conditions is vital to your product development

More information

EVALUATION OF DIFFERENT GEOMETRIC SHAPES OF THE TARGET BUILDINGS IN PWR NUCLEAR POWER PLANT FOR AIRCRAFT IMPACT

EVALUATION OF DIFFERENT GEOMETRIC SHAPES OF THE TARGET BUILDINGS IN PWR NUCLEAR POWER PLANT FOR AIRCRAFT IMPACT EVALUATION OF DIFFERENT GEOMETRIC SHAPES OF THE TARGET BUILDINGS IN PWR NUCLEAR POWER PLANT FOR AIRCRAFT IMPACT Hasan Ghafoorifard 1, Rahman Eghbali S. 2 and * Farzaneh Asadi Malek Jahan 2 1 Department

More information

Abaqus Technology Brief. Sound Radiation Analysis of Automobile Engine Covers

Abaqus Technology Brief. Sound Radiation Analysis of Automobile Engine Covers Sound Radiation Analysis of Automobile Engine Covers Abaqus Technology Brief TB-06-COVER-2 Revised: April 2007. Summary A methodology to study the sound radiation of engine valve covers is presented. The

More information

Automation of Static and Dynamic FEA Analysis of Bottomhole Assemblies

Automation of Static and Dynamic FEA Analysis of Bottomhole Assemblies Automation of Static and Dynamic FEA Analysis of Bottomhole Assemblies Nader E. Abedrabbo, Lev Ring & Raju Gandikota 1 Weatherford International 11909 Spencer Road, Houston, TX nader.abedrabbo@weatherford.com

More information

Engineering Effects of Boundary Conditions (Fixtures and Temperatures) J.E. Akin, Rice University, Mechanical Engineering

Engineering Effects of Boundary Conditions (Fixtures and Temperatures) J.E. Akin, Rice University, Mechanical Engineering Engineering Effects of Boundary Conditions (Fixtures and Temperatures) J.E. Akin, Rice University, Mechanical Engineering Here SolidWorks stress simulation tutorials will be re-visited to show how they

More information

Impact and Postbuckling Analyses

Impact and Postbuckling Analyses ABAQUS/Explicit: Advanced Topics Lecture 8 Impact and Postbuckling Analyses ABAQUS/Explicit: Advanced Topics L8.2 Overview Geometric Imperfections for Postbuckling Analyses ABAQUS/Explicit: Advanced Topics

More information

AUTOMATED METHODOLOGY FOR MODELING CRACK EXTENSION IN FINITE ELEMENT MODELS

AUTOMATED METHODOLOGY FOR MODELING CRACK EXTENSION IN FINITE ELEMENT MODELS AUTOMATED METHODOLOGY FOR MODELING CRACK THEME Structural Analysis - Durability, Fatigue & Fracture. James J. Kosloski Senior Engineering Manager - CAE Associates Dr. Michael Bak Senior Engineering Manager

More information

Validation Report: Additional Data Mapping to Structural Analysis Packages

Validation Report: Additional Data Mapping to Structural Analysis Packages Autodesk Moldflow Structural Alliance 2012 Validation Report: Additional Data Mapping to Structural Analysis Packages Mapping process-induced stress data from Autodesk Moldflow Insight Dual Domain and

More information

ES 128: Computer Assignment #4. Due in class on Monday, 12 April 2010

ES 128: Computer Assignment #4. Due in class on Monday, 12 April 2010 ES 128: Computer Assignment #4 Due in class on Monday, 12 April 2010 Task 1. Study an elastic-plastic indentation problem. This problem combines plasticity with contact mechanics and has many rich aspects.

More information

EN1740 Computer Aided Visualization and Design Spring /26/2012 Brian C. P. Burke

EN1740 Computer Aided Visualization and Design Spring /26/2012 Brian C. P. Burke EN1740 Computer Aided Visualization and Design Spring 2012 4/26/2012 Brian C. P. Burke Last time: More motion analysis with Pro/E Tonight: Introduction to external analysis products ABAQUS External Analysis

More information

Abaqus CAE Tutorial 1: 2D Plane Truss

Abaqus CAE Tutorial 1: 2D Plane Truss ENGI 7706/7934: Finite Element Analysis Abaqus CAE Tutorial 1: 2D Plane Truss Lab TA: Xiaotong Huo EN 3029B xh0381@mun.ca Download link for Abaqus student edition: http://academy.3ds.com/software/simulia/abaqus-student-edition/

More information

MAE 323: Lab 7. Instructions. Pressure Vessel Alex Grishin MAE 323 Lab Instructions 1

MAE 323: Lab 7. Instructions. Pressure Vessel Alex Grishin MAE 323 Lab Instructions 1 Instructions MAE 323 Lab Instructions 1 Problem Definition Determine how different element types perform for modeling a cylindrical pressure vessel over a wide range of r/t ratios, and how the hoop stress

More information

KEYWORDS Non-parametric optimization, Parametric Optimization, Design of Experiments, Response Surface Modelling, Multidisciplinary Optimization

KEYWORDS Non-parametric optimization, Parametric Optimization, Design of Experiments, Response Surface Modelling, Multidisciplinary Optimization Session H2.5 OVERVIEW ON OPTIMIZATION METHODS Ioannis Nitsopoulos *, Boris Lauber FE-DESIGN GmbH, Germany KEYWORDS Non-parametric optimization, Parametric Optimization, Design of Experiments, Response

More information

Engineering Analysis

Engineering Analysis Engineering Analysis with SOLIDWORKS Simulation 2018 Paul M. Kurowski SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites

More information

Optimization in the Abaqus Environment Using TOSCA

Optimization in the Abaqus Environment Using TOSCA Optimization in the Abaqus Environment Using TOSCA Luca Furbatto, Giovanni Di Lorenzo and Claus B.W. Pedersen Luca Furbatto and Giovanni Di Lorenzo (McLaren Racing), Claus B.W. Pedersen (FE-Design GmbH)

More information

Revision of the SolidWorks Variable Pressure Simulation Tutorial J.E. Akin, Rice University, Mechanical Engineering. Introduction

Revision of the SolidWorks Variable Pressure Simulation Tutorial J.E. Akin, Rice University, Mechanical Engineering. Introduction Revision of the SolidWorks Variable Pressure Simulation Tutorial J.E. Akin, Rice University, Mechanical Engineering Introduction A SolidWorks simulation tutorial is just intended to illustrate where to

More information

Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10

Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10 Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10 This document contains an Abaqus tutorial for performing a buckling analysis using the finite element program

More information

Simulation of Automotive Fuel Tank Sloshing using Radioss

Simulation of Automotive Fuel Tank Sloshing using Radioss Simulation of Automotive Fuel Tank Sloshing using Radioss Prashant V. Kulkarni CAE Analyst Tata Motors. Pimpri, Pune - 411018, India Sanjay S. Patil Senior Manager Tata Motors. Pimpri, Pune - 411018, India

More information

Linear Bifurcation Buckling Analysis of Thin Plate

Linear Bifurcation Buckling Analysis of Thin Plate LESSON 13a Linear Bifurcation Buckling Analysis of Thin Plate Objectives: Construct a quarter model of a simply supported plate. Place an edge load on the plate. Run an Advanced FEA bifurcation buckling

More information

Influence of geometric imperfections on tapered roller bearings life and performance

Influence of geometric imperfections on tapered roller bearings life and performance Influence of geometric imperfections on tapered roller bearings life and performance Rodríguez R a, Calvo S a, Nadal I b and Santo Domingo S c a Computational Simulation Centre, Instituto Tecnológico de

More information

Analysis Steps 1. Start Abaqus and choose to create a new model database

Analysis Steps 1. Start Abaqus and choose to create a new model database Source: Online tutorials for ABAQUS Problem Description The two dimensional bridge structure, which consists of steel T sections (b=0.25, h=0.25, I=0.125, t f =t w =0.05), is simply supported at its lower

More information

This tutorial will take you all the steps required to import files into ABAQUS from SolidWorks

This tutorial will take you all the steps required to import files into ABAQUS from SolidWorks ENGN 1750: Advanced Mechanics of Solids ABAQUS CAD INTERFACE TUTORIAL School of Engineering Brown University This tutorial will take you all the steps required to import files into ABAQUS from SolidWorks

More information

Installation Guide. Beginners guide to structural analysis

Installation Guide. Beginners guide to structural analysis Installation Guide To install Abaqus, students at the School of Civil Engineering, Sohngaardsholmsvej 57, should log on to \\studserver, whereas the staff at the Department of Civil Engineering should

More information

Orbital forming of SKF's hub bearing units

Orbital forming of SKF's hub bearing units Orbital forming of SKF's hub bearing units Edin Omerspahic 1, Johan Facht 1, Anders Bernhardsson 2 1 Manufacturing Development Centre, AB SKF 2 DYNAmore Nordic 1 Background Orbital forming is an incremental

More information

Principal Roll Structure Design Using Non-Linear Implicit Optimisation in Radioss

Principal Roll Structure Design Using Non-Linear Implicit Optimisation in Radioss Principal Roll Structure Design Using Non-Linear Implicit Optimisation in Radioss David Mylett, Dr. Simon Gardner Force India Formula One Team Ltd. Dadford Road, Silverstone, Northamptonshire, NN12 8TJ,

More information

Calibration of Nonlinear Viscoelastic Materials in Abaqus Using the Adaptive Quasi-Linear Viscoelastic Model

Calibration of Nonlinear Viscoelastic Materials in Abaqus Using the Adaptive Quasi-Linear Viscoelastic Model Calibration of Nonlinear Viscoelastic Materials in Abaqus Using the Adaptive Quasi-Linear Viscoelastic Model David B. Smith *, Uday Komaragiri **, and Romil Tanov ** ** * Ethicon Endo-Surgery, Inc., Cincinnati,

More information

Particle Methods in Abaqus: DEM vs. SPH

Particle Methods in Abaqus: DEM vs. SPH Particle Methods in Abaqus: DEM vs. SPH 2017 About this Course Course objectives In this course you will: Learn about the SPH technique for modeling violent free-surface fluid flow (such as wave impact)

More information

Optimization of turbine blade fir-tree root geometry utilizing LS-Prepost in pre- and post-processing

Optimization of turbine blade fir-tree root geometry utilizing LS-Prepost in pre- and post-processing Optimization of turbine blade fir-tree root geometry utilizing LS-Prepost in pre- and post-processing Jiří Jankovec 1 1 Research and Testing Institute Plzen, Czech Republic Abstract The turbine blade fir-tree

More information

SIMULATION CAPABILITIES IN CREO. Enhance Your Product Design with Simulation & Analysis

SIMULATION CAPABILITIES IN CREO. Enhance Your Product Design with Simulation & Analysis SIMULATION CAPABILITIES IN CREO Enhance Your Product Design with Simulation & Using digital prototypes to understand how your designs perform in real-world conditions is vital to your product development

More information

Manual for Computational Exercises

Manual for Computational Exercises Manual for the computational exercise in TMM4160 Fracture Mechanics Page 1 of 32 TMM4160 Fracture Mechanics Manual for Computational Exercises Version 3.0 Zhiliang Zhang Dept. of Structural Engineering

More information

2: Static analysis of a plate

2: Static analysis of a plate 2: Static analysis of a plate Topics covered Project description Using SolidWorks Simulation interface Linear static analysis with solid elements Finding reaction forces Controlling discretization errors

More information

SDC. Engineering Analysis with COSMOSWorks. Paul M. Kurowski Ph.D., P.Eng. SolidWorks 2003 / COSMOSWorks 2003

SDC. Engineering Analysis with COSMOSWorks. Paul M. Kurowski Ph.D., P.Eng. SolidWorks 2003 / COSMOSWorks 2003 Engineering Analysis with COSMOSWorks SolidWorks 2003 / COSMOSWorks 2003 Paul M. Kurowski Ph.D., P.Eng. SDC PUBLICATIONS Design Generator, Inc. Schroff Development Corporation www.schroff.com www.schroff-europe.com

More information

A 3D Tire/Road Interaction Simulation by a Developed Model (ABAQUS code)

A 3D Tire/Road Interaction Simulation by a Developed Model (ABAQUS code) A 3D Tire/Road Interaction Simulation by a Developed Model (ABAQUS code) M. Zamzamzadeh 1,*, M. Negarestani 2 1 25 th Km Joupar Road, Kerman Tire & Rubber Co. R&D Dep., Kerman, Iran Tel:+98(341)2269760

More information

FEA and Topology Optimization of an Engine Mounting Bracket

FEA and Topology Optimization of an Engine Mounting Bracket International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2016 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Sanket

More information

An Efficient Sequential Approach for Simulation of Thermal Stresses in Disc Brakes

An Efficient Sequential Approach for Simulation of Thermal Stresses in Disc Brakes An Efficient Sequential Approach for Simulation of Thermal Stresses in Disc Brakes Asim Rashid 1, Niclas Strömberg 1 1 Jönköping University, SE-55111 Jönköping, Sweden Abstract In this paper an efficient

More information

Overview of ABAQUS II. Working with Geometry in ABAQUS III. Working with models Created Outside ABAQUS IV. Material and Section Properties

Overview of ABAQUS II. Working with Geometry in ABAQUS III. Working with models Created Outside ABAQUS IV. Material and Section Properties ABAQUS TRAINING I. Overview of ABAQUS II. Working with Geometry in ABAQUS III. Working with models Created Outside ABAQUS IV. Material and Section Properties V. Assemblies in ABAQUS VI. Steps, Output,

More information

DESIGN OPTIMIZATION OF STRUCTURAL COMPONENTS FOR FATIQUE LOADING

DESIGN OPTIMIZATION OF STRUCTURAL COMPONENTS FOR FATIQUE LOADING 7th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING" 22-24 April 2010, Tallinn, Estonia DESIGN OPTIMIZATION OF STRUCTURAL COMPONENTS FOR FATIQUE LOADING O. Pabut, M. Eerme, J. Majak, M. Pohlak

More information

ME Optimization of a Truss

ME Optimization of a Truss ME 475 - Optimization of a Truss Analysis Problem Statement: The following problem will be analyzed using Abaqus and optimized using HEEDS. 4 5 8 2 11 3 10 6 9 1 7 12 6 m 300 kn 300 kn 22 m 35 m Figure

More information

Connection Elements and Connection Library

Connection Elements and Connection Library Connection Elements and Connection Library Lecture 2 L2.2 Overview Introduction Defining Connector Elements Understanding Connector Sections Understanding Connection Types Understanding Connector Local

More information

Global to Local Model Interface for Deepwater Top Tension Risers

Global to Local Model Interface for Deepwater Top Tension Risers Global to Local Model Interface for Deepwater Top Tension Risers Mateusz Podskarbi Karan Kakar 2H Offshore Inc, Houston, TX Abstract The water depths from which oil and gas are being produced are reaching

More information

Predicting the mechanical behaviour of large composite rocket motor cases

Predicting the mechanical behaviour of large composite rocket motor cases High Performance Structures and Materials III 73 Predicting the mechanical behaviour of large composite rocket motor cases N. Couroneau DGA/CAEPE, St Médard en Jalles, France Abstract A method to develop

More information

CE366/ME380 Finite Elements in Applied Mechanics I Fall 2007

CE366/ME380 Finite Elements in Applied Mechanics I Fall 2007 CE366/ME380 Finite Elements in Applied Mechanics I Fall 2007 FE Project 1: 2D Plane Stress Analysis of acantilever Beam (Due date =TBD) Figure 1 shows a cantilever beam that is subjected to a concentrated

More information

3D Finite Element Software for Cracks. Version 3.2. Benchmarks and Validation

3D Finite Element Software for Cracks. Version 3.2. Benchmarks and Validation 3D Finite Element Software for Cracks Version 3.2 Benchmarks and Validation October 217 1965 57 th Court North, Suite 1 Boulder, CO 831 Main: (33) 415-1475 www.questintegrity.com http://www.questintegrity.com/software-products/feacrack

More information

Isight - parametric optimization and automation. Marko Vrh SIMULIA seminar

Isight - parametric optimization and automation. Marko Vrh SIMULIA seminar Isight - parametric optimization and automation Marko Vrh SIMULIA seminar Ljubljana, 12.4.2016 Agenda What is Isight Licesing What can Isight do for (or instead) of you? How to work with Isight Design

More information

OPTIMIZATION OF ENERGY DISSIPATION PROPERTY OF ECCENTRICALLY BRACED STEEL FRAMES

OPTIMIZATION OF ENERGY DISSIPATION PROPERTY OF ECCENTRICALLY BRACED STEEL FRAMES OPTIMIZATION OF ENERGY DISSIPATION PROPERTY OF ECCENTRICALLY BRACED STEEL FRAMES M. Ohsaki (Hiroshima Univ.) T. Nakajima (Kyoto Univ. (currently Ohbayashi Corp.)) Background Difficulty in optimization

More information

3. Preprocessing of ABAQUS/CAE

3. Preprocessing of ABAQUS/CAE 3.1 Create new model database 3. Preprocessing of ABAQUS/CAE A finite element analysis in ABAQUS/CAE starts from create new model database in the toolbar. Then save it with a name user defined. To build

More information

NUMERICAL SIMULATION OF TIMING BELT CAMSHAFT LAYOUT

NUMERICAL SIMULATION OF TIMING BELT CAMSHAFT LAYOUT NUMERICAL SIMULATION OF TIMING BELT CAMSHAFT LAYOUT Eric AYAX, Stéphane HUOT, Daniel PLAY, Nicolas FRITCH FEDERAL MOGUL Sintered Products Voie des Collines 38800 Le Pont-de-Claix, France Abstract: Mechanical

More information

Fully-Coupled Thermo-Mechanical Analysis

Fully-Coupled Thermo-Mechanical Analysis Fully-Coupled Thermo-Mechanical Analysis Type of solver: ABAQUS CAE/Standard Adapted from: ABAQUS Example Problems Manual Extrusion of a Cylindrical Aluminium Bar with Frictional Heat Generation Problem

More information

Abaqus/CAE Axisymmetric Tutorial (Version 2016)

Abaqus/CAE Axisymmetric Tutorial (Version 2016) Abaqus/CAE Axisymmetric Tutorial (Version 2016) Problem Description A round bar with tapered diameter has a total load of 1000 N applied to its top face. The bottom of the bar is completely fixed. Determine

More information

ME 475 FEA of a Composite Panel

ME 475 FEA of a Composite Panel ME 475 FEA of a Composite Panel Objectives: To determine the deflection and stress state of a composite panel subjected to asymmetric loading. Introduction: Composite laminates are composed of thin layers

More information

Writing User Subroutines with Abaqus. Abaqus 2017

Writing User Subroutines with Abaqus. Abaqus 2017 Writing User Subroutines with Abaqus Abaqus 2017 About this Course Course objectives In this course you will learn about: When and how to use subroutines DLOAD, VDLOAD, and UTRACLOAD for specifying user-defined

More information

fe-safe 2017 TUTORIALS

fe-safe 2017 TUTORIALS fe-safe 2017 TUTORIALS Trademarks fe-safe, Abaqus, Isight, Tosca, the 3DS logo, and SIMULIA are commercial trademarks or registered trademarks of Dassault Systèmes or its subsidiaries in the United States

More information

Shape and parameter optimization with ANSA and LS-OPT using a new flexible interface

Shape and parameter optimization with ANSA and LS-OPT using a new flexible interface IT / CAE Prozesse I Shape and parameter optimization with ANSA and LS-OPT using a new flexible interface Korbetis Georgios BETA CAE Systems S.A., Thessaloniki, Greece Summary: Optimization techniques becomes

More information

Frequently Overlooked Features in Abaqus

Frequently Overlooked Features in Abaqus Frequently Overlooked Features in Abaqus SIMULIA Great Lakes Regional User Meeting Oct 12, 2011 Brad Heers Technical Marketing, Automotive 1 A true story...from the old days of CAE 2 Looking at Example

More information

(Based on a paper presented at the 8th International Modal Analysis Conference, Kissimmee, EL 1990.)

(Based on a paper presented at the 8th International Modal Analysis Conference, Kissimmee, EL 1990.) Design Optimization of a Vibration Exciter Head Expander Robert S. Ballinger, Anatrol Corporation, Cincinnati, Ohio Edward L. Peterson, MB Dynamics, Inc., Cleveland, Ohio David L Brown, University of Cincinnati,

More information

About the Author. Acknowledgements

About the Author. Acknowledgements About the Author Dr. Paul Kurowski obtained his M.Sc. and Ph.D. in Applied Mechanics from Warsaw Technical University. He completed postdoctoral work at Kyoto University. Dr. Kurowski is an Assistant Professor

More information

Introduction to Isight. Isight 2018

Introduction to Isight. Isight 2018 Introduction to Isight Isight 2018 About this Course Course objectives Upon completion of this course you will be able to: Automate a series of functions to create a Sim-flow Add components to a Sim-flow

More information

Computer Life (CPL) ISSN: Finite Element Analysis of Bearing Box on SolidWorks

Computer Life (CPL) ISSN: Finite Element Analysis of Bearing Box on SolidWorks Computer Life (CPL) ISSN: 1819-4818 Delivering Quality Science to the World Finite Element Analysis of Bearing Box on SolidWorks Chenling Zheng 1, a, Hang Li 1, b and Jianyong Li 1, c 1 Shandong University

More information

SolidWorks. An Overview of SolidWorks and Its Associated Analysis Programs

SolidWorks. An Overview of SolidWorks and Its Associated Analysis Programs An Overview of SolidWorks and Its Associated Analysis Programs prepared by Prof. D. Xue University of Calgary SolidWorks - a solid modeling CAD tool. COSMOSWorks - a design analysis system fully integrated

More information

Exercise 1. 3-Point Bending Using the GUI and the Bottom-up-Method

Exercise 1. 3-Point Bending Using the GUI and the Bottom-up-Method Exercise 1 3-Point Bending Using the GUI and the Bottom-up-Method Contents Learn how to... 1 Given... 2 Questions... 2 Taking advantage of symmetries... 2 A. Preprocessor (Setting up the Model)... 3 A.1

More information

Sizing Optimization for Industrial Applications

Sizing Optimization for Industrial Applications 11 th World Congress on Structural and Multidisciplinary Optimisation 07 th -12 th, June 2015, Sydney Australia Sizing Optimization for Industrial Applications Miguel A.A.S: Matos 1, Peter M. Clausen 2,

More information

Introduction to FEM Modeling

Introduction to FEM Modeling Total Analysis Solution for Multi-disciplinary Optimum Design Apoorv Sharma midas NFX CAE Consultant 1 1. Introduction 2. Element Types 3. Sample Exercise: 1D Modeling 4. Meshing Tools 5. Loads and Boundary

More information

Tube stamping simulation for the crossmember of rear suspension system

Tube stamping simulation for the crossmember of rear suspension system Tube stamping simulation for the crossmember of rear suspension system G. Borgna A. Santini P. Monchiero Magneti Marelli Suspension Systems Abstract: A recent innovation project at Magneti Marelli Suspension

More information

Analyzing Elastomer Automotive Body Seals Using LS-DYNA

Analyzing Elastomer Automotive Body Seals Using LS-DYNA 7 th International LS-DYNA Users Conference Methods Development Analyzing Elastomer Automotive Body Seals Using LS-DYNA Linhuo Shi TG North America Corporation 95 Crooks Road Troy, MI 4884 Tel: (248) 28-7348

More information

Structural Analysis of an Aluminum Spiral Staircase. EMCH 407 Final Project Presented by: Marcos Lopez and Dillan Nguyen

Structural Analysis of an Aluminum Spiral Staircase. EMCH 407 Final Project Presented by: Marcos Lopez and Dillan Nguyen Structural Analysis of an Aluminum Spiral Staircase EMCH 407 Final Project Presented by: Marcos Lopez and Dillan Nguyen Abstract An old aluminum spiral staircase at Marcos home has been feeling really

More information

The Development of TruPly, an Efficient Composite Optimization Tool for Simulia Abaqus

The Development of TruPly, an Efficient Composite Optimization Tool for Simulia Abaqus 10 th World Congress on Structural and Multidisciplinary Optimization May 19-24, 2013, Orlando, Florida, USA The Development of TruPly, an Efficient Composite Optimization Tool for Simulia Abaqus Martin

More information

Step Change in Design: Exploring Sixty Stent Design Variations Overnight

Step Change in Design: Exploring Sixty Stent Design Variations Overnight Step Change in Design: Exploring Sixty Stent Design Variations Overnight Frank Harewood, Ronan Thornton Medtronic Ireland (Galway) Parkmore Business Park West, Ballybrit, Galway, Ireland frank.harewood@medtronic.com

More information

Static And Modal Analysis Of Rotating Wheel Rim Using Ansys

Static And Modal Analysis Of Rotating Wheel Rim Using Ansys International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 3 Issue 9 ǁ September 2014 ǁ PP.18-23 Static And Modal Analysis Of Rotating Wheel Rim Using

More information

Heat generation analysis of a rubber wheel using the steady-state transport analysis capability in Abaqus

Heat generation analysis of a rubber wheel using the steady-state transport analysis capability in Abaqus Heat generation analysis of a rubber wheel using the steady-state transport analysis capability in Abaqus R. K. Luo 1, X. P. Wu 2 and A. Spinks 1 1 Trelleborg IAVS, 1 Hoods Close, Leicester, UK, LE4 2BN

More information

Mixed Mode Fracture of Through Cracks In Nuclear Reactor Steam Generator Helical Coil Tube

Mixed Mode Fracture of Through Cracks In Nuclear Reactor Steam Generator Helical Coil Tube Journal of Materials Science & Surface Engineering Vol. 3 (4), 2015, pp 298-302 Contents lists available at http://www.jmsse.org/ Journal of Materials Science & Surface Engineering Mixed Mode Fracture

More information

Similar Pulley Wheel Description J.E. Akin, Rice University

Similar Pulley Wheel Description J.E. Akin, Rice University Similar Pulley Wheel Description J.E. Akin, Rice University The SolidWorks simulation tutorial on the analysis of an assembly suggested noting another type of boundary condition that is not illustrated

More information

Design Verification Procedure (DVP) Load Case Analysis of Car Bonnet

Design Verification Procedure (DVP) Load Case Analysis of Car Bonnet Design Verification Procedure (DVP) Load Case Analysis of Car Bonnet Mahesha J 1, Prashanth A S 2 M.Tech Student, Machine Design, Dr. A.I.T, Bangalore, India 1 Asst. Professor, Department of Mechanical

More information

Linear and Nonlinear Analysis of a Cantilever Beam

Linear and Nonlinear Analysis of a Cantilever Beam LESSON 1 Linear and Nonlinear Analysis of a Cantilever Beam P L Objectives: Create a beam database to be used for the specified subsequent exercises. Compare small vs. large displacement analysis. Linear

More information

fe-safe 2017 fe-safe EXTENSION FOR ANSYS WORKBENCH

fe-safe 2017 fe-safe EXTENSION FOR ANSYS WORKBENCH fe-safe 2017 fe-safe EXTENSION FOR ANSYS WORKBENCH Contents FE-SAFE EXTENSION FOR ANSYS WORKBENCH... 1 1 INTRODUCTION TO THE FE-SAFE EXTENSION FOR ANSYS WORKBENCH... 3 1.1 ABOUT FE-SAFE... 3 1.2 ABOUT

More information

Topology Optimization and Analysis of Crane Hook Model

Topology Optimization and Analysis of Crane Hook Model RESEARCH ARTICLE Topology Optimization and Analysis of Crane Hook Model Thejomurthy M.C 1, D.S Ramakrishn 2 1 Dept. of Mechanical engineering, CIT, Gubbi, 572216, India 2 Dept. of Mechanical engineering,

More information

Topology and Shape optimization within the ANSA-TOSCA Environment

Topology and Shape optimization within the ANSA-TOSCA Environment Topology and Shape optimization within the ANSA-TOSCA Environment Introduction Nowadays, manufacturers need to design and produce, reliable but still light weighting and elegant components, at minimum

More information

Using MSC.Nastran for Explicit FEM Simulations

Using MSC.Nastran for Explicit FEM Simulations 3. LS-DYNA Anwenderforum, Bamberg 2004 CAE / IT III Using MSC.Nastran for Explicit FEM Simulations Patrick Doelfs, Dr. Ingo Neubauer MSC.Software GmbH, D-81829 München, Patrick.Doelfs@mscsoftware.com Abstract:

More information

Guidelines for proper use of Plate elements

Guidelines for proper use of Plate elements Guidelines for proper use of Plate elements In structural analysis using finite element method, the analysis model is created by dividing the entire structure into finite elements. This procedure is known

More information

Targeting Composite Wing Performance Optimising the Composite Lay-Up Design

Targeting Composite Wing Performance Optimising the Composite Lay-Up Design Targeting Composite Wing Performance Optimising the Composite Lay-Up Design Sam Patten Optimisation Specialist, Altair Engineering Ltd Imperial House, Holly Walk, Royal Leamington Spa, CV32 4JG sam.patten@uk.altair.com

More information

American Engineering Group 934 Grant Street, Suite #101 Akron, OH Phone : Fax :

American Engineering Group 934 Grant Street, Suite #101 Akron, OH Phone : Fax : ISO 9001:2000 American Engineering Group 934 Grant Street, Suite #101 Akron, OH 44311 Phone : 1-330-375-1975 Fax : 1-330-645-9385 www.engineering-group.com Challenges in the Finite Element Analysis of

More information

Generative Part Structural Analysis Fundamentals

Generative Part Structural Analysis Fundamentals CATIA V5 Training Foils Generative Part Structural Analysis Fundamentals Version 5 Release 19 September 2008 EDU_CAT_EN_GPF_FI_V5R19 About this course Objectives of the course Upon completion of this course

More information