SlideShare a Scribd company logo
Ken Mechanical 1
History of Finite Element Analysis
Finite Element Analysis (FEA) was first developed in 1943 by R.
Courant, who utilized the Ritz method of numerical analysis and
minimization of variational calculus.
A paper published in 1956 by M. J. Turner, R. W. Clough, H. C.
Martin, and L. J. Topp established a broader definition of
numerical analysis. The paper centered on the "stiffness and
deflection of complex structures".
By the early 70's, FEA was limited to expensive mainframe
computers generally owned by the aeronautics, automotive,
defense, and nuclear industries. Since the rapid decline in the cost
of computers and the phenomenal increase in computing power,
FEA has been developed to an incredible precision.
Ken Mechanical 2
Basics of Finite Element Analysis
Why FEM ?
• Modern mechanical design involves
complicated shapes, sometimes made of
different materials.
• Engineers need to use FEM to evaluate their
designs.
Ken Mechanical 3
Basics of Finite Element Analysis
FEA Applications
• Evaluate the stress or temperature
distribution in a mechanical component.
• Perform deflection analysis.
• Analyze the kinematics or dynamic response.
• Perform vibration analysis.
Ken Mechanical 4
Finite element analysis starts with an approximation of the region of
interest into a number of meshes (triangular elements). Each mesh is
connected to associated nodes (black dots) and thus becomes a finite
element.
Basics of Finite Element Analysis
Consider a cantilever beam shown.
Ken Mechanical 5
Basics of Finite Element Analysis
• After approximating the object by finite elements,
each node is associated with the unknowns to be
solved.
• For the cantilever beam the displacements in x and
y would be the unknowns.
• This implies that every node has two degrees of
freedom and the solution process has to solve 2n
degrees of freedom.
• Once the displacements have been computed, the
strains are derived by partial derivatives of the
displacement function and then the stresses are
computed from the strains.
Ken Mechanical 6
Formulation of the Finite Element Method
• The classical finite element analysis code (h version)
The system equations for solid and structural
mechanics problems are derived using the principle of
virtual displacement and work (Bathe, 1982).
• The method of weighted residuals (Galerkin Method)
weighted residuals are used as one method of finite
element formulation starting from the governing differential
equation.
• Potential Energy and Equilibrium; The Rayleigh-Ritz
Method.
Involves the construction of assumed displacement field.
Uses the total potential energy for an elastic body
Ken Mechanical 7
Finite Element Analysis
• Pre-Processing
• Solving Matrix (solver)
• Post-Processing
FEA requires three steps
FEA is a mathematical representation of a physical system
and the solution of that mathematical representation
Ken Mechanical 8
FEA Pre-Processing
Mesh
Mesh is your way of communicating geometry to
the solver, the accuracy of the solution is primarily
dependent on the quality of the mesh.
The better the mesh looks, the more accurate the
solution is.
A good-looking mesh should have well-shaped
elements, and the transition between densities
should be smooth and gradual without skinny,
distorted elements.
Ken Mechanical 9
FEA Pre-Processing - meshing
The mesh transition from .05 to .5 element size without control of transition
(a) creates irregular mesh around the hole which will yield disappointing
results.
Ken Mechanical 10
FEA Pre-Processing
Finite elements supported by most finite-element codes:
Ken Mechanical 11
FEA Pre-Processing – Elements
Beam Elements
Beam elements typically fall into two categories; able to
transmit moments or not able to transmit moments.
Rod (bar or truss) elements cannot carry moments.
Entire length of a modeled component can be captured with a
single element. This member can transmit axial loads only and
can be defined simply by a material and cross sectional area.
Ken Mechanical 12
FEA Pre-Processing – Elements
The most general line element is a beam.
(a) and (b) are higher order line elements.
Ken Mechanical 13
FEA Pre-Processing – Elements
Plate and Shell Modeling
Plate and shell are used interchangeably and refer to surface-
like elements used to represent thin-walled structures.
A quadrilateral mesh is usually more accurate than a mesh of
similar density based on triangles. Triangles are acceptable in
regions of gradual transitions.
Ken Mechanical 14
FEA Pre-Processing – Elements
Solid Element Modeling
Tetrahedral (tet) mesh is the only generally
accepted means to fill a volume, used as auto-
mesh by many FEA codes.
10-node Quadratic
Ken Mechanical 15
CAD Modeling for FEA
• CAD models prepared by the design group for
eventual FEA.
• CAD models prepared without consideration of
FEA needs.
• CAD models unsuitable for use in analysis due to
the amount of rework required.
• Analytical geometry developed by or for analyst
for sole purpose of FEA.
CAD and FEA activities should be coordinated at the early stages
of the design process to minimize the duplication of effort.
Ken Mechanical 16
CAD Modeling for FEA
• Solid chunky parts (thick-walled, low aspect ratio)
parts mesh cleanly directly off CAD models.
• Clean geometry
geometrical features must not prevent the mesh from
being created. The model should not include buried
features.
• Parent-child relationships
parametric modeling allows defining features off other
CAD features.
Ken Mechanical 17
CAD Modeling for FEA
Short edges and Sliver surfaces
Short edges and sliver surfaces usually accompany each other and
on large faces can cause highly distorted elements or a failed mesh.
Ken Mechanical 18
CAD Modeling for FEA – Sliver Surfaces
The rounded rib on the
inside of the piston has a
thickness of .30 and a
radius of .145, as a result
a flat surface of .01 by 2.5
is created. A mesh size
of .05 is required to avoid
distorted elements. This
results in a 290,000
nodes. If the radius is
increased to .15, a mesh
size of .12 is sufficient
which results in 33,500
nodes.
Flat surface
Ken Mechanical 19
CAD Modeling for FEA
Fillet across shallow angle
Sliver surface caused by a slightly
undersized fillet
Sliver surface caused by
misaligned features.
Ken Mechanical 20
Guidelines for Geometry Planning
• Delay inclusion of fillets and chamfers as long as
possible.
• Try to use permanent datums as references where
possible to minimize dependencies.
• Avoid using fillet or draft edges as references for
other features (parent-child relationship)
• Never bury a feature in your model. Delete or
redefine unwanted or incorrect features.
Ken Mechanical 21
Guidelines for Part Simplification
• Outside corner breaks or rounds.
• Small inside fillets far from areas of interest.
• Screw threads or spline features unless they are
specifically being studied.
• Small holes outside the load path.
• Decorative or identification features.
• Large sections of geometry that are essentially
decoupled from the behavior of interested section.
In general, features listed below could be considered for
suppression. But, consider the impact before suppression.
Ken Mechanical 22
Guidelines for Part Simplification
Fillet added
to the rib
Holes removed
Fillet
removed
Ribs needed
for casting
removed
Ken Mechanical 23
CAD Modeling for FEA
Model Conversion
• Try to use the same CAD system for all
components in design.
• When the above is not possible, translate
geometry through kernel based tools such as
ACIS or Parasolids. Using standards based
(IGES, DXF, or VDA) translations may lead to
problem.
• Visually inspect the quality of imported
geometry.
• Avoid modification of the imported geometry in
a second CAD system.
• Use the original geometry for analysis. If not
possible, use a translation directly from the
original model.
Ken Mechanical 24
Example of a solid model corrupted by
IGES transfer
Ken Mechanical 25
FEA Pre-Processing
Material Properties
The only material properties that are generally required
by an isotropic, linear static FEA are: Young’s modulus
(E), Poisson’s ratio (v), and shear modulus (G).
G = E / 2(1+v)
Provide only two of the three properties.
Thermal expansion and simulation analysis require
coefficient of thermal expansion, conductivity and
specific heat values.
Ken Mechanical 26
FEA Pre-Processing
Nonlinear Material Properties
A multi-linear model requires the input of stress-strain
data pairs to essentially communicate the stress-strain
curve from testing to the FE model
Highly deformable, low stiffness, incompressible materials,
such as rubber and other synthetic elastomers require
distortional and volumetric constants or a more complete set
of tensile, compressive, and shear force versus stretch curve.
A creep analysis requires time and temperature dependent
creep properties. Plastic parts are extremely sensitive to this
phenomenon
Ken Mechanical 27
FEA Pre-Processing
• Their properties hold constant throughout the assigned entity.
• Average values are used (variation could be up to 15%).
• Localized changes due to heat or other processing effects are
not accounted for.
• Any impurities present in the parent material are neglected.
Comments
If possible, obtain material property values specific to the
application under analysis.
If you are selecting the property set from the code’s
library, be aware of the assumptions made with this
selection.
Ken Mechanical 28
FEA Pre-Processing
Boundary Conditions
In FEA, the name of the game is “boundary
condition”, that is calculating the load and figuring
out constraints that each component experiences in
its working environment.
“Garbage in, garbage out”
The results of FEA should include a complete
discussion of the boundary conditions.
Ken Mechanical 29
Boundary Conditions
Loads
Loads are used to represent inputs to the system.
They can be in the forms of forces, moments,
pressures, temperature, or accelerations.
Constraints
Constraints are used as reactions to the applied
loads. Constraints can resist translational or
rotational deformation induced by applied loads.
Ken Mechanical 30
Boundary Conditions
Linear Static Analysis
Boundary conditions are assumed constant from
application to final deformation of system and all loads
are applied gradually to their full magnitude.
Dynamic Analysis
The boundary conditions vary with time.
Non-linear Analysis
The orientation and distribution of the boundary
conditions vary as displacement of the structure is
calculated.
Ken Mechanical 31
Boundary Conditions
Degrees of Freedom
Spatial DOFs refer to the three translational and three rotational
modes of displacement that are possible for any part in 3D
space. A constraint scheme must remove all six DOFs for the
analysis to run.
Elemental DOFs refer to the ability of each element to transmit
or react to a load. The boundary condition cannot load or
constrain a DOF that is not supported by the element to which
it is applied.
Ken Mechanical 32
Boundary Conditions
Constraints and their geometric equivalent in classic
beam calculation.
Fixed support
Pin support
Roller support
Ken Mechanical 33
Boundary Conditions
A solid face should always have at least three points in
contact with the rest of the structure. A solid element
should never be constrained by less than three points and
only translational DOFs must be fixed.
Accuracy
The choice of boundary conditions has a direct impact
on the overall accuracy of the model.
Over-constrained model – an overly stiff model due
to poorly applied constraints.
Ken Mechanical 34
Boundary Conditions -Example
Excessive Constraints
Model of the chair seat with patches representing the tops of
the legs.
Patch 3
Patch 1
Patch 2
Patch 4
Ken Mechanical 35
Patch 3
Patch 1
Patch 2
Patch 4
Boundary Conditions -Example
It may appear to be acceptable to constrain each circular patch
in vertical translation while leaving the rotational DOFs
unconstraint. This causes the seat to behave as if the leg-to-
seat interfaces were completely fixed.
A more realistic constraint scheme would be to pin the
center point of each circular patch (translational),
allowing the patch to rotate. Each point should be fixed
vertically, and horizontal constraints should be selectively
applied so that in-plane spatial rotation and rigid body
translation is removed without causing excessive
constraints.
Ken Mechanical 36
Boundary Conditions -Example
• Constraining the center point of patch 1 in all 3
translational DOFs.
• Constraining x and y translations of the center point of
patch 2.
• Constraining z and y translation of the center point of
patch 3.
• Constraining just the y translation of the center point of
patch 4.
This scheme allows in-
plane translation induced
by bending of the seat
without rigid body
translation or rotation.
Patch 3
Patch 1
Patch 2
Patch 4
Ken Mechanical 37
Summary of Pre-Processing
• Build the geometry
• Make the finite-element mesh
• Add boundary conditions; loads and
constraints
• Provide properties of material
• Specify analysis type (static or dynamic,
linear or non-linear, plane stress, etc.)
These activities are called finite element modeling.
Ken Mechanical 38
Solving the Model - Solver
Once the mesh is complete, and the properties and
boundary conditions have been applied, it is time to solve
the model. In most cases, this will be the point where you
can take a deep breath, push a button and relax while the
computer does the work for a change.
Multiple Load and Constraint Cases
In most cases submitting a run with multiple load cases will
be faster than running sequential, complete solutions for
each load case.
Final Model Check
Ken Mechanical 39
Unexpectedly high or low displacements (by order of magnitude)
could be caused by an improper definition of load and/or
elemental properties.
Post-Processing, Displacement Magnitude
Ken Mechanical 40
Post-Processing, Displacement Animation
Animation of the model displacements serves as the best means of
visualizing the response of the model to its boundary conditions.
Ken Mechanical 41
Post-Processing, FEA of a connecting rod
Ken Mechanical 42
Second Mode (Twisting)
The magnitude of the stresses should not be entirely unexpected.
First Mode (Bending)
Post-Processing, Stress Results
Ken Mechanical 43
Deformation of a duct under thermal load
Post-Processing, thermal analysis
Ken Mechanical 44
Post-ProcessingView Animated
Displacements
Does the shape of deformations make sense?
View Displacement
Fringe Plot
Yes
Review Boundary
Conditions
No
Are magnitudes in line with your expectations?
View Stress
Fringe Plot
Yes
Is the quality and mag. Of stresses acceptable?
Review Load Magnitudes
and Units
No
Review Mesh Density
and Quality of Elements
No
View Results Specific
To the Analysis
Yes
Ken Mechanical 45
FEA - Flow Chart

