#include "mbs_data.h"
#include "mbs_project_interface.h"
#include "mbs_message.h"
#include "mbs_errors_names.h"
Functions | |
int | mbs_calc_force (MbsData *s) |
compute the force and torques applied on the multibody system. More... | |
author Nicolas Docquier
int mbs_calc_force | ( | MbsData * | s | ) |
compute the force and torques applied on the multibody system.
Set the matrices MbsData::frc and MbsData::trq at zero, then compute the contribution of:
[in,out] | s | the MbsData structure. |