GET_FFLEX_BODYSEQID

 

GET_FFLEX_BODYSEQID subroutine returns FFlex body Sequence Id defined in RecurDyn Solver. This is an auxiliary subroutine for Nodal_Force and Nodal_Force_Ext.

 

Langunage type

SubRoutine

FORTRAN

call get_fflex_bodyseqid

(BodyName,ifbody ,ErrFlg)

C/C++

get_fflex_bodyseqid

(BodyName,&ifbody ,&ErrFlg)

 

Parameter information

 

Variable Name

Size

Description

BODYNAME

TCHAR[256]

Name of FFlex 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 FFlex body defined in RecurDyn/Solver. This is a related argument with the 5th argument of Nodal_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.