More Related Content

What's hot

Finite Element Method
Finite Element MethodFinite Element Method
Finite Element Method
Muhammad Haris
 
INTRODUCTION TO FINITE ELEMENT ANALYSIS
INTRODUCTION TO FINITE ELEMENT ANALYSISINTRODUCTION TO FINITE ELEMENT ANALYSIS
INTRODUCTION TO FINITE ELEMENT ANALYSISAchyuth Peri
 
Fem lecture
Fem lectureFem lecture
FEA good practices presentation
FEA good practices presentationFEA good practices presentation
FEA good practices presentation
Mahdi Damghani
 
Finite Element Analysis
Finite Element Analysis Finite Element Analysis
Finite Element Analysis
Yousef Abujubba
 
Finite Element Analysis - UNIT-1
Finite Element Analysis - UNIT-1Finite Element Analysis - UNIT-1
Finite Element Analysis - UNIT-1
propaul
 
Introduction to fem
Introduction to femIntroduction to fem
Introduction to fem
Anubhav Singh
 
Finite Element Methods
Finite Element  MethodsFinite Element  Methods
Finite Element Methods
Dr.Vikas Deulgaonkar
 
FEM and it's applications
FEM and it's applicationsFEM and it's applications
FEM and it's applications
Chetan Mahatme
 
