Newmark-beta method

From The Right Wiki
Jump to navigationJump to search

The Newmark-beta method is a method of numerical integration used to solve certain differential equations. It is widely used in numerical evaluation of the dynamic response of structures and solids such as in finite element analysis to model dynamic systems. The method is named after Nathan M. Newmark,[1] former Professor of Civil Engineering at the University of Illinois at Urbana–Champaign, who developed it in 1959 for use in structural dynamics. The semi-discretized structural equation is a second order ordinary differential equation system, Mu¨+Cu˙+fint(u)=fext here M is the mass matrix, C is the damping matrix, fint and fext are internal force per unit displacement and external forces, respectively. Using the extended mean value theorem, the Newmark-β method states that the first time derivative (velocity in the equation of motion) can be solved as,

u˙n+1=u˙n+Δtu¨γ

where

u¨γ=(1γ)u¨n+γu¨n+10γ1

therefore

u˙n+1=u˙n+(1γ)Δtu¨n+γΔtu¨n+1.

Because acceleration also varies with time, however, the extended mean value theorem must also be extended to the second time derivative to obtain the correct displacement. Thus,

un+1=un+Δtu˙n+12Δt2u¨β

where again

u¨β=(12β)u¨n+2βu¨n+102β1

The discretized structural equation becomes u˙n+1=u˙n+(1γ)Δtu¨n+γΔtu¨n+1un+1=un+Δtu˙n+Δt22((12β)u¨n+2βu¨n+1)Mu¨n+1+Cu˙n+1+fint(un+1)=fn+1ext Explicit central difference scheme is obtained by setting γ=0.5 and β=0 Average constant acceleration (Middle point rule) is obtained by setting γ=0.5 and β=0.25

Stability Analysis

A time-integration scheme is said to be stable if there exists an integration time-step Δt0>0 so that for any Δt(0,Δt0], a finite variation of the state vector qn at time tn induces only a non-increasing variation of the state-vector qn+1 calculated at a subsequent time tn+1. Assume the time-integration scheme is qn+1=A(Δt)qn+gn+1(Δt) The linear stability is equivalent to ρ(A(Δt))1, here ρ(A(Δt)) is the spectral radius of the update matrix A(Δt). For the linear structural equation Mu¨+Cu˙+Ku=fext here K is the stiffness matrix. Let qn=[u˙n,un], the update matrix is A=H11H0, and H1=[M+γΔtCγΔtKβΔt2CM+βΔt2K]H0=[M(1γ)ΔtC(1γ)ΔtK(12β)Δt2C+ΔtMM(12β)Δt2K] For undamped case (C=0), the update matrix can be decoupled by introducing the eigenmodes u=eiωitxi of the structural system, which are solved by the generalized eigenvalue problem ω2Mx=Kx For each eigenmode, the update matrix becomes H1=[1γΔtωi201+βΔt2ωi2]H0=[1(1γ)Δtωi2Δt1(12β)Δt2ωi2] The characteristic equation of the update matrix is λ2(2(γ+12)ηi2)λ+1(γ12)ηi2=0ηi2=ωi2Δt21+βωi2Δt2 As for the stability, we have Explicit central difference scheme (γ=0.5 and β=0) is stable when ωΔt2. Average constant acceleration (Middle point rule) (γ=0.5 and β=0.25) is unconditionally stable.

References

  1. Newmark, Nathan M. (1959), "A method of computation for structural dynamics", Journal of the Engineering Mechanics Division, 85 (EM3) (3): 67–94, doi:10.1061/JMCEA3.0000098