utils.dynamics.integrators
utils.dynamics.integrators
Functions
| Name | Description |
|---|---|
| wbz_alpha | Wood-Bossak-Zienkiewicz (WBZ-α) method. |
wbz_alpha
utils.dynamics.integrators.wbz_alpha(
M,
C,
K,
force_free,
times,
U0=None,
V0=None,
gamma=0.5,
beta=0.25,
alpha_m=0.0,
)Wood-Bossak-Zienkiewicz (WBZ-α) method. Extension of Newmark method with algorithmic damping parameter alpha_m. alpha_m: numerical damping parameter (0 ≤ alpha_m ≤ 1)