GET_RFLEX_MODEID

 

The Get_rflex_modeid subroutine returns selected Mode Sequential IDs to RFlex body. This is an auxiliary subroutine for MODAL_FORCE.

 

Langunage type

SubRoutine

FORTRAN

call get_rflex_modeid(ifbody, ModeIDs , errflg)

C/C++

get_rflex_modeid(ifbody, ModeIDs , &errflg)

 

Parameter information

 

Variable Name

Size

Description

ifbody

int

Sequential id of RFlex body defined in RecurDyn/Solver. This is a related argument with the 5th argument of MODAL_FORCE subroutine.

ModeIDs

int*

An array of integer type. This array size must be the number of selected mode (=”nmode”) in the property page of RFlex body. This is a related argument with the 9th argument of the MODAL_FORCE subroutine.

errflg

int

Error flag.

If the result of this argument is -1 (means TRUE in Fortran logical value), there is no error.

The others mean that there is an error.