GET_FFLEX_NODEID subroutine returns node id of inputted FFlex Node Seq.
Langunage type |
SubRoutine |
FORTRAN |
call get_fflex_ nodeid (ifbody, NodeSeq, NodeID, Errflg) |
C/C++ |
get_fflex_nodeid (ifbody, NodeSeq, &NodeID, &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. 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. |