11.01.2013 Views

NX Nastran DMAP Programmer's Guide - Kxcad.net

NX Nastran DMAP Programmer's Guide - Kxcad.net

NX Nastran DMAP Programmer's Guide - Kxcad.net

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

1038<br />

FRQDRV<br />

Drives loop on frequencies defined on FREQi Bulk Data entries<br />

FRQDRV Drives loop on frequencies defined on FREQi Bulk Data entries<br />

Drives loop on frequencies defined on FREQi Bulk Data entries and is intended for<br />

frequency-dependent element processing.<br />

Format:<br />

FRQDRV CASECC,FRL/<br />

FRLI/<br />

S,N,FRQLOOP/S,N,FREQVAL $<br />

Input Data Blocks:<br />

CASECC Table of Case Control command images.<br />

FRL Frequency response list<br />

Output Data Blocks:<br />

FRLI Frequency response list for a single frequency.<br />

Parameters:<br />

FRQLOOP Input/output-integer-no default. Frequency loop counter. On input,<br />

FRQLOOP should be initialized to 0 before the loop. On output,<br />

FRQLOOP is incremented by one and at the last frequency, FRQLOOP<br />

is negated. For example, if the fifth frequency is the last then FRQLOOP<br />

is output as -5.<br />

FREQVAL Output-real-no default. Frequency value for frequency dependent<br />

element generation.<br />

Example:<br />

TYPE PARM,,I,N,FRQLOOP=0 $<br />

DO WHILE ( FRQLOOP>=0 ) $<br />

FRQDRV CASES,FRL/FRLI/S,N,FRQLOOP/S,N,FREQVAL $<br />

.<br />

.<br />

.<br />

ENDDO $ FRQLOOP>=0

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!