MODINF

Utility/Data Access SubroutineRetrieves the mode numbers and the corresponding mode frequencies of a Body_Flexible element.

Use

The function can be called by any user-defined subroutine.

Format

Fortran Calling Syntax
CALL MODINF(ID, MODE, FREQ, ERRFLG)
C/C++ Calling Syntax
c_modinf(id, mode, freq, errflg)
Python Calling Syntax
[mode, freq, errflg] = py_modinf(id)
MATLAB Calling Syntax
[mode, freq, errflg] = m_modinf(id)

Attributes

ID
[integer]
Identifier of the corresponding Body_Flexible element.

Output

MODE
[integer]
A vector of integer values that contains the mode numbers of active modes of the flexible body.
FREQ
[double precision]
A vector of double precision values that contains the modal frequencies, in cycle per time unit, for all active modes of the flexible body.
ERRFLG
[logical]
A value that is true if an error occurs during the call to MODINF.