Elementi finiti 1
Di cosa parla
- Introduction to FEM:
- FEM is a method applicable to any continuum described by differential equations, subjected to arbitrary boundary conditions.
- It simplifies both geometry (engineering approach) and equations (mathematical approach).
- Integral to structural analysis, it's particularly useful for detailed analysis of components like ribs.
- Advantages of FEM:
- Applicable to diverse linear and non-linear problems.
- Allows modeling of highly complex geometries, loadings, and constraints.
- Facilitates the simultaneous use of different element types, physical properties, and materials.
- Disadvantages of FEM:
- High complexity in model creation.
- Generates a large volume of results.
- Lacks uniqueness in modeling approaches.
- Requires conscious and informed use of FE software, along with clear objectives.
- Can incur significant computational costs.
- Potential for underestimation of possible errors.
- Main Steps in FEM Analysis:
- Discretization: Dividing the continuous structure into a finite number of elements.
- Interpolation of Unknowns: Discretizing the unknown field (e.g., displacements) using shape functions that describe its behavior at specific points (nodes).
- Shape Functions: Used to interpolate the unknowns within each element based on nodal values.
- Solution: Solving the system of equations derived from the element formulations.
- Post-processing: Calculating stresses and deformations for each element.
- Discretization of the Continuum:
- The continuum is divided into small, finite portions (elements).
- Nodal displacements are the primary unknowns.
- Examples include 1D (linear, quadratic), 2D (bilinear, biquadratic), and 3D elements.
- Shape Functions (Funzioni di Forma):
- Define the displacement of a generic point within an element based on nodal displacements: {s} = [N]{U}.
- Key Characteristics: Must be complete, continuous, regular, and conform to boundary conditions.
- Conditions:
- Displacement Congruence: Ensure correct displacement of adjacent element nodes (no gaps or overlaps), internal continuity and differentiability, and unit value at their respective nodes on boundaries.
- Solution Convergence: Ensures an asymptotically stable result as the model is refined (increasing the number of elements).
- Completeness: Guarantees rigid body motions and descriptions of constant deformations and finite boundary stresses, achieved via complete interpolating polynomials.
- Compatibility: Ensures continuity at the interface between elements (C0 for displacements, C1 for displacements and rotations).
- Principle of Virtual Work (PLV):
- A fundamental principle used to derive the equilibrium equations in FEM.
- It states that the virtual internal work (due to internal stresses) must equal the virtual external work (due to external forces, including volume, surface, and concentrated forces, and inertia forces).
- System Equations:
- Static Problem: [K]{U} = {P}, where [K] is the global stiffness matrix (sum of element stiffness matrices), {U} is the global displacement vector, and {P} is the global force vector.
- Dynamic Problem: [M]{Ü} + [K]{U} = {P}, where [M] is the global mass matrix and {Ü} is the global acceleration vector.