GET_RFLEX_BODYSEQID

 

GET_RFLEX_BODYSEQID subroutine returns RFlex body Sequence Id defined in RecurDyn Solver. This is an auxiliary subroutine for Modal_Force and Modal_Force_Ext.

 

Langunage type

SubRoutine

FORTRAN

call get_rflex_bodyseqid

(BodyName,ifbody ,ErrFlg)

C/C++

get_rflex_bodyseqid

(BodyName,&ifbody ,&ErrFlg)

 

Parameter information

 

Variable Name

Size

Description

BODYNAME

TCHAR[256]

Name of RFlex body defined in RecurDyn.

This name have to exactly same with the name of FFlexBody which user defined in RecurDyn/GUI.

IFBODY

int

Sequential id of RFlex body defined in RecurDyn/Solver. This is a related argument with the 5th argument of Modal_Force_Ext 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.