Functions | |
| void | user_equil_init (MbsData *mbs_data, MbsEquil *mbs_equil) |
| user own initialization functions More... | |
| void | user_equil_loop (MbsData *mbs_data, MbsEquil *mbs_equil) |
| user own loop functions More... | |
| void | user_equil_finish (MbsData *mbs_data, MbsEquil *mbs_equil) |
| user own finishing functions More... | |
| void | user_equil_fxe (MbsData *mbs_data, double *f) |
| user own implementation of added equilibrium equations Fxe Necessary to express equilibrium f(x)=0 More... | |
| void user_equil_fxe | ( | MbsData * | mbs_data, |
| double * | f | ||
| ) |
user own implementation of added equilibrium equations Fxe Necessary to express equilibrium f(x)=0
| [in] | mbs_data | data structure of the model |
| [out] | f | vectors which contains the added equibrium functions : =f(xe, ... ) |
user own initialization functions
Robotran - MBsysC
Template file for equilibrium module
This files enable the user to call custom at specific places in the time simulation. It is a template file that can be edited by the user.
(c) Universite catholique de Louvain
| [in,out] | mbs_data | data structure of the model |
| [in,out] | mbs_equil | general structure of the equilibrium module (for advance users) |
For beginners, it is advised to only use the MbsData structure. The field MbsEquil is provided for more advance users.
1.8.17