RandBar is a Matlab code to simulate the nonlinear stochastic dynamics of a bar structural system with attached discrete elements.
RandBar: Random Dynamics of a Bar System is a powerful Matlab tool designed to simulate the nonlinear stochastic dynamics of a bar structural system with attached discrete elements. The code is developed with an educational approach, making it user-friendly and intuitive.
RandBar was developed to conduct stochastic simulations of a bar structural system with attached discrete elements. The results have been published in a peer-reviewed journal:
To get started with RandBar, follow these steps:
git clone https://github.com/americocunhajr/RandBar.git
cd RandBar/RandBar-1.0
main__randbar_fixed_mass_spring__MC
The routines in RandBar are thoroughly commented to explain their functionality. Each routine includes a description of its purpose, as well as inputs and outputs.
If you use RandBar in your research, please cite the following publication:
@article{CunhaJr2015p809,
author = {A. {Cunha~Jr} and R. Sampaio},
title = {On the nonlinear stochastic dynamics of a continuous system with discrete attached elements},
journal = {Applied Mathematical Modelling},
year = {2015},
volume = {39},
pages = {809-819},
doi = {http://dx.doi.org/10.1016/j.apm.2014.07.012},
}
RandBar is released under the MIT license. See the LICENSE file for details. All new contributions must be made under the MIT license.