ORCHARD is a Matlab code for simulation and visualization of the nonlinear dynamics of an orchard sprayer tower.
ORCHARD: Orchard Sprayer Tower Dynamics is a comprehensive Matlab tool designed to simulate and animate the nonlinear stochastic dynamics of an orchard sprayer tower moving on an irregular terrain. The terrain is emulated by a stationary Gaussian random process, providing realistic and valuable insights into the dynamic behavior of the sprayer tower. Developed with an educational approach, ORCHARD is intuitive and user-friendly, making it accessible for researchers and engineers in mechanical and agricultural engineering.
ORCHARD was developed to conduct numerical simulations related to the stochastic dynamics of an orchard sprayer tower moving through irregular terrain. The results have been published in several peer-reviewed works:
To get started with ORCHARD, follow these steps:
git clone https://github.com/americocunhajr/ORCHARD.git
cd ORCHARD/ORCHARD-1.0
main_orchard_ipv_sinusoidal
main_orchard_ipv_kl
main_orchard_fourier_kl
main_orchard_mc_sinusoidal
main_orchard_mc_sinusoidal
main_orchard_mc_kl
main_orchard_ps_sinusoidal
The routines in ORCHARD are well-commented to explain their functionality. Each routine includes a description of its purpose, as well as inputs and outputs.
If you use ORCHARD in your research, please cite the following publication:
@article{cunhajr2017p252,
author = {A. {Cunha~Jr} and J. L. P. Felix and J. M. Balthazar},
title = {Quantification of parametric uncertainties induced by irregular soil loading in orchard tower sprayer nonlinear dynamics},
journal = {Journal of Sound and Vibration},
year = {2017},
volume = {408},
pages = {252-269},
doi = {10.1016/j.jsv.2017.07.023},
}
@incollection{CunhaJr2018RTANM,
author = {A. {Cunha~Jr} and J. L. P. Felix and J. M. Balthazar},
title = {Exploring the {N}onlinear {S}tochastic {D}ynamics of an {O}rchard {S}prayer {T}ower {M}oving {T}hrough an {I}rregular {T}errain},
editor = {M. Belhaq},
booktitle = {Recent Trends in Applied Nonlinear Mechanics and Physics: Selected papers from CSNDD 2016 (Springer Proceedings in Physics)},
publisher = {Springer},
address = {Cham},
year = {2018},
pages = {203-213},
doi = {10.1007/978-3-319-63937-6_11},
}
@incollection{Silva2022NVELPS,
author = {R. N. Silva et al.},
title = {On a Vehicular Suspension for a Non-ideal and Nonlinear Orchard Tower Sprayer Through an Inverted Pendulum Using Reologic Magneto {(MR)}},
editor = {M. Belhaq},
booktitle = {Nonlinear Vibrations Excited by Limited Power Sources},
publisher = {Springer},
address = {Cham},
year = {2022},
pages = {151-173},
doi = {10.1007/978-3-030-96603-4_10},
}
ORCHARD is released under the MIT license. See the LICENSE file for details. All new contributions must be made under the MIT license.