4.8.3.11. GET_FFLEX_NODEID

GET_FFLEX_NODEID subroutine returns node id of inputted FFlex Node Seq.

Table 4.67 Function Name

Language type

Subroutine

FORTRAN

call get_fflex_nodeid (ifbody, NodeSeq, NodeID, Errflg)

C/C++

get_fflex_nodeid (ifbody, NodeSeq, &NodeID, &Errflg)

Table 4.68 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. And this is a related argument with the 2nd argument of GET_NFORCE_ADDARG auxiliary function for Nodal Force subroutine.

NodeSeq

Int

Node sequential id defined in RecurDyn/Solver. This is a related argument with the 6th argument of Nodal_Force_Ext subroutine. And this is a related argument with the 3rd argument of GET_NFORCE_ADDARG auxiliary function for Nodal Force subroutine.

NodeID

int

Output variable. Returns an integer variable. This ID as same node id on FFlex body(Sheet body).

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 NODAL_FORCE_EXT.