GET_RFLEX_ACC

 

The GET_RFLEX_ACC subroutine returns RFlex Body acceleration. GET_RFLEX_ACC is an auxiliary subroutine for MODAL_FORCE_EXT.

 

Langunage type

SubRoutine

FORTRAN

call get_rflex_acc(ifbody, acc, errflg)

C/C++

get_rflex_acc(ifbody, acc, &errflg))

 

Parameter information

 

Variable Name

Size

Description

ifbody

int

Sequential id of RFlex body defined in RecurDyn/Solver.

acc

double [6]

An array of double precision type. The array size must be 6. First 3 values mean a translational acceleration vector, and remain values mean a rotational acceleration vector. This value is calculated with respect to global reference frame.

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.