Basics of finite element method 19.04.2018
Basics of finite element method 19.04.2018Basics of finite element method 19.04.2018
Basics of finite element method 19.04.2018
Dr. Mohd Zameeruddin
 
Introduction to finite element analysis
Introduction to finite element analysisIntroduction to finite element analysis
Introduction to finite element analysis
Tarun Gehlot
 
Rayleigh Ritz Method
Rayleigh Ritz MethodRayleigh Ritz Method
Rayleigh Ritz Method
Sakthivel Murugan
 
Finite Element Analysis -Dr.P.Parandaman
Finite Element Analysis  -Dr.P.ParandamanFinite Element Analysis  -Dr.P.Parandaman
Finite Element Analysis -Dr.P.Parandaman
Dr.P.Parandaman
 
Introduction to Finite Element Method
Introduction to Finite Element Method Introduction to Finite Element Method
Introduction to Finite Element Method
SyedAbdullaZain
 
isoparametric formulation
isoparametric formulationisoparametric formulation
isoparametric formulation
murali mohan
 
2D Finite Element Analysis.pptx
2D Finite Element Analysis.pptx2D Finite Element Analysis.pptx
2D Finite Element Analysis.pptx
DrDineshDhande
 
One dimensional problems
One dimensional problemsOne dimensional problems
One dimensional problems
Sakthivel Murugan
 
Finite Element Analysis Rajendra M.pdf
Finite Element Analysis Rajendra M.pdfFinite Element Analysis Rajendra M.pdf
Finite Element Analysis Rajendra M.pdf
RaviSekhar35
 
Introduction to FEM
Introduction to FEMIntroduction to FEM
Introduction to FEMmezkurra
 
Finite Element Method
Finite Element MethodFinite Element Method
Finite Element Method
Tahir Khan
 

What's hot (20)

Finite Element Method
Finite Element MethodFinite Element Method
Finite Element Method
 
INTRODUCTION TO FINITE ELEMENT ANALYSIS
INTRODUCTION TO FINITE ELEMENT ANALYSISINTRODUCTION TO FINITE ELEMENT ANALYSIS
INTRODUCTION TO FINITE ELEMENT ANALYSIS
 
Fem lecture
Fem lectureFem lecture
Fem lecture
 
FEA good practices presentation
FEA good practices presentationFEA good practices presentation
FEA good practices presentation
 
Finite Element Analysis
Finite Element Analysis Finite Element Analysis
Finite Element Analysis
 
Finite Element Analysis - UNIT-1
Finite Element Analysis - UNIT-1Finite Element Analysis - UNIT-1
Finite Element Analysis - UNIT-1
 
Introduction to fem
Introduction to femIntroduction to fem
Introduction to fem
 
Finite Element Methods
Finite Element  MethodsFinite Element  Methods
Finite Element Methods
 
FEM and it's applications
FEM and it's applicationsFEM and it's applications
FEM and it's applications
 
Basics of finite element method 19.04.2018
Basics of finite element method 19.04.2018Basics of finite element method 19.04.2018
Basics of finite element method 19.04.2018
 
Introduction to finite element analysis
Introduction to finite element analysisIntroduction to finite element analysis
Introduction to finite element analysis
 
Rayleigh Ritz Method
Rayleigh Ritz MethodRayleigh Ritz Method
Rayleigh Ritz Method
 
Finite Element Analysis -Dr.P.Parandaman
Finite Element Analysis  -Dr.P.ParandamanFinite Element Analysis  -Dr.P.Parandaman
Finite Element Analysis -Dr.P.Parandaman
 
Introduction to Finite Element Method
Introduction to Finite Element Method Introduction to Finite Element Method
Introduction to Finite Element Method
 
