4.8.3.17. GET_FFLEX_NODESEQID

GET_FFLEX_NODESEQID subroutine returns Node Sequence Id defined in RecurDyn/Solver. This is an auxiliary subroutine for Nodal_Force and Nodal_Force_Ext.

Table 4.79 Function Name

Language type

Subroutine

FORTRAN

call get_fflex_nodeseqid (ifbody,nodeid,nodeseqid,errflg)

C/C++

get_fflex_nodeseqid (ifbody,nodeid,&nodeseqid,&errflg)

Table 4.80 Parameter information

Variable Name

Size

Description

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.

NODEID

int

FFlex Node ID which can find in RecurDyn/GUI.

NODESEQID

int

Sequential id of FFlex Node defined in RecurDyn/Solver.

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.

Code Example

Refer to GET_FFLEX_BODYSEQID.