The GET_RFLEX_NMODE subroutine returns the number of selected modes. GET_RFLEX_ NMODE is an auxiliary subroutine for MODAL_FORCE or MODAL_FORCE_EXT.
Langunage type |
SubRoutine |
FORTRAN |
call get_rflex_nmode(ifbody, nmode, errflg) |
C/C++ |
get_rflex_nmode(ifbody, &nmode, &errflg)) |
Parameter information
Variable Name |
Size |
Description |
ifbody |
int |
Sequential id of RFlex body defined in RecurDyn/Solver. |
nomode |
int |
Number of selected modes. |
Errflg |
int |
Error flag. If the result of this argument is -1 (means TRUE in Fortran logical value), there’s no error. The others means there’s an error. |