isoparametric formulation
isoparametric formulationisoparametric formulation
isoparametric formulation
 
2D Finite Element Analysis.pptx
2D Finite Element Analysis.pptx2D Finite Element Analysis.pptx
2D Finite Element Analysis.pptx
 
One dimensional problems
One dimensional problemsOne dimensional problems
One dimensional problems
 
Finite Element Analysis Rajendra M.pdf
Finite Element Analysis Rajendra M.pdfFinite Element Analysis Rajendra M.pdf
Finite Element Analysis Rajendra M.pdf
 
Introduction to FEM
Introduction to FEMIntroduction to FEM
Introduction to FEM
 
Finite Element Method
Finite Element MethodFinite Element Method
Finite Element Method
 

Viewers also liked

Application of computers in orthodontics /certified fixed orthodontic course...
Application of computers  in orthodontics /certified fixed orthodontic course...Application of computers  in orthodontics /certified fixed orthodontic course...
Application of computers in orthodontics /certified fixed orthodontic course...
Indian dental academy
 
CAD Softwares
CAD SoftwaresCAD Softwares
CAD Softwaressgrsoni45
 
Introduction to CAD CAM in industries
Introduction to CAD CAM in industriesIntroduction to CAD CAM in industries
Introduction to CAD CAM in industries
Ashish Khudaiwala
 
Deaton aci-fall2010
Deaton aci-fall2010Deaton aci-fall2010
Deaton aci-fall2010bendeaton
 
Unit i computer aided design
Unit i computer aided designUnit i computer aided design
Unit i computer aided design
manimaran m
 
FEA AND EXPERIMENTAL QUASI-STATIC CRUSHING OF ALUMINIUM HONEYCOMB STRUCTURE
FEA  AND EXPERIMENTAL QUASI-STATIC CRUSHING OF ALUMINIUM HONEYCOMB STRUCTUREFEA  AND EXPERIMENTAL QUASI-STATIC CRUSHING OF ALUMINIUM HONEYCOMB STRUCTURE
FEA AND EXPERIMENTAL QUASI-STATIC CRUSHING OF ALUMINIUM HONEYCOMB STRUCTURE
Vishal Mudka
 
CAD CAM CAE
CAD CAM CAECAD CAM CAE
CAD CAM CAE
Rejvi Ahmed
 
Recent advances on motion analysis in sports
Recent advances on motion analysis  in sportsRecent advances on motion analysis  in sports
Recent advances on motion analysis in sportspunita85
 
Cam mech
Cam mechCam mech
Cad
CadCad
FORWARD KINEMATIC ANALYSIS OF A ROBOTIC MANIPULATOR WITH TRIANGULAR PRISM STR...
FORWARD KINEMATIC ANALYSIS OF A ROBOTIC MANIPULATOR WITH TRIANGULAR PRISM STR...FORWARD KINEMATIC ANALYSIS OF A ROBOTIC MANIPULATOR WITH TRIANGULAR PRISM STR...
FORWARD KINEMATIC ANALYSIS OF A ROBOTIC MANIPULATOR WITH TRIANGULAR PRISM STR...
IAEME Publication
 
003 position analysis
003 position analysis003 position analysis
003 position analysisphysics101
 
What is FEA: Defining Finite Element Analysis
What is FEA: Defining Finite Element AnalysisWhat is FEA: Defining Finite Element Analysis
What is FEA: Defining Finite Element Analysis
Rapid Global Business Solutions, Inc.
 
Computer-Aided Engineering
Computer-Aided EngineeringComputer-Aided Engineering
Computer-Aided Engineering
Adesanya Adebayo
 
INTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESS
INTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESSINTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESS
INTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESSAbhilash kk
 
Robotics
RoboticsRobotics
Robotics
Deepam Goyal
 
Intro to CAD CAM Tools
Intro to CAD CAM ToolsIntro to CAD CAM Tools
Intro to CAD CAM Tools
Abhay Gore
 
seven cylinder engine
seven cylinder engine seven cylinder engine
seven cylinder engine Nilesh Thorwe
 
Cad cam cae
Cad cam caeCad cam cae
Cad cam cae
Fab Lab LIMA
 

Viewers also liked (20)

Application of computers in orthodontics /certified fixed orthodontic course...
Application of computers  in orthodontics /certified fixed orthodontic course...Application of computers  in orthodontics /certified fixed orthodontic course...
Application of computers in orthodontics /certified fixed orthodontic course...
 
CAD Softwares
CAD SoftwaresCAD Softwares
CAD Softwares
 
Introduction to CAD CAM in industries
Introduction to CAD CAM in industriesIntroduction to CAD CAM in industries
Introduction to CAD CAM in industries
 
Deaton aci-fall2010
Deaton aci-fall2010Deaton aci-fall2010
Deaton aci-fall2010
 
Unit i computer aided design
Unit i computer aided designUnit i computer aided design
Unit i computer aided design
 
FEA AND EXPERIMENTAL QUASI-STATIC CRUSHING OF ALUMINIUM HONEYCOMB STRUCTURE
FEA  AND EXPERIMENTAL QUASI-STATIC CRUSHING OF ALUMINIUM HONEYCOMB STRUCTUREFEA  AND EXPERIMENTAL QUASI-STATIC CRUSHING OF ALUMINIUM HONEYCOMB STRUCTURE
FEA AND EXPERIMENTAL QUASI-STATIC CRUSHING OF ALUMINIUM HONEYCOMB STRUCTURE
 
CAD CAM CAE
CAD CAM CAECAD CAM CAE
CAD CAM CAE
 
Cad and cam
Cad and camCad and cam
Cad and cam
 
Recent advances on motion analysis in sports
Recent advances on motion analysis  in sportsRecent advances on motion analysis  in sports
Recent advances on motion analysis in sports
 
Cam mech
Cam mechCam mech
Cam mech
 
Cad
CadCad
Cad
 
