Newmark-beta method
   HOME

TheInfoList



OR:

The Newmark-beta method is a
method Method ( grc, μέθοδος, methodos) literally means a pursuit of knowledge, investigation, mode of prosecuting such inquiry, or system. In recent centuries it more often means a prescribed process for completing a task. It may refer to: *Scien ...
of
numerical integration In analysis, numerical integration comprises a broad family of algorithms for calculating the numerical value of a definite integral, and by extension, the term is also sometimes used to describe the numerical solution of differential equations ...
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 Nathan Mortimore Newmark (September 22, 1910 – January 25, 1981) was an American structural engineer and academic, who is widely considered one of the founding fathers of earthquake engineering. He was awarded the National Medal of Science fo ...
, former Professor of Civil Engineering at the
University of Illinois at Urbana–Champaign The University of Illinois Urbana-Champaign (U of I, Illinois, University of Illinois, or UIUC) is a public land-grant research university in Illinois in the twin cities of Champaign and Urbana. It is the flagship institution of the Univer ...
, who developed it in 1959 for use in
structural dynamics Structural dynamics is a type of structural analysis which covers the behavior of a structure subjected to dynamic (actions having high acceleration) loading. Dynamic loads include people, wind, waves, traffic, earthquakes, and blasts. Any structur ...
. The semi-discretized structural equation is a second order ordinary differential equation system, M\ddot + C\dot + f^(u) = f^ \, here M is the mass matrix, C is the damping matrix, f^ and f^ are internal force per unit displacement and external forces, respectively. Using the extended mean value theorem, the Newmark-\beta method states that the first time derivative (velocity in the
equation of motion In physics, equations of motion are equations that describe the behavior of a physical system in terms of its motion as a function of time.''Encyclopaedia of Physics'' (second Edition), R.G. Lerner, G.L. Trigg, VHC Publishers, 1991, ISBN (Ver ...
) can be solved as, :\dot_=\dot_n+ \Delta t~\ddot_\gamma \, where :\ddot_\gamma = (1 - \gamma)\ddot_n + \gamma \ddot_~~~~0\leq \gamma \leq 1 therefore :\dot_=\dot_n + (1 - \gamma) \Delta t~\ddot_n + \gamma \Delta t~\ddot_. 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, :u_=u_n + \Delta t~\dot_n+\begin \frac 1 2 \end \Delta t^2~\ddot_\beta where again :\ddot_\beta = (1 - 2\beta)\ddot_n + 2\beta\ddot_~~~~0\leq 2\beta\leq 1 The discretized structural equation becomes \begin &\dot_=\dot_n + (1 - \gamma) \Delta t~\ddot_n + \gamma \Delta t~\ddot_\\ &u_=u_n + \Delta t~\dot_n + \frac\left((1 - 2\beta)\ddot_n + 2\beta\ddot_\right)\\ &M\ddot_ + C\dot_ + f^(u_) = f_^ \, \end Explicit central difference scheme is obtained by setting \gamma=0.5 and \beta=0 Average constant acceleration (Middle point rule) is obtained by setting \gamma=0.5 and \beta=0.25


Stability Analysis

A time-integration scheme is said to be stable if there exists an integration time-step \Delta t_0 > 0 so that for any \Delta t \in (0, \Delta t_0], a finite variation of the state vector q_n at time t_n induces only a non-increasing variation of the state-vector q_ calculated at a subsequent time t_. Assume the time-integration scheme is q_ = A(\Delta t) q_n + g_(\Delta t) The linear stability is equivalent to \rho(A(\Delta t)) \leq 1, here \rho(A(\Delta t)) is the
spectral radius In mathematics, the spectral radius of a square matrix is the maximum of the absolute values of its eigenvalues. More generally, the spectral radius of a bounded linear operator is the supremum of the absolute values of the elements of its spectru ...
of the update matrix A(\Delta t). For the linear structural equation M\ddot + C\dot + K u = f^ \, here K is the stiffness matrix. Let q_n = dot_n, u_n/math>, the update matrix is A = H_1^H_0, and \begin H_1 = \begin M + \gamma\Delta tC & \gamma \Delta t K\\ \beta \Delta t^2 C & M + \beta\Delta t^2 K \end\qquad H_0 = \begin M - (1-\gamma)\Delta tC & -(1 -\gamma) \Delta t K\\ -(\frac - \beta) \Delta t^2 C +\Delta t M & M - (\frac - \beta)\Delta t^2 K \end \end For undamped case (C = 0), the update matrix can be decoupled by introducing the eigenmodes u = e^ x_i of the structural system, which are solved by the generalized eigenvalue problem \omega^2 M x = K x \, For each eigenmode, the update matrix becomes \begin H_1 = \begin 1 & \gamma \Delta t \omega_i^2\\ 0 & 1 + \beta\Delta t^2 \omega_i^2 \end\qquad H_0 = \begin 1 & -(1 -\gamma) \Delta t \omega_i^2\\ \Delta t & 1 - (\frac - \beta)\Delta t^2 \omega_i^2 \end \end The characteristic equation of the update matrix is \lambda^2 - \left(2 - (\gamma + \frac)\eta_i^2\right)\lambda + 1 - (\gamma - \frac)\eta_i^2 = 0 \,\qquad \eta_i^2 = \frac As for the stability, we have Explicit central difference scheme (\gamma=0.5 and \beta=0 ) is stable when \omega \Delta t \leq 2. Average constant acceleration (Middle point rule) (\gamma=0.5 and \beta=0.25 ) is unconditionally stable.


References

{{DEFAULTSORT:Newmark-Beta Method Numerical differential equations