HyperWorks Solvers

/DAMP

/DAMP

Previous topic Next topic Expand/collapse all hidden text  

/DAMP

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

symbol_a_14

coeffec-B

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

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

hmtoggle_plus1Flag Definition

Field

Contents

SI Unit Example

damp_ID

Damping identifier

(Integer, maximum 10 digits)

 

damp_title

Damping title

(Character, maximum 100 characters)

 

symbol_a_14

Mass damping coefficient used for all DOF (Comment 5).

(Real)

fail_johnson

coeffec-B

Stiffness damping coefficient used for all DOF (Comment 5).

(Real)

symbol_S_unit

grnd_ID

Node group identifier

(Integer)

 

skew_ID

Skew identifier

(Integer)

 

Tstart

Start time

(Real)

symbol_S_unit

Tstop

Stop time

Default = 1030 (Real)

symbol_S_unit

Mass damping coefficient for translational degree of freedom (DOF) in x direction (Comment 6)

(Real)

fail_johnson

Mass damping coefficient for translational DOF in y direction (Comment 6)

(Real)

fail_johnson

Mass damping coefficient for translational DOF in z direction (Comment 6)

(Real)

fail_johnson

Mass damping coefficient for rotational DOF in xx direction (Comment 6)

(Real)

fail_johnson

Mass damping coefficient for rotational DOF in yy direction (Comment 6)

(Real)

fail_johnson

Mass damping coefficient for rotational DOF in zz direction (Comment 6)

(Real)

fail_johnson

Stiffness damping coefficient for translational DOF in x direction (Comment 6)

(Real)

symbol_S_unit

Stiffness damping coefficient for translational DOF in y direction (Comment 6)

(Real)

symbol_S_unit

Stiffness damping coefficient for translational DOF in z direction (Comment 6)

(Real)

symbol_S_unit

Stiffness damping coefficient for rotational DOF in xx direction (Comment 6)

(Real)

symbol_S_unit

Stiffness damping coefficient for rotational DOF in yy direction (Comment 6)

(Real)

symbol_S_unit

Stiffness damping coefficient for rotational DOF in zz direction (Comment 6)

(Real)

symbol_S_unit

hmtoggle_plus1Comments
1.Rayleigh damping computation is as follows:

[C] = symbol_a_14[M] + coeffec-B [K]

Where,

[C] is the viscosity matrix

[M] is the mass matrix

[K] is the stiffness matrix

symbol_a_14 and coeffec-B 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 symbol_a_14 and coeffec-B 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 symbol_a_14 and coeffec-B will substitute the corresponding values of starter_damp and starter_damp2.

See Also:

Example 16.1 - Dummy Positioning

Rayleigh damping in Theory Manual

Skew and Frame (/SKEW & /FRAME)