The Get_rflex_nodeseqid subroutine returns a node sequential id. This is an auxiliary subroutine for MODAL_FORCE.
Langunage type |
SubRoutine |
FORTRAN |
call get_rflex_nodeseqid(ifbody, NodeId, NodeSeqId , errflg) |
C/C++ |
get_rflex_ nodeseqid (ifbody, NodeId, &NodeSeqID, &errflg) |
Parameter information
Variable Name |
Size |
Description |
ifbody |
int |
Sequential id of RFlex body defined in RecurDyn/Solver. This is a related argument with the 5th argument of MODAL_FORCE subroutine. |
NodeId |
int |
Node id. The user can check the node id in RecurDyn. |
NodeSeqId |
int |
Node sequential id defined in RecurDyn/Solver. If the user wants to know the node information of RFlex, the user must use this auxiliary function. (If the user wants to use the following auxiliary functions, “get_rflex_nodeipos”, “get_rflex_tmodeshape”, “get_rflex_rmodeshape, the user must check the node sequential id before the use of those functions) |
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. |