/DAMP/INTER
Block Format Keyword The card is intended to apply Rayleigh damping to the nodes inside of specified contact to increase its stability and reduce results scattering due to small variations of initial or boundary conditions.
Format 1 (short format)
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
/DAMP/INTER/damp_ID | |||||||||
damp_title | |||||||||
Nb_dt | Iselect | ||||||||
grnd_ID | skew_ID | Tstart | Tstop |
Format 2 (full format)
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
/DAMP/INTER/damp_ID | |||||||||
damp_title | |||||||||
Nb_dt | Iselect | ||||||||
xx | xx | grnd_ID | Skew_ID | Tstart | Tstop | ||||
yy | yy | ||||||||
zz | zz |
Definition
Field | Contents | SI Unit Example |
---|---|---|
damp_ID | Damping
identifier. (Integer, maximum 10 digits) |
|
damp_title | Damping
title. (Character, maximum 100 characters) |
|
Nb_dt | Number of time steps.
4
Default = 20 (Integer) |
|
Iselect | Extended node selection
flag. 8
(Integer) |
|
Mass damping
coefficient. is used for all DOF. (Real) |
||
Stiffness damping
coefficient. is used for all DOF. (Real) |
||
grnd_ID | Node group
identifier. (Integer) |
|
Skew_ID | Skew
identifier. (Integer) |
|
Tstart | Start
time. (Real) |
|
Tstop | Stop time. Default = 1030 (Real) |
|
xx | Mass damping coefficient
for rotational DOF (in xx direction). 6 (Real) |
|
yy | Mass damping coefficient
for rotational DOF (in yy direction). 6 (Real) |
|
zz | Mass damping coefficient
for rotational DOF (in zz direction). 6 (Real) |
|
xx | Stiffness damping
coefficient for rotational DOF (in xx direction).
6 (Real) |
|
yy | Stiffness damping
coefficient for rotational DOF (in yy direction).
6 (Real) |
|
zz | Stiffness damping
coefficient for rotational DOF (in zz direction).
6 (Real) |
Comments
- The damping parameters can be modified with the Engine option /DAMP.
- Rayleigh damping is applied only
on rotational DOF and is computed as:Where,
- Viscosity matrix
- Inertia matrix
- Rotational stiffness matrix
- and
- Coefficients
- Nodal viscosity
- Nodal inertia
- Rotational nodal stiffness
- Critical damping
- The damping is applied to all the nodes of the prescribed node group (grnd_ID) that are subjected to contact forces. The specification of grnd_ID is compulsory.
- The damping is active for nodes that are no longer in contact during Nb_dt cycles.
- The same node cannot be referred by more than one /DAMP/INTER card.
- The coefficients in Format 2 are used to define non-isotropic damping in global reference system or in a local one if skew_ID is specified.
- /DAMP/INTER is only compatible with contacts TYPE7, TYPE10 and TYPE11.
- With Iselect=1, the damping is applied to all the nodes having one shell element in common with nodes in contact to increase the effect of contact damping.