I have two questions about using SYSARY in subroutines:
1) How can I tell the units at which SYSARY outputs the data (e.g. velocities)? I have set units in Adams as mm/deg but I think that my angular velocty components where output in rad/s.
2) In which manner does SYSARY request data. For example, when requesting displacements , SYSARY receives the ipar vector, containing the values of I marker, J marker and I marker. Does this mean that SYSARY requiests the displacement of the I marker, relative to the J marker, in the reference frame of the I marker?
If the reference vector rotates during the analysis, the result follows this. The solver will not remember any "initial orientation".
If it helps, you can do simple testing by using direct function input into a state variable instead of the subroutine calls. Comparing direct function results with your subroutine results could help you debug.
If the reference vector rotates during the analysis, the result follows this. The solver will not remember any "initial orientation".
If it helps, you can do simple testing by using direct function input into a state variable instead of the subroutine calls. Comparing direct function results with your subroutine results could help you debug.