4.8.3.16. GET_FFLEX_NODESTRINGNAME

GET_FFLEX_NODESTRINGNAME subroutine returns a string name of inputted FFlex Node Seq. ID

Table 4.77 Function Name

Language type

Subroutine

FORTRAN

call get_fflex_nodestringname (ifbody, NodeSeq, NodeStringName, Errflg)

C/C++

get_fflex_nodestringname (ifbody, NodeSeq, NodeStringName, &Errflg)

Table 4.78 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.

NodeStringName

char[512]

An array of wide-character type (WCHAR). The array size must be 256*2 byte. Output variable. Returns a string variable. FFlexBodyName.Node#

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