/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_time_step | |||||||||
α | 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_time_step | |||||||||
α | xx | grnd_ID | Skew_ID | Tstart | Tstop | ||||
αyy | yy | ||||||||
αzz | zz |
Definitions
Field | Contents | SI Unit Example |
---|---|---|
damp_ID | Damping
identifier (Integer, maximum 10 digits) |
|
damp_title | Damping
title (Character, maximum 100 characters) |
|
Nb_time_step | Number of time steps
4
Default = 20 (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:
(1) (2) (3) Where,- C
- Viscosity matrix
- I
- Intertia matrix
- K
- 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_time_step 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.