chrono icon indicating copy to clipboard operation
chrono copied to clipboard

High-performance C++ library for multiphysics and multibody dynamics simulations

Results 124 chrono issues
Sort by recently updated
recently updated
newest added

I tried including the python wrapper for ChCascadeMeshTools. However, I am not successful in doing so. Can anyone help me modifying the ChModuleCascade.i to include the python wrapper for ChCascadeMeshTools?...

Hello, I'm a newbie to Chrono and to legitimate physical simulation in general. I want to model vibrations in air produced by a moving body, or potentially of vibrations in...

Hello, Just a quick issue that should be easy to solve. Compiling the template project using cmake and make on MacOS 10.15.1 succeeds in building the project the app. However,...

First of all, I'am new in Chrono. Build Chrono 5 on Ubuntu 18 with flag to use CUDA and parallel module. All project compile without errors, found CUDA and other...

It would be nice providing a C API to enable easy binding to other programming languages.

clang-8 prints these warnings: ``` /wrkdirs/usr/ports/science/chrono/work/chrono-5.0.0/src/chrono/physics/ChContactSMC.h:230:29: warning: enumeration value 'Perko' not handled in switch [-Wswitch] switch (adhesion_model) { ^ /wrkdirs/usr/ports/science/chrono/work/chrono-5.0.0/src/chrono/physics/ChContactSMC.h:165:17: warning: enumeration value 'Flores' not handled in switch [-Wswitch] switch...

Hello ! I recently installed pyChrono and I tried to run that code to test if everything works : http://api.projectchrono.org/tutorial_pychrono_demo_python2.html But I have a core dumped error when I try...

Hi! In version 5.0.0, when using `ChParallelSystem`, even if enabled with `SetUseSleeping()`, the bodies never get marked as sleeping. Looking at the code, I've noticed that `ChParallelSystem::Integrate_Y()` does nothing equivalent...

I followed this page to build chrono: http://api.projectchrono.org/development/tutorial_install_chrono.html When I finished building successfully, I tried to run demos in build/bin/. But got error: `demo_collision_2d ` ``` > > Irrlicht Engine...