Pruthvi-Sanghavi / mbdyn_bare

Multibody Dynamics using mbdyn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MBDYN (A free open source software for Multibody Dynamics)

Multibody Dynamics using mbdyn without a post-processor(GUI)(Blender, FreeCAD).

Dependencies

  • Fortran Compiler is required
Installation
sudo apt-get update
sudo apt-get install gfortran
  • Matlab can be used as a post processor.

To install mbdyn

git clone https://public.gitlab.polimi.it/DAER/mbdyn.git
cd mbdyne
sh bootstrap.sh
./configure
make
make install

Run instructions

Enter the mbdyn directory

./mbdyn -f ~/free_fall/free_fall.mbd

About

Multibody Dynamics using mbdyn


Languages

Language:Fortran 77.8%Language:MATLAB 22.2%