Solution_Library > Transient_Analysis > ModeDecomposition


ModeDecomposition

Purpose

determines eigenmode participation factors of given vector V

Synopsis

[Mmod,Ymod,Vmod] = ModeDecomposition (M,Ueig,V)

Description

MODEDECOMPOSITION determines eigenmode participation factors of given vector V
  [MMOD,YMOD,VMOD] = MODEDECOMPOSITION (M,UEIG,V)
  the function determines the mode participation factors of vector V
  for a structural model with consistent mass matrix or lumped mass vector M at free DOFs
  for the modes in array UEIG arranged columnwise (column no=mode no);
  the function returns the modal mass terms in row vector MMOD,
  the mode participation factors in row vector YMOD and the
  inertial force decomposition vectors in array VMOD arranged columwise
  the size of the consistent mass matrix or the length of lumped mass vector M,
  the length of vector V and the number of rows of arrays UEIG
  and VMOD is equal to the number of free dofs of the structural model;
  the length of row vectors MMOD and YMOD is equal
  to the number of non-zero mass terms in the lumped mass vector M or
  the number of free dofs of the structural model for the case of consistent mass matrix M

Cross-Reference Information

This function calls:

This function is called by:
  • ModalAnalysis determines modal response history for given transient loading