ProductsAbaqus/Standard Cross-correlation for base motion excitationThe spatial correlation matrix for base motion excitation is defined by the coefficients in user subroutine UCORR, where are excitation directions and J corresponds to the Jth frequency function referenced under load case I. Cross-correlation for point loads and distributed loadsThe spatial correlation matrix of the load is defined as follows. Let be the load applied to degree of freedom i at node N in load case I, through the use of a concentrated or distributed load. Let J correspond to the Jth frequency function referenced under load case I. The spatial correlation matrix used in the random response analysis for this load case is then where are the coefficients defined in user subroutine UCORR. Typically the load magnitude is given as 1.0; therefore, the load definition is simply selecting the nonzero terms that will appear in . User subroutine interface SUBROUTINE UCORR(PSD,CORRR,CORRI,KSTEP,LCASE,JNODE1,JDOF1,
1 JNODE2,JDOF2,COOR1,COOR2)
C
INCLUDE 'ABA_PARAM.INC'
C
DIMENSION COOR1(3),COOR2(3)
CHARACTER*80 PSD
user coding to define CORRR and CORRI
RETURN
END
Variables to be defined
Variables passed in for information
|