p__2005047

download p__2005047

of 17

Transcript of p__2005047

  • 8/7/2019 p__2005047

    1/17

    Lesson 01 Introduction to FEM

    Mario Guagliano

    FEMLab

  • 8/7/2019 p__2005047

    2/17

    Mario Guagliano

    2

    FEM: Finite Element Method

    It is a numerical method At first it was developed to solve the problem of the computation of

    the stresses in loaded structures.

    FEM can be applied to many other physical problems, where theunkonwns are field variables (as dispalcement in structural

    applications)

    It is a useful method to find a numerical solution to a particularproblem.

    Thus, it is different from analytical solutions to a class of problems,for istance the fundamental equation that relates bending to

    deflection.

    d2y

    dx2 = M(x) EJ

  • 8/7/2019 p__2005047

    3/17

    Mario Guagliano

    3First step: to divide the structure in

    elements

    The complete geometry is divided in portions called elements, thatform the mesh.

    The elements describe the displacement field in a simple manner,basically by means of a polynomial representation.

    The nodes and not the sides are the connection points amongelements.

  • 8/7/2019 p__2005047

    4/17

    Mario Guagliano

    4The elements and the displacement field.

    The displacments of a point in one element are approximated by polynomial

    functions:

  • 8/7/2019 p__2005047

    5/17

    Mario Guagliano

    5The elements and the displacement field.

    The same relation is valid for the nodal displacements

  • 8/7/2019 p__2005047

    6/17

    Mario Guagliano

    6The elements and the displacement field.

    Then

  • 8/7/2019 p__2005047

    7/17

    Mario Guagliano

    7The elements and the displacement field.

  • 8/7/2019 p__2005047

    8/17

    Mario Guagliano

    8Strain and stresses

  • 8/7/2019 p__2005047

    9/17

    Mario Guagliano

    9

    Stress and strain

    Strain field {}=[B]{u}

    : area of the undeformed triangular element

    The way the node numbers are assigned is free, but the 123 sequence must

    be counterclockwiseto obtain a positive element area .

    2

    2

  • 8/7/2019 p__2005047

    10/17

    Mario Guagliano

    10The stiffness matrix

    The stiffness matrix can be calculated by equating the

    external and the internal work.

  • 8/7/2019 p__2005047

    11/17

    Mario Guagliano

    11Stiffness matrix

    Kix,jy is the reaction force at node i in x direction when a unit displacement

    is applied to node j in direction y.

  • 8/7/2019 p__2005047

    12/17

    Mario Guagliano

    12Global Stiffness matrix:

    global and local node numbering

    Element1

    Element 2

    1st node 2nd node 3rd node

  • 8/7/2019 p__2005047

    13/17

    Mario Guagliano

    13Global Stiffness matrix:

    global and local node numbering

    Global model number Local (element) number of the node

    Element number

  • 8/7/2019 p__2005047

    14/17

    Mario Guagliano

    14Solution of the linear elastic problem

    After having related the displacement field inside every element to the

    nodal displacements at nodes, it is possible to proceed and to solve thelinear elastic problem that is developed in such a way to obtain the value

    of the nodal displacements.

    By opportunely assigning boundary conditions and loads, so that they

    are referred to nodes, a linear system like the following one is solved:

    With [K]g is the global stiffness matrix, that gives the reaction forces at

    nodes of the model when a unit displacement is assigned to the nodes.

    K[ ]g fn{ }g = F{ }gfn{ }g = K[ ]g

    1

    F{ }g

  • 8/7/2019 p__2005047

    15/17

    Mario Guagliano

    15Solution of the linear algeabric system:

    Once the nodal displacements are known, it is possible to calculate

    the stress and the strain vectors by considering the elements of the

    model. Thus, for each element:

  • 8/7/2019 p__2005047

    16/17

    Mario Guagliano

    16Congruence of displacements

    The adopted expression of the displacements is valid for adiacent

    elements, that has one common side (side 1-3)

    This garantees that there are no voids or overlaps among elements when

    they deform (the displacements are congruent or compatible)

    Costant strain + compatibility = convergence of the results byincreasing the mesh density.

    1 2

    3

    4 u1

    u3

  • 8/7/2019 p__2005047

    17/17

    Mario Guagliano

    17Following points (to be developed)

    These are the basis of the FE Method. We will look in depth at

    The definition of the stiffness matrix of every element type: [K]el The connection of the stiffness matrices of the different elements to

    form the stiffness matrix of the system: [K]Global The schematization of the loads: {f} The representation of boundary conditions: {u}known The methods used to solve the system that gives the nodal

    displacements {u}

    The computation of the strains {} The computation of the stresses {}