0% found this document useful (0 votes)
22 views4 pages

Effective Mesh Strategies in FEM

This document discusses practical modeling strategies for finite element analysis including: 1. Choosing appropriate element types based on the problem and ensuring compatible degrees of freedom between different element types. 2. Refining meshes through techniques like reducing element size or increasing polynomial order to improve solution convergence towards the analytical solution. 3. Ensuring proper element connections without gaps or unintended freedoms and avoiding low quality elements with large aspect ratios or corner angles.

Uploaded by

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

Effective Mesh Strategies in FEM

This document discusses practical modeling strategies for finite element analysis including: 1. Choosing appropriate element types based on the problem and ensuring compatible degrees of freedom between different element types. 2. Refining meshes through techniques like reducing element size or increasing polynomial order to improve solution convergence towards the analytical solution. 3. Ensuring proper element connections without gaps or unintended freedoms and avoiding low quality elements with large aspect ratios or corner angles.

Uploaded by

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

Practical Modelling

Meshing strategies

Combinations of different element types are possible but be careful that they have the same DOF
e.g. you cannot combine a beam element to a solid element. The solid has 3 displacement DOF and the
beam has 3 rotations

1. know the behaviour of each type of element


3-node triangle and 4-node quadrilateral: linear displacement, constant strain and stress
6-node triangle and 8-node quadrilateral: quadratic displacement, linear strain and stress
2. choose the right type of elements for a given problem
3. avoid elements with large aspect ratios and corner angles

4. connect the elements properly


Don't leave unintended gaps or free elements

Examples of poor mesh


Non-matching Nodes

Matching Nodes but Non-matching Sides

Recommended Combination of Elements

Linear elements: use 3-node triangle and 4-node quadrilateral together


Quadratic elements: use 6-node triangle and 8-node quadrilateral together
Use quadrilateral elements for stress analysis: have high accuracy and flexibility and are suitable for
complex geometry

NB. Commercial packages will usually have automatic mesh generation which you can use for simple
geometries

Convergence of solution
As the mesh is refined, the FEM solution should approach the analytical solution of the mathematical model.

Convergence requirements
Completeness. Finite element must be able to assume constant values (e.g. constant strain)
Compatibility. The shape functions must be able to provide displacement continuity between elements.
Stability. The system of equations must be such that excessive element distortion is avoided.

Types of mesh refinement


h-refinement: reduce element size
p-refinement: increase the order of the polynomial (i.e. linear to quadratic, etc.)
r-refinement: rearrange nodes in the mesh
hp-refinement: combination of the h and p refinements

Errors and error estimation

Error is the difference between the exact and the approximate solution
This can apply to the trial function (i.e. displacements) or strains and stresses

This type of error measurement is not convenient and can be misleading e.g. under a point load you
could have localised errors in strains and stresses

There are three possible sources of error:


1. Domain approximation error: due to approximation of the domain
With mesh refinement, domain can be more accurately represented; errors are expected to approach
zero
2. Quadrature and finite arithmetic errors: due to the numerical evaluation of integrals and the numerical
computation on a computer

errors are assumed to be small in linear systems with a small number of DOF

3. Approximation error: due to the approximation of the solution

The approximation error is zero for single second-order and fourth-order equations with elementwise constant coefficients

Error Measurement

There are several ways of measuring the difference between two functions and
Supmetric error- this is the maximum of all absolute values of the differences of
(
)
domain

The supmetric error is a real number


Pointwise error- difference between and
at each point in the domain. It is a function and not a
distance or a norm. The norm of a function is a non-negative real number
The more commonly used methods of error estimation are the energy norm and the
norm
(
), the two norms are
For any square-integrable functions and
defined on the domain
defined by

and

Different measures of error


between the exact solution
and the finite element solution . The maximum norm and the
norm are illustrated

and

in the

Common questions

Powered by AI

Quadratic elements, such as 6-node triangles and 8-node quadrilaterals, generally provide greater accuracy and flexibility compared to linear elements due to their higher-order polynomial basis, which allows them to better capture complex stress and deformation distributions . They are especially effective in representing curved geometries or fields with steep gradients, where linear elements might require excessive refinement to achieve similar accuracy . However, the increased computational cost and potential for numerical instabilities must be considered, as quadratic elements involve more complex calculations and can face difficulties in handling large deformations . Thus, the choice between quadratic and linear elements should balance the need for accuracy against computational efficiency and the specific requirements of the simulation scenario .