FORWARD KINEMATIC ANALYSIS OF A ROBOTIC MANIPULATOR WITH TRIANGULAR PRISM STR...
FORWARD KINEMATIC ANALYSIS OF A ROBOTIC MANIPULATOR WITH TRIANGULAR PRISM STR...FORWARD KINEMATIC ANALYSIS OF A ROBOTIC MANIPULATOR WITH TRIANGULAR PRISM STR...
FORWARD KINEMATIC ANALYSIS OF A ROBOTIC MANIPULATOR WITH TRIANGULAR PRISM STR...
 
003 position analysis
003 position analysis003 position analysis
003 position analysis
 
What is FEA: Defining Finite Element Analysis
What is FEA: Defining Finite Element AnalysisWhat is FEA: Defining Finite Element Analysis
What is FEA: Defining Finite Element Analysis
 
Computer-Aided Engineering
Computer-Aided EngineeringComputer-Aided Engineering
Computer-Aided Engineering
 
INTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESS
INTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESSINTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESS
INTRODUCTION TO CAD,WORKSTATION & DESIGN PROCESS
 
Robotics
RoboticsRobotics
Robotics
 
Intro to CAD CAM Tools
Intro to CAD CAM ToolsIntro to CAD CAM Tools
Intro to CAD CAM Tools
 
seven cylinder engine
seven cylinder engine seven cylinder engine
seven cylinder engine
 
Cad cam cae
Cad cam caeCad cam cae
Cad cam cae
 

Similar to Stages of fea in cad environment

Finite element method
Finite element methodFinite element method
Finite element method
Santosh Chavan
 
FEM_PPT.ppt
FEM_PPT.pptFEM_PPT.ppt
FEM_PPT.ppt
FlimMovie
 
Fem utkarsh
Fem utkarshFem utkarsh
Fem utkarsh
UTKARSH DWIVEDI
 
Introduction of finite element analysis1
Introduction of finite element analysis1Introduction of finite element analysis1
Introduction of finite element analysis1
ssuser2209b4
 
Lecture 13 modeling_errors_and_accuracy
Lecture 13 modeling_errors_and_accuracyLecture 13 modeling_errors_and_accuracy
Lecture 13 modeling_errors_and_accuracy
Javier Antonio Cárdenas Oliveros
 
feagoodpracticepresentation-191125101221.pdf
feagoodpracticepresentation-191125101221.pdffeagoodpracticepresentation-191125101221.pdf
feagoodpracticepresentation-191125101221.pdf
JethallalGada
 
tuttuturtCH 1 and 2 FEM ppt finite el.pptx
tuttuturtCH 1 and 2 FEM ppt finite el.pptxtuttuturtCH 1 and 2 FEM ppt finite el.pptx
tuttuturtCH 1 and 2 FEM ppt finite el.pptx
ozelalemshiferaw
 
Basic applied fem
Basic applied femBasic applied fem
Basic applied fem
Albin Coban
 
Lecture on Introduction to finite element methods & its contents
Lecture on Introduction  to  finite element methods  & its  contentsLecture on Introduction  to  finite element methods  & its  contents
Lecture on Introduction to finite element methods & its contents
MesayAlemuTolcha1
 
FEA: Analytical Methods.pptx
FEA: Analytical Methods.pptxFEA: Analytical Methods.pptx
FEA: Analytical Methods.pptx
DrDineshDhande
 
EDM_SEMINAR.pptx
EDM_SEMINAR.pptxEDM_SEMINAR.pptx
EDM_SEMINAR.pptx
JiaJunWang17
 
Meshing Techniques.pptx
Meshing Techniques.pptxMeshing Techniques.pptx
Meshing Techniques.pptx
DrDineshDhande
 
I044083842
I044083842I044083842
I044083842
IJERA Editor
 
Aitc step by-step procedure for pbd of 40-story rc building_overall (20141105)
Aitc step by-step procedure for pbd of 40-story rc building_overall (20141105)Aitc step by-step procedure for pbd of 40-story rc building_overall (20141105)
Aitc step by-step procedure for pbd of 40-story rc building_overall (20141105)
Ramil Artates
 
Steady state CFD analysis of C-D nozzle
Steady state CFD analysis of C-D nozzle Steady state CFD analysis of C-D nozzle
Steady state CFD analysis of C-D nozzle
Vishnu R
 
Role of Simulation in Deep Drawn Cylindrical Part
Role of Simulation in Deep Drawn Cylindrical PartRole of Simulation in Deep Drawn Cylindrical Part
Role of Simulation in Deep Drawn Cylindrical Part
IJSRD
 
Introduction to CAE and Element Properties.pptx
Introduction to CAE and Element Properties.pptxIntroduction to CAE and Element Properties.pptx
Introduction to CAE and Element Properties.pptx
DrDineshDhande
 
Modelling and Analysis Laboratory Manual
Modelling and Analysis Laboratory ManualModelling and Analysis Laboratory Manual
Modelling and Analysis Laboratory Manual
Hareesha N Gowda, Dayananda Sagar College of Engg, Bangalore
 
Topology optimization2 for sir
Topology optimization2 for sirTopology optimization2 for sir
Topology optimization2 for sir
Venkat Vijay Kumar Pentapati
 

Similar to Stages of fea in cad environment (20)

Finite element method
Finite element methodFinite element method
Finite element method
 
FEM_PPT.ppt
FEM_PPT.pptFEM_PPT.ppt
FEM_PPT.ppt
 
Fem utkarsh
Fem utkarshFem utkarsh
Fem utkarsh
 
Introduction of finite element analysis1
Introduction of finite element analysis1Introduction of finite element analysis1
Introduction of finite element analysis1
 
Lecture 13 modeling_errors_and_accuracy
Lecture 13 modeling_errors_and_accuracyLecture 13 modeling_errors_and_accuracy
Lecture 13 modeling_errors_and_accuracy
 
feagoodpracticepresentation-191125101221.pdf
feagoodpracticepresentation-191125101221.pdffeagoodpracticepresentation-191125101221.pdf
feagoodpracticepresentation-191125101221.pdf
 
tuttuturtCH 1 and 2 FEM ppt finite el.pptx
tuttuturtCH 1 and 2 FEM ppt finite el.pptxtuttuturtCH 1 and 2 FEM ppt finite el.pptx
tuttuturtCH 1 and 2 FEM ppt finite el.pptx
 
