+ All Categories
Home > Documents > 4_LinearElasticity1112

4_LinearElasticity1112

Date post: 08-Aug-2018
Category:
Upload: diego-canales-aguilera
View: 214 times
Download: 0 times
Share this document with a friend

of 27

Transcript
  • 8/22/2019 4_LinearElasticity1112

    1/27

    COMPUTER MODELLING

    Linear Elasticity

  • 8/22/2019 4_LinearElasticity1112

    2/27

    Computer Modelling

    2

    Outline

    Stress-strain relationsElement types: 1D, 2D, 3DPre-processingPost-processing

  • 8/22/2019 4_LinearElasticity1112

    3/27

    Computer ModellingHookes law

    3

  • 8/22/2019 4_LinearElasticity1112

    4/27

    Computer ModellingOne-dimensional elasticity

    Uniform stretching:

    4

    f

    A

    L

    L+ L

    Stress: = f/ A

    Strain: = L/ L

    Youngs modulus Eis a material property such that = E

    f

  • 8/22/2019 4_LinearElasticity1112

    5/27

    Computer ModellingOne-dimensional elasticity

    Nonuniform stretching:

    5

    X X+dX

    x x+dx

    Elongation of the differential length normalized by the original length:dx/dX 1

    Displacement as a function ofX: U(X) = x(X) X

    Hence, we define = dU/dX

  • 8/22/2019 4_LinearElasticity1112

    6/27

    Computer Modelling

    Shear deformation: a type of deformation that preserves volume butchanges angle

    Analogous to 1D, we define the strain tensor to be

    In Cartesian coordinates,

    Strain in multidimensions

    6

    ij=

    1

    2

    ui

    xj

    +

    uj

    xi

    =

    1

    2u+ (u)

    T[ ]

  • 8/22/2019 4_LinearElasticity1112

    7/27

    Computer Modelling

    By definition, the strain tensor is symmetric. The diagonal components of represent the stretching along the coordinate axes, while the off-diagonalcomponents represent the distortion between pairs of coordinate axes in

    the undeformed configuration (e.g., xy

    represents the distortion betweenx-

    andy-axes).

    7

    =

    xx

    xy

    xz

    xy

    yy

    yz

    xz

    yz

    zz

  • 8/22/2019 4_LinearElasticity1112

    8/27

    Computer ModellingStress in multidimensions

    8

    (internal) traction

  • 8/22/2019 4_LinearElasticity1112

    9/27

    Computer Modelling

    It can be shown that at a particular point, the normal n and the tractionvector t are related through a second-order tensor called the stress tensor:

    The stress tensor is generally symmetric, unless there is distribution of

    body moment. In Cartesian coordinates,

    9

    t = n

    =

    xx

    xy

    xz

    xy

    yy

    yz

    xz yz zz

  • 8/22/2019 4_LinearElasticity1112

    10/27

    Computer ModellingAlternative notations

    Alternative notations for displacement components: u = ux, v = uy, w = uz

    Alternative notations for shear stresses: x

    = xx

    , xy

    = xy

    , etc.

    Alternative notations for shear strains: x

    = xx

    , xy

    = 2xy

    , etc.

    It is also customary to write the stress and strain tensors in vector forms:

    10

    xx

    yy

    zz

    xy

    xz

    yz

    xx

    yy

    zz

    xy

    xz

    yz

    =

    ux

    y+

    uy

    xno !

  • 8/22/2019 4_LinearElasticity1112

    11/27

    Computer Modelling

    11

    Stress-strain relations for planar problems

  • 8/22/2019 4_LinearElasticity1112

    12/27

    Computer Modelling

    12

    Stress-Strain relations

    Linear isotropic elastic material:Eyoung modulus, Poisson ratio (-1 < < 0.5)

    D =E

    (1+)(1 2)

    1

    1

    11 2

    2

    1 22

    1 2

    2

    1-2

  • 8/22/2019 4_LinearElasticity1112

    13/27

    Computer Modelling

    13

    Plane Strain Plane Strain - Axisymmetry

    Plane strain Plane stress:

    Axisymmetry: Geometry

    Loading Material properties Bound. conditions

  • 8/22/2019 4_LinearElasticity1112

    14/27

    Computer ModellingGeneral solution strategy

    Most of the time, the displacement field u is chosen as the primaryunknown. With a certain expression ofu, we can write down the strain field and the stress field . Then we can obtain equations by requiring thesystem to satisfy the equilibrium equation

    and the boundary conditions.

    Next we discuss how we interpolate the displacement field with a finite

    element mesh

    14

    + b = 0

  • 8/22/2019 4_LinearElasticity1112

    15/27

    Computer Modelling

    15

    Element types: 1D and 2D elements

  • 8/22/2019 4_LinearElasticity1112

    16/27

    Computer Modelling

    16

    Element types: 1D Linear bar (standard form)

    if EA is constant:

    kij =

    L

    EAdNi

    dx

    dNj

    dxdx (i, j = 1, 2)

  • 8/22/2019 4_LinearElasticity1112

    17/27

    Computer Modelling

    17

    Element types: 1D Linear bar (isoparametric form)

  • 8/22/2019 4_LinearElasticity1112

    18/27

    Computer Modelling

    18

    Element types: 1D quadratic bar (isoparametric form)

  • 8/22/2019 4_LinearElasticity1112

    19/27

    Computer Modelling

    19

    Element types: 1D quadratic bar (element stiffnes)

  • 8/22/2019 4_LinearElasticity1112

    20/27

    Computer Modelling

    20

    Element types: 2D (isoparametric formulation)

  • 8/22/2019 4_LinearElasticity1112

    21/27

    Computer Modelling

    21

    Element types: 2D (stiffness matrix)

  • 8/22/2019 4_LinearElasticity1112

    22/27

    Computer Modelling

    22

    Element types: 2D (equivalent nodal forces)

  • 8/22/2019 4_LinearElasticity1112

    23/27

    Computer Modelling

    27

    Pre-processing: linear vs. quadratic

  • 8/22/2019 4_LinearElasticity1112

    24/27

    Computer Modelling

    28

    Post-processing

    Solution from analysis: Nodal displacements u

    Q1: Is the u field continuous or discontinuous?

    Q2: Is the fieldcontinuous?

    Q3: Is the fieldcontinuous?

  • 8/22/2019 4_LinearElasticity1112

    25/27

    Computer Modelling

    29

    Post-processing : nodal-displacements

  • 8/22/2019 4_LinearElasticity1112

    26/27

    Computer Modelling

    30

    Post-processing: stresses and strains

  • 8/22/2019 4_LinearElasticity1112

    27/27

    Computer Modelling

    31

    Post-processing: nodal stresses

    Computing stress at node 2:

    The value of reflects the quality of the solution.