Convergence in finite element methods is ensured by ensuring completeness, compatibility, and stability. Completeness requires the finite element to be able to assume constant values, such as strain, over elements . Compatibility demands displacement continuity between elements, essential for accurate deformation representation . Stability ensures that the system of equations remains well-conditioned, avoiding distortions in elements that could lead to computational inaccuracies . Together, these factors ensure that as the mesh is refined (using h, p, or hp-refinements), the FEM solution approaches the exact mathematical model's analytical solution .

The typical sources of error in finite element analysis include domain approximation error, quadrature and finite arithmetic errors, and approximation error. Domain approximation error occurs due to the mesh's inability to perfectly replicate the actual geometry, but can approach zero with mesh refinement . Quadrature and arithmetic errors arise from the numerical evaluation of integrals and computer computations, usually minimal in linear systems with low DOF . Approximation error pertains to the approximation of the solution, zero for certain equations with constant coefficients . Mesh refinement, particularly h-refinement, addresses domain approximation errors by creating finer meshes that better model the geometry, ultimately enhancing solution accuracy .

Matching nodes and sides are crucial for ensuring node connectivity and element compatibility, which directly influence the quality of finite element analysis outcomes. Non-matching nodes or sides can lead to gaps or discontinuities in the mesh, which degrade solution accuracy by introducing artificial stress concentrations or poor displacement continuity . Properly matching nodes and sides avoid such issues and enable a more reliable distribution of loads and simulations of responses across the mesh . This thorough connectivity facilitates smoother transitions between elements, resulting in improved prediction of mechanical behavior and solution convergence .

Automatic mesh generation plays a significant role in finite element analysis by simplifying the meshing process for simple geometries, enabling quicker setup and iteration of analyses . It reduces the need for manual intervention, which decreases the potential for human error and ensures that common meshing guidelines, such as element shape and size optima, are automatically applied . For simple geometries, automatic meshing provides an efficient and effective means to produce a reliable and consistent mesh, facilitating rapid prototyping and evaluation of designs . This accelerates the finite element method's application and enhances accessibility for engineers dealing with straightforward problems .

The energy norm and norm provide more comprehensive error estimation over maximum and pointwise errors by considering the overall error distribution throughout the domain rather than focusing only on the worst-case or local errors . The energy norm integrates the square of differences across the domain, offering a measure of the total error energy, which is more representative of the solution’s overall accuracy . The norm similarly provides a holistic view by averaging the error over the entire domain, which can reveal issues that may not be apparent when looking at maximum or pointwise errors alone . These comprehensive error estimations facilitate better insight into the quality of the finite element solution and aid in guiding effective mesh refinement and adjustment strategies .

Different mesh refinement strategies improve mesh quality by addressing various aspects. h-refinement involves decreasing element size to better capture local behavior, enhancing accuracy by providing a finer representation of the domain . p-refinement increases the polynomial order of elements, refining the solution space for improved accuracy even without additional elements . r-refinement rearranges nodes, which can enhance node distribution for optimized mesh without changing element numbers . hp-refinement combines h and p strategies for comprehensive improvement, offering a powerful tool for highly accurate solutions . These strategies effectuate a more precise approximation of the problem domain, leading to improved solution accuracy and convergence .

When selecting finite elements, one must consider the degrees of freedom (DOF) that align with problem requirements, ensuring compatibility between element types, like not combining beam elements with solid elements as they possess different DOF . The behavior of each element type must be understood, such as linear displacement in 3-node triangles and quadratic displacement in 6-node triangles . Additionally, one should avoid elements with large aspect ratios and angles, and ensure proper connectivity without gaps . It is recommended to use quadrilateral elements for stress analysis due to their high accuracy and suitability for complex geometries .

The supmetric error measures the maximum of all absolute values of the differences between the exact and the approximate solutions across the domain, essentially capturing the worst-case discrepancy . It is considered a real number because it represents a single, maximum absolute value as opposed to an aggregate measure like a norm, which characterizes the overall discrepancy within a defined metric space . Unlike norms, which provide a general view of deviation, the supmetric error highlights the peak error, providing a specific focus on regions with the greatest deviation .

h-refinement involves reducing the size of elements within the mesh, thereby increasing the number of elements to capture more detailed information about the domain and improving solution accuracy by better representing local variations . p-refinement, on the other hand, increases the polynomial order of the shape functions used in elements, which enhances the element’s ability to represent more complex behaviors without necessarily increasing the number of elements . While h-refinement primarily improves geometric approximation, p-refinement enhances approximation quality by refining the solution space within elements, often yielding significant accuracy improvements for smooth solutions . Both methods impact the finite element solutions by reducing errors and improving the approximation quality but through fundamentally different approaches .

You might also like