Transfer Path Analysis
Transfer Path Analysis (TPA) is used to estimate and rank the noise or vibration contributions via the different structural transmission paths in a system.
- Acoustic or Structural Response at a certain location
- Contribution from path
- Acoustic or Structural Transfer Function for path
- Attachment Force through path
Setup and Run
Typical Transfer Path Analysis in simulation requires two steps.
Two Step Setup
- Calculate attachment force of the system in an assembled state:
- Assemble the system together for example, a full vehicle model and identify the responses (acoustic or structural) for which TPA analysis will be performed. Typical acoustic response is the grid at the approximate Driver’s Ear location. An example of structural response would be steering wheel response point where the driver would place their hands.
- Identify all the attachment points through which loads may be transferred from the excited structure (Powertrain and Chassis in Figure 1) to the responding structure (the Body in the picture above). Each degree of freedom (dof) at the attachment point becomes a transfer path.
- Setup a Frequency Response Analysis to calculate the forces acting on the attachment dofs, as well as the acoustic/structural responses (identified in step i above). The acoustic/structural responses calculated by the solver are compared to the acoustic/structural response constructed summing up the paths as shown in Equation 1.
- Calculate Transfer Functions (TF) of the responding structure in an isolated state:
- Break the system at the attachment points, and perform Free Body Analysis with the responding structure isolated, as if it is not connected to the excited structure.
- Calculate the cross transfer functions (Tactile Transfer Function for the structural response grid and Acoustic Transfer Function for the acoustic response grid) between the attachment points to the response grids, as well as driving point transfer functions (i.e. Point Mobility), by applying a unit load to each attachment dof as shown in Figure 2.
Automated TPA Process (One Step TPA)
A simplified process has been developed in OptiStruct that allows the necessary data needed for the TPA analysis to be requested (using PFPATH card) in a single frequency response analysis run, where the transfer functions and attachment forces are output to a single H3D file.
The traditional TPA involves 2 solver runs (as shown in Setup and Run) and needs the subcases labeled properly to allow for automatic assignment of path details in the TPA post-processing utility available in NVH utilities in HyperView.
Once the resulting H3D file is loaded into the TPA utility in HyperView, transfer function results are automatically matched up with the attachment forces results. This automated TPA process significantly improves the efficiency and robustness of the TPA analyses.
Setup
With One Step TPA, you do not need to worry about setting up the multiple subcases as would be required for Two Step TPA since you would need to setup a subcase per Attachment Point per dof for the Transfer Function analysis run. Also, with Two Step TPA, you will have to label these subcases very carefully for the TPA utility to allow automated path assignment.
- CONPT
- The connection points with a SID of type GRID SET.
- RID
- The response SID of type GRIDC. Contribution to each response DOF through the connection points will be calculated.
- RTYPE
- Criterion for the type of response; the response type corresponding to a structural dof could be displacement (DISP), velocity (VELO) or acceleration (ACCE). For pressure on fluid grid, the type is DISP.
- CONEL
- The ELEMENT set consists of elements connected to the connection GRIDs in CONPT.
- CONREL
- The RIGID set consist of rigid elements, connected to the connection GRIDs in CONPT.
- CONVOL
- The GRID set consists of the grids used to define the control volume.
Example
PFPATH=1
$$------------------------------------------------------------------------------$
$$ Case Control Cards $
$$------------------------------------------------------------------------------$
SUBCASE 1
DLOAD=10
FREQ = 2
METHOD = 1
…
BEGIN BULK
PFPATH,1,100,10,DISP
.
.
…
ENDDATA
Result Files
The TPA utility in HyperView requires 2 result files.
Two Step TPA
- The Transfer Function output file contains the cross transfer function results between the attachment dofs and the response grids for which TPA analysis is desired. Optionally and preferably, driving Point Mobility (PM) results are also available in this file and allow you to examine local stiffness attachment effects.
- The Force output file containing the attachment forces and the Total Responses for the
Response Grids, for which TPA is being done. It is assumed that the forces are output
using a local co-ordinate system (LCS) aligned with the one used for the TF output. The
easiest way to ensure consistency is to use the GPFORCE output
request using OptiStruct.
Table 1. Common Force Requests Force Request Type Output LCS Comment GPFORCE Grid analysis LCS Same as force input LCS ELFORCE Element LCS May differ from the input LCS SPCFORCE Grid analysis LCS Same as force input LCS
For a Two Step TPA, there will be 2 separate result files, one containing the Transfer Function (and optionally the Point Mobility results) and the second containing the attachment forces and the Total Response for the Response grids for which TPA is being done.
For One Step TPA, all the results (Transfer Functions, Point Mobilities, Attachment Forces, Total Response(s)) are in one H3D file.
When analyzing Two Step TPA results, if the subcase labeling convention (given below) is followed, it allows for automated assignment of path details by the TPA utility.
TF Subcase Labeling Convention
Excited Grid ID:DoF<>Connector Element ID:DoF<>L1:L2:L3:DoF
Where, L1, L2, and L3 are levels of description for an attachment point that are used to aggregate path contributions.
4003003:+X<>3003:+X<>Frt Susp.:LCA - Frt Bush:LHS:+X
- 4003003:+X
- Is a basic descriptor of the path and provides the excited Grid ID and DoF.
- <>
- Is a delimiter between parts of the label.
- Frt Susp.:LCA - Frt Bush:LHS:+X
- Provides a more meaningful description for the attachment point and DoF.
Any and all parts of the label may be missing from the TF subcase label, but the more complete the label is, the less it needs to be manually filled in to sufficiently define path information needed for the analysis.
Scenarios of TF Subcase Labels
- No label or unexpected label.
The Utility makes all TF subcases available in the Path Details dialog so that you can add transfer paths manually in the Point tab and assign the proper subcase to each path in the TF tab.
- Label includes only Part 1 - Excited Grid ID: DoF.
The Utility builds a list of transfer paths in the Point tab, and assign the labeled subcase to the corresponding path in the TF tab. You will need to manually assign forces to the paths in order to proceed with the analysis
- Label includes Part 1 and Part 2 - Connector Element ID: DoF.
The Utility builds a list of transfer paths in the Point tab, and assign the labeled subcase to the corresponding path in the TF tab, and assign force data matching the Grid and/or Element ID to the proper path in the Force tab.
- Label includes all three parts.
The Utility builds a list of transfer paths and adds proper descriptions to the attachment point in the Point tab, assigns the labeled subcase to the corresponding path in the TF tab, and assigns force data matching the Grid and/or Element ID to the proper path in the Force tab.
One Step TPA
All the results (Transfer Functions, Point Mobilities, Attachment Forces, Total Response(s)) are in one H3D file. Once the resulting H3D file is loaded into the TPA utility, TF results are automatically matched up to the attachment forces results that are guaranteed to be consistent in terms of co-ordinate systems being used for TF and attachment forces. This significantly improves the efficiency and robustness of the TPA analyses.
Post-processing
Post-process using the TPA utility in HyperView.