Product: Abaqus/Standard

User subroutine UPSD:
will be called once for each frequency at which calculations will be made during a random response analysis if the frequency function is defined in a user subroutine;
is used to define complicated frequency dependencies for the cross-spectral density matrix of the random loading; and
ignores any data given for the associated frequency function outside the user subroutine.

SUBROUTINE UPSD(PSD,PSDR,PSDI,FREQ,KSTEP)
C
INCLUDE 'ABA_PARAM.INC'
C
CHARACTER*80 PSD
user coding to define PSDR and PSDI
RETURN
END