Skip to content

GeneralizedAlpha

The generalized-α method provides second order accuracy with controllable algorithmic damping on high frequency response.

Syntax

Two forms are available.

Text Only
integrator GeneralisedAlpha (1) [2]
integrator GeneralizedAlpha (1) [2]
# (1) int, unique tag
# [2] double, spectral radius at infinite frequency, default: 0.5

integrator GeneralisedAlpha (1) (2) (3)
integrator GeneralizedAlpha (1) (2) (3)
# (1) int, unique tag
# (2) double, \alpha_f
# (3) double, \alpha_m

Governing Equation

The generalized alpha method assumes that the displacement d and the velocity v are integrated as such,

dn+1=dn+Δtvn+Δt2((12β)an+βan+1),
vn+1=vn+Δt(1γ)an+Δtγan+1.

The equation of motion is expressed at somewhere between tn and tn+1.

Man+1αm+Cvn+1αf+Kdn+1αf=Fn+1αf,

which can also be explicitly shown as

M((1αm)an+1+αman)+C((1αf)vn+1+αfvn)+K((1αf)dn+1+αfdn)=(1αf)Fn+1+αfFn,

where αm and αf are two additional parameters.

Default Parameters

To obtain an unconditionally stable algorithm, the following conditions shall be satisfied.

αmαf12,β14+12(αfαm).

Only one parameter is required, the spectral radius ρ that ranges from zero to one.

The following expressions are used to determine the values of all constants used.

αf=ρρ+1,αm=2ρ1ρ+1,γ=12ρ1ρ+1,β=1(ρ+1)2.

So that the resulting algorithm is unconditionally stable and has a second order accuracy. The target numerical damping for high frequencies is achieved while that of low frequencies is minimized.

The recommended values of the spectral radius ρ range from 0.5 to 0.8.

Some special parameters can be chosen.

αf αM method
0.0 0.0 Newmark
- 0.0 HHT-α
0.0 - WBZ-α