Translation status
This page has not yet been translated into Filipino, or its translation is out of date. The current English version is shown as a fallback.
!DAMPING¶
Defines Rayleigh damping coefficients acting on each element. Specify this card following the !MATERIAL card.
For elements belonging to material \(i\), the damping matrix \(C_i\) is evaluated using the mass matrix \(M_i\) and tangent stiffness matrix \(K_i\) of that material as
and is assembled into the global damping matrix. The global Rayleigh damping coefficients (ray_m, ray_k) specified on the !DYNAMIC card are ignored for a material when values are specified for that material with !DAMPING; the !DAMPING values take precedence.
This card is effective only for implicit dynamic analysis (!SOLUTION, TYPE=DYNAMIC + Newmark-β). It is not referenced in static analysis, modal analysis, frequency response analysis, or explicit dynamic analysis.
Parameters¶
| Parameter Name | Attribute | Description |
|---|---|---|
| TYPE | P | Type of damping model. Optional. Currently only RAYLEIGH is supported (default) |
** 2nd line **
| Variable Name | Attribute | Description |
|---|---|---|
| Rm | R | Proportional coefficient \(R_m\) multiplying the mass matrix (default: 0.0) |
| Rk | R | Proportional coefficient \(R_k\) multiplying the stiffness matrix (default: 0.0) |