Calculates Test Mode grid point Potential Energy for all modes and each test DOF
PE = pe_breakout(st,TAM)
Inputs
ST - imat_shp
TAM - TAM substructure.
TAM.mass = TAM mass matrix
TAM.stiffness = TAM stiffness matrix
TAM.aset = DOF associated with each row of TAM.mass
Output
PE.Frequency = ST.frequency
PE.aset = TAM.aset
PE.matrix(i,j,k)
i - dof according to PE.aset
j - mode number
k - mode number
PE.PPE(i,j) Percent Energy of ith and jth mode
(= Orthogonality Matrix)
>> PE = pe_breakout(st,TAM)
ortho_breakout, report_energy_xml