Research Article

Efficient Model Order Reduction for the Dynamics of Nonlinear Multilayer Sheet Structures with Trial Vector Derivatives

Algorithm 2

Construction of reduction base for jointed structures.
Input: FE-Model, ,
Output:
%%Computation of trial vectors for the linear system
(1)Compute trial vectors based on static deflection shapes
(2)Compute trial vectors based on vibration modes
%%Computation of trial vector derivatives
(3)
(4)for
(5)   for
(6)        = zeros( )
(7)         for
(8)          compute due to
(9)          if
(10)             add and to (corresponding to DOF of FE node pair z)
(11)            end
(12)         end
(13)         for
(14)          
(15)          
(16)         end
(17)   end
(18) end
(19) use FE software to compute based on
(20) normalize each column of with respect to
%%POD
(21) if (POD with inner weighting)
(22)   solve eigenvalue problem
(23) else
(24)   solve eigenvalue problem
(25) determine g
(26)
(27) for
(28)    
(29) end