0% found this document useful (0 votes)
3 views19 pages

fea theory

The document outlines the general procedure of the Finite Element Method (FEM), which includes steps such as discretization, selection of element types, formulation of equations, and solving the system. It also defines shape functions and their properties, explains h-method and p-method for improving accuracy, and discusses the significance of the Jacobian matrix in coordinate transformation. Additionally, it addresses boundary conditions, mass matrices, convergence, and the approximate nature of FEM solutions.

Uploaded by

Sahil Shirke
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views19 pages

fea theory

The document outlines the general procedure of the Finite Element Method (FEM), which includes steps such as discretization, selection of element types, formulation of equations, and solving the system. It also defines shape functions and their properties, explains h-method and p-method for improving accuracy, and discusses the significance of the Jacobian matrix in coordinate transformation. Additionally, it addresses boundary conditions, mass matrices, convergence, and the approximate nature of FEM solutions.

Uploaded by

Sahil Shirke
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

1)Explain general FEM procedure

The general procedure of the Finite Element Method


(FEM) follows a logical sequence to solve engineering
problems (like structural, thermal, or fluid problems). Here’s a
clear step-by-step explanation:

1. Discretization (Meshing)
 The entire domain (structure or body) is divided into
smaller parts called finite elements.
 These elements are connected at points called nodes.
 Example: A beam can be divided into small line
elements.

2. Selection of Element Type


 Choose suitable elements based on the problem:
o 1D elements (bars, beams)

o 2D elements (triangles, quadrilaterals)

o 3D elements (tetrahedrons, hexahedrons)

3. Selection of Approximation (Shape Functions)


 Assume how the unknown variable (displacement,
temperature, etc.) varies within an element.
 Use shape functions to interpolate values between
nodes.
4. Formulation of Element Equations
 Develop equations for each element using principles like:
o Equilibrium equations

o Energy methods (e.g., potential energy)

 This gives the element stiffness matrix and force vector.

5. Assembly of Global System


 Combine all element equations to form a global stiffness
matrix.
 Ensure compatibility between elements at shared nodes.

6. Apply Boundary Conditions


 Apply known values such as:
o Displacements (Dirichlet conditions)

o Forces (Neumann conditions)

7. Solve the System of Equations


 Solve the global matrix equation:
[K]{u}={F}[K]\{u\} = \{F\}[K]{u}={F}
Where:
o [K][K][K] = global stiffness matrix
o {u}\{u\}{u} = unknown nodal values
o {F}\{F\}{F} = force vector
8. Post-Processing
 Calculate derived results:
o Stress, strain, temperature, etc.

 Visualize results using graphs or contour plots.

9. Interpretation of Results
 Analyze whether results are accurate and acceptable.
 Refine mesh if needed for better accuracy.

ii) Define shape function and enlist the properties of


shape functions.
Definition of Shape Function
A shape function in the Finite Element Method is a
mathematical function used to approximate the variation of
a field variable (such as displacement, temperature, etc.)
within an element using the values at its nodes.
In simple terms, it helps to interpolate values inside an
element based on nodal values.

Properties of Shape Functions


1. Interpolation Property
o Shape functions interpolate nodal values within the

element.
2. Nodal Property
o At its own node: value = 1

o At other nodes: value = 0

3. Continuity
o Shape functions ensure continuity between adjacent

elements (usually C0C^0C0 continuity).


4. Completeness
o Must be able to represent constant strain or rigid

body motion.
5. Compatibility
o Displacements must be continuous across element

boundaries.
6. Partition of Unity
o Sum of all shape functions at any point = 1

N1+N2+N3+⋯=1N_1 + N_2 + N_3 + \dots = 1N1+N2


+N3+⋯=1
7. Local Support
o Shape function is non-zero only within its element.

8. Differentiability
o Must be differentiable as required for strain

