Product: Abaqus/Standard
“Random response analysis,” Section 6.3.11 of the Abaqus Analysis User's Manual
“Random response to jet noise excitation,” Section 1.4.10 of the Abaqus Benchmarks Manual
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