RCROSS

I/O Options and Subcase Information Entry Used in the I/O Options section to request computation and output of cross-power spectral density functions for Random Response Analysis.

Format

RCROSS(format_list,form,type,randid=RANDPS_ID) = option

Definitions

Argument Options Description
format <PUNCH, HDF5, blank>
PUNCH
Results are output in Nastran punch results format (.pch file).
HDF5
Results are output in the Hierarchical Data Format, Version 5 (.h5 file). 5
blank (Default)
Results are output in all active formats for which the result is available.
form <COMPLEX, REAL, IMAG, PHASE, BOTH>
COMPLEX (Default)
Provides a combined magnitude/phase form of complex output to the .res file if HM output format is chosen. The REAL form of complex output is used for other formats, if they are not specifically defined. (Phase output is in degrees).
REAL or IMAG
Provides rectangular format (real and imaginary) of complex output.
PHASE
Provides polar format (phase and magnitude) of complex output.
BOTH
Provides both rectangular and polar formats of complex output.
type <PSDF>
PSDF (Default)
Requests the cross-power spectral density function be calculated and output for random analysis post-processing.
option <RCROSS_ID>
RCROSS_ID
Set identification of an RCROSS Bulk Data Entry.
randid <RANDPS_ID, blank>
RANDPS_ID
Set identification number of a RANDPS Bulk Data Entry. 3 4
blank

Comments

  1. The RCROSS I/O Option must be used in conjunction with the RANDOM Subcase Information Entry.
  2. Response quantities, such as DISPLACEMENT, STRESS and STRAIN, must be requested by corresponding I/O Options in order to compute cross-power spectral density between the two response quantities specified by the RCROSS Bulk Data Entry.
  3. Multiple RCROSS Bulk Data Entries must be defined when each RCROSS Subcase Information Entry references different randid.
    For example:
    rcross(PUNCH, PHASE, PSDF, randid=210020)=451
    rcross(PUNCH, PHASE, PSDF, randid=210050)=452
    rcross(PUNCH, PHASE, PSDF, randid=210070)=453
    rcross(PUNCH, PHASE, PSDF, randid=210090)=454
  4. randid=<RANDPS_ID> must be specified within the RCROSS I/O Options Entry, when multiple RANDOM Subcase Information Entries are present.
  5. The HDF5 output is printed to a .h5 binary results file. Refer to the .h5 file for details of the supported analysis types and elements with the .h5 output format.