calculations.
iii) Explain h-method and p-method of FEM
h-method in FEM (Finite Element Method)
1. Accuracy is improved by reducing element size (h).
2. Number of elements increases (mesh refinement).
3. Order of shape functions remains constant (usually
linear/quadratic).
4. Suitable for problems with complex geometry or stress
concentration.
5. Leads to larger system of equations (more degrees of
freedom).
6. Easy to implement and most commonly used method.

p-method in FEM (Finite Element Method)


1. Accuracy is improved by increasing polynomial order
(p) of shape functions.
2. Mesh size remains the same (no refinement needed).
3. Uses higher-order elements (quadratic, cubic, etc.).
4. Provides high accuracy for smooth problems.
5. Results in fewer elements but complex calculations.
6. Implementation is more difficult compared to h-
method
v) Describe the significance of Jacobian Matrix in coordinate
transformation

 Coordinate Transformation
 Converts natural (local) coordinates (ξ,η)(\xi, \eta)(ξ,η)
into global coordinates (x,y)(x, y)(x,y).

 Mapping of Elements
 Maps a standard (parent) element to the actual physical
element.

 Determinant Indicates Validity


 ∣J∣>0|J| > 0∣J∣>0 ensures a valid and properly oriented
element.

 Used in Numerical Integration


 Essential for Gauss quadrature while calculating stiffness
matrix and load vector.

 Strain–Displacement Conversion
 Helps convert derivatives of shape functions into global
coordinates for strain evaluation.

 Represents Element Geometry


 Contains information about element size, shape, and
orientation.

 Detects Element Distortion


 Irregular or very small Jacobian values indicate distorted
elements and possible errors.

 Scaling Factor
 Acts as a scaling factor when transforming area/volume
integrals from local to global domain.
) Explain the principle of minimum total potential.
The principle states that:
Among all possible displacement configurations, the actual
displacement of a system is the one that minimizes the
total potential energy.

Explanation
 Total potential energy (Π)(\Pi)(Π) of a system is given
by:
Π=U−W\Pi = U - WΠ=U−W
where:
o UUU = strain energy stored in the system
o WWW = work done by external forces

 For equilibrium:
δΠ=0\delta \Pi = 0δΠ=0
(i.e., variation of total potential energy is zero)

Key Points (5–6 Points)


1. The system is in equilibrium when total potential
energy is minimum.
2. It is based on energy methods rather than force
equilibrium directly.
3. Used to derive finite element equations.
4. Applicable mainly to elastic systems.
5. Helps in obtaining stiffness matrix and governing
equations.
6. Condition: δΠ=0\delta \Pi = 0δΠ=0 ensures stable
equilibrium.
vi) Explain iso-parametric, sub-parametric and super-
parametric elements
1. Iso-parametric Elements

 Same shape functions are used for both:


o Geometry (coordinates)

o Field variables (displacement, temperature)


Key Points:
1. Order of interpolation is same for geometry and
displacement.
2. Most commonly used in FEM.
3. Works well for curved and irregular shapes.
4. Simplifies formulation and computation.
5. Ensures compatibility and consistency.
6. Example: Quadratic element with quadratic
displacement.

2. Sub-parametric Elements

 Lower-order shape functions are used for geometry


than for field variables.
Key Points:
1. Geometry interpolation order < displacement
interpolation order.
2. Geometry representation is less accurate.
3. Rarely used in practice.
4. May cause errors in curved boundaries.
5. Simpler geometry but higher-order solution
approximation.
6. Not preferred due to inconsistency.

3. Super-parametric Elements

 Higher-order shape functions are used for geometry


than for field variables.
Key Points:
1. Geometry interpolation order > displacement
interpolation order.
2. Used for accurate representation of complex geometry.
3. Improves modeling of curved boundaries.
4. Increases computational effort.
5. Used in special cases like fluid flow problems.
6. Less common than iso-parametric elements

1. Iso-parametric Elements

 Same shape functions are used for both:


