1.1.51 UPSD
User subroutine to define the frequency dependence for random response loading.

Product: Abaqus/Standard  

References

Overview

User subroutine UPSD:

User subroutine interface

      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

Variables to be defined

PSDR

Real part of the frequency function at this frequency.

PSDI

Imaginary part of the frequency function at this frequency.

Variables passed in for information

PSD

User-specified name for this frequency function definition, left justified.

FREQ

Frequency, in radians per time.

KSTEP

Step number.