Basic applied fem
Basic applied femBasic applied fem
Basic applied fem
 
Lecture on Introduction to finite element methods & its contents
Lecture on Introduction  to  finite element methods  & its  contentsLecture on Introduction  to  finite element methods  & its  contents
Lecture on Introduction to finite element methods & its contents
 
FEA: Analytical Methods.pptx
FEA: Analytical Methods.pptxFEA: Analytical Methods.pptx
FEA: Analytical Methods.pptx
 
EDM_SEMINAR.pptx
EDM_SEMINAR.pptxEDM_SEMINAR.pptx
EDM_SEMINAR.pptx
 
Meshing Techniques.pptx
Meshing Techniques.pptxMeshing Techniques.pptx
Meshing Techniques.pptx
 
I044083842
I044083842I044083842
I044083842
 
Aitc step by-step procedure for pbd of 40-story rc building_overall (20141105)
Aitc step by-step procedure for pbd of 40-story rc building_overall (20141105)Aitc step by-step procedure for pbd of 40-story rc building_overall (20141105)
Aitc step by-step procedure for pbd of 40-story rc building_overall (20141105)
 
Steady state CFD analysis of C-D nozzle
Steady state CFD analysis of C-D nozzle Steady state CFD analysis of C-D nozzle
Steady state CFD analysis of C-D nozzle
 
Role of Simulation in Deep Drawn Cylindrical Part
Role of Simulation in Deep Drawn Cylindrical PartRole of Simulation in Deep Drawn Cylindrical Part
Role of Simulation in Deep Drawn Cylindrical Part
 
Introduction to CAE and Element Properties.pptx
Introduction to CAE and Element Properties.pptxIntroduction to CAE and Element Properties.pptx
Introduction to CAE and Element Properties.pptx
 
This two
This twoThis two
This two
 
Modelling and Analysis Laboratory Manual
Modelling and Analysis Laboratory ManualModelling and Analysis Laboratory Manual
Modelling and Analysis Laboratory Manual
 
Topology optimization2 for sir
Topology optimization2 for sirTopology optimization2 for sir
Topology optimization2 for sir
 

More from rashmi322

Unit v
Unit vUnit v
Unit v
rashmi322
 
Unit 3
Unit 3Unit 3
Unit 3
rashmi322
 
Reliability
ReliabilityReliability
Reliability
rashmi322
 
Qms & taguchi
Qms & taguchiQms & taguchi
Qms & taguchi
rashmi322
 
Qfd
QfdQfd
Management tools
Management toolsManagement tools
Management tools
rashmi322
 
Fta & pokayoke
Fta & pokayokeFta & pokayoke
Fta & pokayoke
rashmi322
 
Failure modes effect analysis
Failure modes effect analysisFailure modes effect analysis
Failure modes effect analysis
rashmi322
 
Simple c-programs
Simple c-programsSimple c-programs
Simple c-programs
rashmi322
 
1013 2.1
1013 2.11013 2.1
1013 2.1
rashmi322
 
Aluminium smelting complex
Aluminium smelting complexAluminium smelting complex
Aluminium smelting complex
rashmi322
 
report on aluminium production
report on aluminium production report on aluminium production
report on aluminium production
rashmi322
 
animation and simulation
animation and simulation animation and simulation
animation and simulation
rashmi322
 
Design process
Design processDesign process
Design process
rashmi322
 

More from rashmi322 (14)

Unit v
Unit vUnit v
Unit v
 
Unit 3
Unit 3Unit 3
Unit 3
 
Reliability
ReliabilityReliability
Reliability
 
Qms & taguchi
Qms & taguchiQms & taguchi
Qms & taguchi
 
Qfd
QfdQfd
Qfd
 
Management tools
Management toolsManagement tools
Management tools
 
Fta & pokayoke
Fta & pokayokeFta & pokayoke
Fta & pokayoke
 
Failure modes effect analysis
Failure modes effect analysisFailure modes effect analysis
Failure modes effect analysis
 
Simple c-programs
Simple c-programsSimple c-programs
Simple c-programs
 
1013 2.1
1013 2.11013 2.1
1013 2.1
 
Aluminium smelting complex
Aluminium smelting complexAluminium smelting complex
Aluminium smelting complex
 
report on aluminium production
report on aluminium production report on aluminium production
report on aluminium production
 
animation and simulation
animation and simulation animation and simulation
animation and simulation
 
Design process
Design processDesign process
Design process
 

Recently uploaded

Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
Vivekanand Anglo Vedic Academy
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
Celine George
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
Vivekanand Anglo Vedic Academy
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
rosedainty
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
Steve Thomason
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
GeoBlogs
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
Excellence Foundation for South Sudan
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
AzmatAli747758
 

Recently uploaded (20)

Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
The French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free downloadThe French Revolution Class 9 Study Material pdf free download
The French Revolution Class 9 Study Material pdf free download
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)Template Jadual Bertugas Kelas (Boleh Edit)
Template Jadual Bertugas Kelas (Boleh Edit)
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Fish and Chips - have they had their chips
Fish and Chips - have they had their chipsFish and Chips - have they had their chips
Fish and Chips - have they had their chips
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
 