o Geometry (coordinates)

o Field variables (displacement, temperature)

Key Points:
1. Order of interpolation is same for geometry and
displacement.
2. Most commonly used in FEM.
3. Works well for curved and irregular shapes.
4. Simplifies formulation and computation.
5. Ensures compatibility and consistency.
6. Example: Quadratic element with quadratic
displacement.

2. Sub-parametric Elements

 Lower-order shape functions are used for geometry


than for field variables.
Key Points:
1. Geometry interpolation order < displacement
interpolation order.
2. Geometry representation is less accurate.
3. Rarely used in practice.
4. May cause errors in curved boundaries.
5. Simpler geometry but higher-order solution
approximation.
6. Not preferred due to inconsistency.

3. Super-parametric Elements

 Higher-order shape functions are used for geometry


than for field variables.
Key Points:
1. Geometry interpolation order > displacement
interpolation order.
2. Used for accurate representation of complex geometry.
3. Improves modeling of curved boundaries.
4. Increases computational effort.
5. Used in special cases like fluid flow problems.
6. Less common than iso-parametric elements
v) Explain plane stress and plane strain conditions applied to
elasticity problems.
What are the sources of Errors in FEA?
1. Discretization Error
 Occurs due to dividing the domain into finite elements.
 Coarse mesh leads to less accurate results.

2. Modeling Error
 Due to simplifications or assumptions in the physical
model.
 Example: neglecting loads, boundary conditions, or
material behavior.

3. Element Type Error


 Using inappropriate element type (1D, 2D, 3D).
 Wrong choice affects accuracy and convergence.

4. Approximation (Interpolation) Error


 Due to use of shape functions to approximate field
variables.
 Lower-order elements give less accurate results.

5. Numerical Integration Error


 Arises during evaluation of integrals (e.g., Gauss
quadrature).
 Improper integration scheme leads to inaccuracies.

6. Round-off Error
 Caused by limited precision of computer calculations.
 Significant in large systems of equations.

7. Boundary Condition Error


 Incorrect or improper application of boundary
conditions.
 Leads to unrealistic results.

8. Mesh Distortion Error


 Poorly shaped or distorted elements reduce accuracy.
 Affects Jacobian and solution quality

Explain with neat sketch the Finite Element methods.


The Finite Element Method (FEM) is a numerical technique
used to obtain approximate solutions of engineering problems
by dividing a large system into smaller, simpler parts called
finite elements.

Explanation
In FEM, a complex structure is first divided into a number of
small elements connected at nodes. The behavior of each
element is approximated using simple functions (shape
functions). These element equations are then assembled to
form a global system of equations. After applying boundary
conditions, the system is solved to obtain unknown values
such as displacement, temperature, or stress. Finally, results
are interpreted and analyzed.
Steps in FEM
1. Discretization – Divide domain into elements
2. Selection of element type
3. Selection of shape functions
4. Formulation of element equations
5. Assembly of global equations
6. Apply boundary conditions
7. Solve equations
8. Post-processing (stress, strain, etc.)
What is Boundary Condition? Explain its type in brief ?
A boundary condition is a constraint applied to a system that
specifies the values of field variables (like displacement,
temperature, etc.) or their derivatives at the boundaries of
a domain. It is essential for obtaining a unique and
physically meaningful solution in FEM problems.

Types of Boundary Conditions (in brief)


1. Essential Boundary Condition (Dirichlet Condition)

 Specifies the value of the primary variable.


 Example: Displacement or temperature is given.
 Mathematically:
u=known value

 In structural problems: fixed support (zero


displacement).

2. Natural Boundary Condition (Neumann Condition)

 Specifies the value of force or flux (derivative of primary


variable).
 Example: Applied force, heat flux.
 Mathematically:
 dxdu=known value
 Automatically satisfied in FEM formulation.

3. Mixed Boundary Condition (Robin Condition)

 Combination of both primary variable and its


