Parameters: Frequency Response
Model ElementParam_FreqResponse defines the solution control parameters for a frequency response analysis.
Description
The solution control parameters control the output options and transfer path analysis.
Format
<Param_FreqResponse
[ freq_unit = "HZ" ]
[ phase_unit = "RAD" ]
[ write_mode_factor = { "OFF" | "REAL" | "COMPLEX" }
[ write_energy_dist = { "TRUE" | "FALSE" }
[ pfpath_flexbody_id = "Integer" ]
/>
Attributes
- freq_unit
- Defines the frequency unit.
- phase_unit
- Defines the phase unit.
- write_mode_factors
- Specifies whether the frequency dependent modal participation factors
are written out to the *_frf.h3d output file in
real or complex form. Select from OFF,
REAL, or COMPLEX.
The default is OFF.
- write_energy_dist
- Specifies whether the frequency dependent kinetic energy, dissipative
energy, and strain energy distributions are written out to the
*_frf.h3d output file. Select from
TRUE or FALSE.
The default is FALSE.
- pfpath_flexbody_id
- The ID of the Body_Flexible to calculate the frequency dependent transfer path response from that flexible body's interface points to the tactile point's output request on the same flexible body.
Example
Specify the transfer path needed to calculate for the flexible body with the ID "30103".
<Param_FreqResponse
freq_unit = "Hz"
phase_unit = "RAD"
write_mode_factors = "OFF"
write_energy_dist = "FALSE"
pfpath_flexbody_id = "30103"
/>
Comments
You can only specify one Body_Flexible ID as the pfpath_flexbody_id for transfer path analysis.