Stages of fea in cad environment

  • 1. Ken Mechanical 1 History of Finite Element Analysis Finite Element Analysis (FEA) was first developed in 1943 by R. Courant, who utilized the Ritz method of numerical analysis and minimization of variational calculus. A paper published in 1956 by M. J. Turner, R. W. Clough, H. C. Martin, and L. J. Topp established a broader definition of numerical analysis. The paper centered on the "stiffness and deflection of complex structures". By the early 70's, FEA was limited to expensive mainframe computers generally owned by the aeronautics, automotive, defense, and nuclear industries. Since the rapid decline in the cost of computers and the phenomenal increase in computing power, FEA has been developed to an incredible precision.
  • 2. Ken Mechanical 2 Basics of Finite Element Analysis Why FEM ? • Modern mechanical design involves complicated shapes, sometimes made of different materials. • Engineers need to use FEM to evaluate their designs.
  • 3. Ken Mechanical 3 Basics of Finite Element Analysis FEA Applications • Evaluate the stress or temperature distribution in a mechanical component. • Perform deflection analysis. • Analyze the kinematics or dynamic response. • Perform vibration analysis.
  • 4. Ken Mechanical 4 Finite element analysis starts with an approximation of the region of interest into a number of meshes (triangular elements). Each mesh is connected to associated nodes (black dots) and thus becomes a finite element. Basics of Finite Element Analysis Consider a cantilever beam shown.
  • 5. Ken Mechanical 5 Basics of Finite Element Analysis • After approximating the object by finite elements, each node is associated with the unknowns to be solved. • For the cantilever beam the displacements in x and y would be the unknowns. • This implies that every node has two degrees of freedom and the solution process has to solve 2n degrees of freedom. • Once the displacements have been computed, the strains are derived by partial derivatives of the displacement function and then the stresses are computed from the strains.
  • 6. Ken Mechanical 6 Formulation of the Finite Element Method • The classical finite element analysis code (h version) The system equations for solid and structural mechanics problems are derived using the principle of virtual displacement and work (Bathe, 1982). • The method of weighted residuals (Galerkin Method) weighted residuals are used as one method of finite element formulation starting from the governing differential equation. • Potential Energy and Equilibrium; The Rayleigh-Ritz Method. Involves the construction of assumed displacement field. Uses the total potential energy for an elastic body
  • 7. Ken Mechanical 7 Finite Element Analysis • Pre-Processing • Solving Matrix (solver) • Post-Processing FEA requires three steps FEA is a mathematical representation of a physical system and the solution of that mathematical representation
  • 8. Ken Mechanical 8 FEA Pre-Processing Mesh Mesh is your way of communicating geometry to the solver, the accuracy of the solution is primarily dependent on the quality of the mesh. The better the mesh looks, the more accurate the solution is. A good-looking mesh should have well-shaped elements, and the transition between densities should be smooth and gradual without skinny, distorted elements.
  • 9. Ken Mechanical 9 FEA Pre-Processing - meshing The mesh transition from .05 to .5 element size without control of transition (a) creates irregular mesh around the hole which will yield disappointing results.
  • 10. Ken Mechanical 10 FEA Pre-Processing Finite elements supported by most finite-element codes:
  • 11. Ken Mechanical 11 FEA Pre-Processing – Elements Beam Elements Beam elements typically fall into two categories; able to transmit moments or not able to transmit moments. Rod (bar or truss) elements cannot carry moments. Entire length of a modeled component can be captured with a single element. This member can transmit axial loads only and can be defined simply by a material and cross sectional area.
  • 12. Ken Mechanical 12 FEA Pre-Processing – Elements The most general line element is a beam. (a) and (b) are higher order line elements.
  • 13. Ken Mechanical 13 FEA Pre-Processing – Elements Plate and Shell Modeling Plate and shell are used interchangeably and refer to surface- like elements used to represent thin-walled structures. A quadrilateral mesh is usually more accurate than a mesh of similar density based on triangles. Triangles are acceptable in regions of gradual transitions.
  • 14. Ken Mechanical 14 FEA Pre-Processing – Elements Solid Element Modeling Tetrahedral (tet) mesh is the only generally accepted means to fill a volume, used as auto- mesh by many FEA codes. 10-node Quadratic
  • 15. Ken Mechanical 15 CAD Modeling for FEA • CAD models prepared by the design group for eventual FEA. • CAD models prepared without consideration of FEA needs. • CAD models unsuitable for use in analysis due to the amount of rework required. • Analytical geometry developed by or for analyst for sole purpose of FEA. CAD and FEA activities should be coordinated at the early stages of the design process to minimize the duplication of effort.
  • 16. Ken Mechanical 16 CAD Modeling for FEA • Solid chunky parts (thick-walled, low aspect ratio) parts mesh cleanly directly off CAD models. • Clean geometry geometrical features must not prevent the mesh from being created. The model should not include buried features. • Parent-child relationships parametric modeling allows defining features off other CAD features.
  • 17. Ken Mechanical 17 CAD Modeling for FEA Short edges and Sliver surfaces Short edges and sliver surfaces usually accompany each other and on large faces can cause highly distorted elements or a failed mesh.
  • 18. Ken Mechanical 18 CAD Modeling for FEA – Sliver Surfaces The rounded rib on the inside of the piston has a thickness of .30 and a radius of .145, as a result a flat surface of .01 by 2.5 is created. A mesh size of .05 is required to avoid distorted elements. This results in a 290,000 nodes. If the radius is increased to .15, a mesh size of .12 is sufficient which results in 33,500 nodes. Flat surface
  • 19. Ken Mechanical 19 CAD Modeling for FEA Fillet across shallow angle Sliver surface caused by a slightly undersized fillet Sliver surface caused by misaligned features.
  • 20. Ken Mechanical 20 Guidelines for Geometry Planning • Delay inclusion of fillets and chamfers as long as possible. • Try to use permanent datums as references where possible to minimize dependencies. • Avoid using fillet or draft edges as references for other features (parent-child relationship) • Never bury a feature in your model. Delete or redefine unwanted or incorrect features.
  • 21. Ken Mechanical 21 Guidelines for Part Simplification • Outside corner breaks or rounds. • Small inside fillets far from areas of interest. • Screw threads or spline features unless they are specifically being studied. • Small holes outside the load path. • Decorative or identification features. • Large sections of geometry that are essentially decoupled from the behavior of interested section. In general, features listed below could be considered for suppression. But, consider the impact before suppression.
  • 22. Ken Mechanical 22 Guidelines for Part Simplification Fillet added to the rib Holes removed Fillet removed Ribs needed for casting removed
  • 23. Ken Mechanical 23 CAD Modeling for FEA Model Conversion • Try to use the same CAD system for all components in design. • When the above is not possible, translate geometry through kernel based tools such as ACIS or Parasolids. Using standards based (IGES, DXF, or VDA) translations may lead to problem. • Visually inspect the quality of imported geometry. • Avoid modification of the imported geometry in a second CAD system. • Use the original geometry for analysis. If not possible, use a translation directly from the original model.
  • 24. Ken Mechanical 24 Example of a solid model corrupted by IGES transfer
  • 25. Ken Mechanical 25 FEA Pre-Processing Material Properties The only material properties that are generally required by an isotropic, linear static FEA are: Young’s modulus (E), Poisson’s ratio (v), and shear modulus (G). G = E / 2(1+v) Provide only two of the three properties. Thermal expansion and simulation analysis require coefficient of thermal expansion, conductivity and specific heat values.
  • 26. Ken Mechanical 26 FEA Pre-Processing Nonlinear Material Properties A multi-linear model requires the input of stress-strain data pairs to essentially communicate the stress-strain curve from testing to the FE model Highly deformable, low stiffness, incompressible materials, such as rubber and other synthetic elastomers require distortional and volumetric constants or a more complete set of tensile, compressive, and shear force versus stretch curve. A creep analysis requires time and temperature dependent creep properties. Plastic parts are extremely sensitive to this phenomenon
  • 27. Ken Mechanical 27 FEA Pre-Processing • Their properties hold constant throughout the assigned entity. • Average values are used (variation could be up to 15%). • Localized changes due to heat or other processing effects are not accounted for. • Any impurities present in the parent material are neglected. Comments If possible, obtain material property values specific to the application under analysis. If you are selecting the property set from the code’s library, be aware of the assumptions made with this selection.
  • 28. Ken Mechanical 28 FEA Pre-Processing Boundary Conditions In FEA, the name of the game is “boundary condition”, that is calculating the load and figuring out constraints that each component experiences in its working environment. “Garbage in, garbage out” The results of FEA should include a complete discussion of the boundary conditions.
  • 29. Ken Mechanical 29 Boundary Conditions Loads Loads are used to represent inputs to the system. They can be in the forms of forces, moments, pressures, temperature, or accelerations. Constraints Constraints are used as reactions to the applied loads. Constraints can resist translational or rotational deformation induced by applied loads.
  • 30. Ken Mechanical 30 Boundary Conditions Linear Static Analysis Boundary conditions are assumed constant from application to final deformation of system and all loads are applied gradually to their full magnitude. Dynamic Analysis The boundary conditions vary with time. Non-linear Analysis The orientation and distribution of the boundary conditions vary as displacement of the structure is calculated.
  • 31. Ken Mechanical 31 Boundary Conditions Degrees of Freedom Spatial DOFs refer to the three translational and three rotational modes of displacement that are possible for any part in 3D space. A constraint scheme must remove all six DOFs for the analysis to run. Elemental DOFs refer to the ability of each element to transmit or react to a load. The boundary condition cannot load or constrain a DOF that is not supported by the element to which it is applied.
  • 32. Ken Mechanical 32 Boundary Conditions Constraints and their geometric equivalent in classic beam calculation. Fixed support Pin support Roller support
  • 33. Ken Mechanical 33 Boundary Conditions A solid face should always have at least three points in contact with the rest of the structure. A solid element should never be constrained by less than three points and only translational DOFs must be fixed. Accuracy The choice of boundary conditions has a direct impact on the overall accuracy of the model. Over-constrained model – an overly stiff model due to poorly applied constraints.
  • 34. Ken Mechanical 34 Boundary Conditions -Example Excessive Constraints Model of the chair seat with patches representing the tops of the legs. Patch 3 Patch 1 Patch 2 Patch 4
  • 35. Ken Mechanical 35 Patch 3 Patch 1 Patch 2 Patch 4 Boundary Conditions -Example It may appear to be acceptable to constrain each circular patch in vertical translation while leaving the rotational DOFs unconstraint. This causes the seat to behave as if the leg-to- seat interfaces were completely fixed. A more realistic constraint scheme would be to pin the center point of each circular patch (translational), allowing the patch to rotate. Each point should be fixed vertically, and horizontal constraints should be selectively applied so that in-plane spatial rotation and rigid body translation is removed without causing excessive constraints.
  • 36. Ken Mechanical 36 Boundary Conditions -Example • Constraining the center point of patch 1 in all 3 translational DOFs. • Constraining x and y translations of the center point of patch 2. • Constraining z and y translation of the center point of patch 3. • Constraining just the y translation of the center point of patch 4. This scheme allows in- plane translation induced by bending of the seat without rigid body translation or rotation. Patch 3 Patch 1 Patch 2 Patch 4
  • 37. Ken Mechanical 37 Summary of Pre-Processing • Build the geometry • Make the finite-element mesh • Add boundary conditions; loads and constraints • Provide properties of material • Specify analysis type (static or dynamic, linear or non-linear, plane stress, etc.) These activities are called finite element modeling.
  • 38. Ken Mechanical 38 Solving the Model - Solver Once the mesh is complete, and the properties and boundary conditions have been applied, it is time to solve the model. In most cases, this will be the point where you can take a deep breath, push a button and relax while the computer does the work for a change. Multiple Load and Constraint Cases In most cases submitting a run with multiple load cases will be faster than running sequential, complete solutions for each load case. Final Model Check
  • 39. Ken Mechanical 39 Unexpectedly high or low displacements (by order of magnitude) could be caused by an improper definition of load and/or elemental properties. Post-Processing, Displacement Magnitude
  • 40. Ken Mechanical 40 Post-Processing, Displacement Animation Animation of the model displacements serves as the best means of visualizing the response of the model to its boundary conditions.
  • 41. Ken Mechanical 41 Post-Processing, FEA of a connecting rod
  • 42. Ken Mechanical 42 Second Mode (Twisting) The magnitude of the stresses should not be entirely unexpected. First Mode (Bending) Post-Processing, Stress Results
  • 43. Ken Mechanical 43 Deformation of a duct under thermal load Post-Processing, thermal analysis
  • 44. Ken Mechanical 44 Post-ProcessingView Animated Displacements Does the shape of deformations make sense? View Displacement Fringe Plot Yes Review Boundary Conditions No Are magnitudes in line with your expectations? View Stress Fringe Plot Yes Is the quality and mag. Of stresses acceptable? Review Load Magnitudes and Units No Review Mesh Density and Quality of Elements No View Results Specific To the Analysis Yes
  • 45. Ken Mechanical 45 FEA - Flow Chart