derivative.
 Example: Convective heat transfer.
 Mathematically:
au+bdxdu=constant
)Write in brief about Consistent and Lumped mass
matrix.
1. Consistent Mass Matrix
 It is derived using the same shape functions as used in
stiffness matrix formulation.
 Mass is distributed continuously over the element.
 Matrix is full (non-diagonal) with off-diagonal terms.
 Represents actual mass distribution more accurately.
 Used in dynamic analysis where accuracy is important.
 Computationally more complex and time-consuming.

2. Lumped Mass Matrix


 Total mass of the element is concentrated at the nodes.
 Matrix is diagonal (no off-diagonal terms).
 Simpler and easy to compute.
 Less accurate compared to consistent mass matrix.
 Reduces computational effort and time.
 Preferred for large systems and quick analysis.
What is Convergence in FEA? Explain its types in brief.
Convergence in Finite Element Analysis means that as the
model is refined, the numerical (approximate) solution
approaches the exact/true solution of the problem. In other
words, improving the model should lead to more accurate and
stable results.

Types of Convergence (in brief)


1. h–Convergence (Mesh Convergence)

 Achieved by reducing element size (h).


 Mesh is refined → number of elements increases.
 Solution gradually becomes more accurate.
 Most commonly used method.

2. p–Convergence

 Achieved by increasing the polynomial order (p) of


shape functions.
 Mesh remains the same.
 Provides faster and higher accuracy for smooth
problems.
3. hp–Convergence

 Combination of h-method and p-method.


 Both mesh refinement and higher-order elements are
used.
 Gives very high accuracy and fastest convergence.
Why Finite Element Method is an approximate solution?
Explain in brief how the accuracy
The Finite Element Method provides an approximate
solution because it replaces a continuous domain and exact
governing equations with simplified numerical
representations:
 The actual structure (continuous domain) is discretized
into finite elements, which introduces approximation.
 The field variable (displacement, temperature, etc.) is
approximated using shape functions, not exact
functions.
 Finite number of nodes and elements are used instead
of infinite points.
 Material properties and geometry may be simplified.
 Numerical integration and computation introduce
small errors.
Hence, FEM yields an approximate but sufficiently accurate
solution.

How Accuracy of FEM Results is Improved (in brief)


1. Mesh Refinement (h-method)
o Reduce element size → more elements → better
accuracy.
2. Higher-Order Elements (p-method)
o Use higher-degree shape functions (quadratic,

cubic).
3. Use of hp-method
o Combine mesh refinement and higher-order

elements.
4. Better Element Selection
o Choose appropriate element type (1D, 2D, 3D) for

the problem.
5. Improved Mesh Quality
o Avoid distorted elements and maintain proper

aspect ratio.
6. Accurate Boundary Conditions
o Apply correct loads and constraints.

7. Refined Modeling
o Use realistic geometry and material properties.

Explain the Principle of minimum total potential with suitable


example.
What is the significance of Jacobian Matrix in FEA? Explain in
brief.
The Jacobian matrix plays a vital role in transforming and
relating quantities between the natural (local) coordinate
system and the global (physical) coordinate system in finite
element analysis.

Key Significance (in brief)


1. Coordinate Transformation
o Converts coordinates and derivatives from natural
(ξ,η)(\xi, \eta)(ξ,η) to global (x,y) system.
2. Element Mapping
o Maps a standard (parent) element to the actual

physical element.
3. Determines Element Validity
o Determinant of Jacobian ∣J∣|J|∣J∣ must be positive

and non-zero for a valid element.


4. Used in Numerical Integration
o Essential for Gauss quadrature in calculating

stiffness matrix and load vector.


5. Strain–Displacement Relation
o Helps convert derivatives of shape functions into

global coordinates for strain calculation.


6. Represents Element Geometry
o Contains information about size, shape, and

orientation of elements.

You might also like