Does ADAMS user subroutines follow a specific order when solving GFORCE requests such as the GFORCE ID number in ascending order? If it does can GFORCE calculations of smaller IDs be used in calculations of GFORCE larger ID numbers using COMMON variables
Does ADAMS user subroutines follow a specific order when solving GFORCE requests such as the GFORCE ID number in ascending order? If it does can GFORCE calculations of smaller IDs be used in calculations of GFORCE larger ID numbers using COMMON variables
Requests are calculated after the solver simulation step is finished, hence all GFORCES will already have a value.
When having GFORCE subroutines (or any kind of force subroutine), you can get values from other elements in your model by using the SYSFNC and SYSARY calls. This will automatically setup a dependency, so that the called values are calculated properly before they deliver their result.
Thanks Henrik for your reply. I am sorry that I did not phrase the question clearly. Does the ADAMS solver calculate forces using a user subroutine in a specific order such as the GFORCE ID number? Please let me know.