GET_FFLEX_NODESEQID subroutine returns Node 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_nodeseqid (ifbody,nodeid,nodeseqid,errflg) |
C/C++ |
get_fflex_nodeseqid (ifbody,nodeid,&nodeseqid,&errflg) |
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. |