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_DAMPINGcan 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_DAMPINGis used (for FX, FY, FZ), theRUBBER_DAMPINGfor the same direction cannot be used. CONSTANT_STIFFNESS,SPLINE_STIFFNESSandCUBIC_STIFFNESSare mutually exclusive.
- For FX: 
SPLINE_STIFFNESSandRUBBER_DAMPINGare active. - For FY: 
CONSTANT_STIFFNESSandHYDROMOUNT_DAMPINGare active. - For FZ: 
CONSTANT_STIFFNESSandCONSTANT_DAMPINGare active. - For TX: 
CUBIC_STIFFNESSandCONSTANT_DAMPINGare active. - For TY: 
CONSTANT_STIFFNESSandCONSTANT_DAMPINGare active. - For TZ: 
SPLINE_STIFFNESSandRUBBER_DAMPINGare 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.