Types of Supported Design Responses
All the DRESP quantities are load case dependent.
N implies DRESP is calculated at the node, and thus a single node or group of nodes must be specified.
E implies DRESP is calculated for the element; thus, a single element or a group of elements are specified.
Name of design response |
Selection area |
Description |
FS_ACCEL_X |
N |
Acceleration in x-direction for frequency response. |
FS_ACCEL_Y |
N |
Acceleration in y-direction for frequency response. |
FS_ACCEL_Z |
N |
Acceleration in z-direction for frequency response. |
FS_COMP |
E |
Dynamic compliance for frequency response. |
FS_DBA_PRESSURE |
N |
Sound Pressure Level [dBA]. |
FS_DB_PRESSURE |
N |
Sound Pressure Level [dB]. |
FS_DISP_ABS |
N |
Absolute amplitude for frequency response. |
FS_DISP_X_ABS |
N |
Amplitude in x-direction for frequency Response. |
FS_DISP_Y_ABS |
N |
Amplitude in z-direction for frequency response. |
FS_DISP_Z_ABS |
N |
Amplitude in z-direction for frequency response. |
FS_PHASE_X |
N |
Phase in x-direction for frequency response. |
FS_PHASE_Y |
N |
Phase in Y-direction for frequency response. |
FS_PHASE_Z |
N |
Phase in Z-direction for frequency response. |
FS_PRESSURE_X |
N |
Instantaneous sound pressure [Pa]. |
FS_RMS_PRESSURE |
N |
Effective sound pressure (RMS) [Pa]. |
FS_VELOCITY_X |
N |
Velocity in x-direction for frequency response. |
FS_VELOCITY_Y |
N |
Velocity in y-direction for frequency response. |
FS_VELOCITY_Z |
N |
Velocity in z-direction for frequency response. |
Relations for Calculation of Design Responses from Fundamental Quantities
FS_COMP |
|
FS_DISP_ABS |
|
FS_DISP_X_ABS
FS_DISP_Y_ABS
FS_DISP_Z_ABS
|
,
so that
,
so that
,
so that |
FS_PHASE_X_ABS
FS_PHASE_Y_ABS
FS_PHASE_Z_ABS
|
,
so that
,
so that
,
so that |
FS_ACCEL_X_ABS
FS_ACCEL_Y_ABS
FS_ACCEL_Z_ABS
|
,
so that
,
so that
,
so that |
FS_VELOCITY_X_ABS
FS_VELOCITY_Y_ABS
FS_VELOCITY_Z_ABS
|
,
so that
,
so that
,
so that |
FS_PRESSURE |
|
FS_RMS_PRESSURE |
|
FS_DB_PRESSURE |
|
FS_DBA_PRESSURE |
|
Importance of Specifying Damping Parameters
The relationship between the viscous damping
and the fraction of critical damping
, at frequency
is given by the following equation:
The critical damping indicates the switch from oscillatory response to
nonoscillatory. For normal application the damping is around 0.5% (0.005)
to around 15% (0.15).
If the damping is unknown, a recommendation is to use the following numbers for the viscous damping:
|
The relationship between the structural damping and the fraction of critical damping
at frequency
is given by the following equation:
Stiffness-proportional damping more effectively damps higher modes of the domain. If the
optimization includes the first peaks in the spectrum and only structural damping is
applied, then apply a high damping (>10%) for not creating too narrow peaks.
Alternatively, use more sampling points in the frequency response range, especially around
the eigenfrequencies.
- The user must always define the damping for the design elements and the elements included in the manufacturing constraints using OPT_PARAM.
- The design elements and the elements included in the manufacturing constraints should all have the same damping.
Viscous Damping |
Structural Damping |
Viscous damping for design elements (Rayleigh damping) where the
damping matrix is assumed to be proportional to the mass and the stiffness
matrices. The damping matrix is defined as
The viscous damping for the elements in the design domain should always
be defined using the OPT_PARAM command, where A stands for viscous
damping scaled with mass matrix and B stands for the viscous damping
scaled with stiffness matrix, as shown below:
OPT_PARAM
...
DAMP_VISCOUS_MASS = A
DAMP_VISCOUS_STIFF = B
...
END_
|
Structural damping for design elements where the damping matrix is
assumed to be proportional to the mass and the stiffness matrices divided by
the excitation and defined as
The structural damping for the elements in the design domain should always
be defined using the OPT_PARAM commend, where A stands for structural
damping scaled with mass matrix and B stands for structural damping
scaled with stiffness matrix, like the following:
OPT_PARAM
...
DAMP_STRUCTURAL_MASS = A
DAMP_STRUCTURAL_STIFF = B
...
END_
|
|