Block Format Keyword
/DAMP - Rayleigh Damping
Description
This keyword can be used to define the Rayleigh mass and stiffness damping coefficients applied to a set of nodes. The damping can be applied to any nodal DOF either in local or global coordinate system.
Format 1 (short format)
(1)
|
(2)
|
(3)
|
(4)
|
(5)
|
(6)
|
(7)
|
(8)
|
(9)
|
(10)
|
/DAMP/damp_ID
|
damp_title
|
|
|
grnd_ID
|
skew_ID
|
Tstart
|
Tstop
|
Format 2 (full format)
(1)
|
(2)
|
(3)
|
(4)
|
(5)
|
(6)
|
(7)
|
(8)
|
(9)
|
(10)
|
/DAMP/damp_ID
|
damp_title
|
|
|
grnd_ID
|
skew_ID
|
Tstart
|
Tstop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Field
|
Contents
|
SI Unit Example
|
damp_ID
|
Damping identifier
(Integer, maximum 10 digits)
|
|
damp_title
|
Damping title
(Character, maximum 100 characters)
|
|
|
Mass damping coefficient used for all DOF (Comment 5).
(Real)
|
|
|
Stiffness damping coefficient used for all DOF (Comment 5).
(Real)
|
|
grnd_ID
|
Node group identifier
(Integer)
|
|
skew_ID
|
Skew identifier
(Integer)
|
|
Tstart
|
Start time
(Real)
|
|
Tstop
|
Stop time
Default = 1030 (Real)
|
|
|
Mass damping coefficient for translational degree of freedom (DOF) in x direction (Comment 6)
(Real)
|
|
|
Mass damping coefficient for translational DOF in y direction (Comment 6)
(Real)
|
|
|
Mass damping coefficient for translational DOF in z direction (Comment 6)
(Real)
|
|
|
Mass damping coefficient for rotational DOF in xx direction (Comment 6)
(Real)
|
|
|
Mass damping coefficient for rotational DOF in yy direction (Comment 6)
(Real)
|
|
|
Mass damping coefficient for rotational DOF in zz direction (Comment 6)
(Real)
|
|
|
Stiffness damping coefficient for translational DOF in x direction (Comment 6)
(Real)
|
|
|
Stiffness damping coefficient for translational DOF in y direction (Comment 6)
(Real)
|
|
|
Stiffness damping coefficient for translational DOF in z direction (Comment 6)
(Real)
|
|
|
Stiffness damping coefficient for rotational DOF in xx direction (Comment 6)
(Real)
|
|
|
Stiffness damping coefficient for rotational DOF in yy direction (Comment 6)
(Real)
|
|
|
Stiffness damping coefficient for rotational DOF in zz direction (Comment 6)
(Real)
|
|
|
1. | Rayleigh damping computation is as follows: |
[C] = [M] + [K]
Where,
[C] is the viscosity matrix
[M] is the mass matrix
[K] is the stiffness matrix
and are coefficients
Ci is the nodal viscosity
mi is the nodal mass
ki is the nodal stiffness
Ccrit is the critical damping
2. | The damping is applied to the nodes belonging to a node group (grnd_ID). |
The specification of grnd_ID is compulsory.
3. | It is possible to define multiple /DAMP keywords in the same input file. |
4. | If there are several /DAMP keywords, each applied to different node groups, then these node groups should not have common nodes. |
5. | Two formats of this keyword are available. In the Format 1 (short format), only three lines are prescribed. In this case , , , , , , , , , and are not provided, and the values of and are used as damping coefficients for all degrees of freedom (DOFs). In the Format 2 (full format), six lines are provided and all damping coefficients should be prescribed directly. |
6. | The coefficients in Format 2 are used to define non-isotropic damping, when the full keyword format is used, in a global reference system or in a local one if skew_ID is specified. |
7. | Stiffness damping is a unit of time and for any DOF cannot be greater than the current time step. If stiffness damping becomes greater than the current time step, the time step value is used as the stiffness damping, instead. |
8. | The damping parameters can be modified with the Engine option /DAMP. In this case the values of and will substitute the corresponding values of and . |
|
See Also:
Example 16.1 - Dummy Positioning
Rayleigh damping in Theory Manual
Skew and Frame (/SKEW & /FRAME)