Directions Block
Parameter | Type | Units | Description |
---|---|---|---|
ACTIVITY | Sub-block | - | This sub-block is specified as
(ACTIVITY) |
FORMULATION | String | - | Valid choices are:
|
FX | Integer | - | Valid choices are:
|
FY | Integer | - | |
FZ | Integer | - | |
TX | Integer | - | |
TY | Integer | - | |
TZ | Integer | - |
- Each force direction (one column in the matrix below) can contain only one stiffness model and one damping model.
HYDROMOUNT_DAMPING
can be used for one translational direction only. Because the software does not impose this limitation, understanding the impracticality of fitting more than one hydromount per attachment is important.- Where
HYDROMOUNT_DAMPING
is used (for FX, FY, FZ), theRUBBER_DAMPING
for the same direction cannot be used. CONSTANT_STIFFNESS
,SPLINE_STIFFNESS
andCUBIC_STIFFNESS
are mutually exclusive.
- For FX:
SPLINE_STIFFNESS
andRUBBER_DAMPING
are active. - For FY:
CONSTANT_STIFFNESS
andHYDROMOUNT_DAMPING
are active. - For FZ:
CONSTANT_STIFFNESS
andCONSTANT_DAMPING
are active. - For TX:
CUBIC_STIFFNESS
andCONSTANT_DAMPING
are active. - For TY:
CONSTANT_STIFFNESS
andCONSTANT_DAMPING
are active. - For TZ:
SPLINE_STIFFNESS
andRUBBER_DAMPING
are active.
$$---------------------------------------------------------- DIRECTIONS
[DIRECTIONS]
(ACTIVITY)
{ formulation FX FY FZ TX TY TZ }
'SPLINE_STIFFNESS' 1 0 0 0 0 1
'CONSTANT_STIFFNESS' 0 1 1 0 1 0
'CUBIC_STIFFNESS' 0 0 0 1 0 0
'CONSTANT_DAMPING' 0 0 1 1 1 0
'RUBBER_DAMPING' 1 0 0 0 0 1
'HYDROMOUNT_DAMPING' 0 1 0 0 0 0
The net force output for any direction is the sum of the forces due to the active force formulations in that direction.