chrono
chrono copied to clipboard
High-performance C++ library for multiphysics and multibody dynamics simulations
Dear Chrono Team, as far as I see, there is no demo for Deformable FEA Terrain among the demos that are compiled with the project. Is there any possibility to...
It would be nice to update the code to use OpenCASCADE 7.6.0 and newer. The main Problem is, that `BRepAdaptor_HSurface` has been droped in 7.6.0.
What I did: ``` cmake -DBUILD_DEMOS=OFF -DCMAKE_INSTALL_PREFIX="$package_dir" \ -DENABLE_MODULE_COSIMULATION=ON -G Ninja .. cmake --build . --config Release --target install ``` What I expect: The libraries (*.so) are built and I...
Dear all, I'm in search of a preprocessor that could provide me with a mesh with 9-node brick elements that have been used in the current version of Chrono. Right...
I'm attempting to implement a ChLinkRotSpringCB in C#, but I'm having troubles extending the TorqueFunctor class to have a custom torque function. In python, I can just use ```def __call__```...
Dear all, I'm trying to understand how you derive the deformable FEA in Chrono. I know quite a bit about finite element methods, however, I come from fluid mechanics background...
Hi all, I faced a critical problem when I compile develop Chrono Project in VS 2017. I have built the master version and it is succeeded, but it failed to...
@Milad-Rakhsha we are not able to build Chrono projects on ubuntu 14.04 because of the following compil errors. I Seem to recall that we fixed this, but maybe I'm wrong....
**Feature Request** I think you guys are doing a great job and I really like to use Project Chrono in a variety of projects, But not every project of mine...
Hi, I'm interested in creating a homebrew formula for chrono. I think I'll need to turn the demos off (since homebrew doesn't like app bundles or guis in homebrew-core formulae)...