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]
Output
- MODE
- [integer]
- FREQ
- [double precision]
- ERRFLG
- [logical]