The Get_rflex_frq subroutine returns the frequency information of a selected mode. This is an auxiliary subroutine for MODAL_FORCE.
Langunage type |
SubRoutine |
FORTRAN |
call get_rflex_frq(ifbody, ModeId, frequency, eigenvalue, errflg) |
C/C++ |
get_rflex_ frq(ifbody, ModeId, frequency, eigenvalue, &errflg) |
Parameter information
Variable Name |
Size |
Description |
ifbody |
int |
Sequential id of RFlex body defined in RecurDyn/Solver. This is a related argument with 5th argument of the MODAL_FORCE subroutine. |
ModeId |
int |
Mode sequential id. The mode sequential id can be checked in the property page of RFlex body. |
frequency, eigenvalue |
double [nmode] |
An array of double precision type. The array size must be the number of selected modes (=nmode) in the property page of RFlex body. The nmode is a related argument with the 9th argument of MODAL_FORCE subroutine. |
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. |