NMODES
Utility/Data Access SubroutineRetrieves the number of modal generalized coordinates corresponding to a Body_Flexible element.
Use
The function can be called by any user-defined subroutine.
Format
- Fortran Calling Syntax
- CALL NMODES(ID, NQ, ERRFLG)
- C/C++ Calling Syntax
- c_nmodes(id, nq, errflg)
- Python Calling Syntax
- [nq, errflg] = py_nmodes(id)
- MATLAB Calling Syntax
- [nq, errflg] = m_nmodes(id)
Attributes
- ID
- [integer]
Output
- NQ
- [integer]
- ERRFLG
- [logical]