Newmark

Newmark Time Integration

Syntax

integrator Newmark (1) [2] [3]
# (1) int, unique tag
# [2] double, alpha, default: 0.25
# [3] double, beta, default: 0.5

Governing Equation

The displacement and velocity are integrated as

dn+1=dn+Δtvn+Δt2((12α)an+αan+1),d_{n+1}=d_n+\Delta{}tv_n+\Delta{}t^2\left(\left(\dfrac{1}{2}-\alpha\right)a_n+\alpha{}a_{n+1}\right),
vn+1=vn+Δt(1β)an+Δtβan+1.v_{n+1}=v_n+\Delta{}t\left(1-\beta\right)a_n+\Delta{}t\beta{}a_{n+1}.

The equation of motion is expressed at tn+1t_{n+1}.

Man+1+Cvn+1+Kdn+1=Fn+1.Ma_{n+1}+Cv_{n+1}+Kd_{n+1}=F_{n+1}.

Last updated