https://github.com/projectchrono/chrono

sort by:
Revision Author Date Message Commit Date
e6c1c51 Refactor pressure force calculation in ChMBTire with calculation of Jacobians 16 July 2024, 09:33:49 UTC
9fdce4f Merge branch 'main' into feature/mb_tire 28 June 2024, 14:53:03 UTC
0c9587e Add different levels of terminal output in ChMBTire demo 28 June 2024, 13:54:23 UTC
d574ae9 Implement ChMBTire::ReportTireForce 28 June 2024, 13:53:32 UTC
c8bc296 Fixed missing override in ChHydraulicActuator 28 June 2024, 13:32:29 UTC
c88ffe0 Better trim of eigenvectors; disabled multifrequency test for eigensolvers 28 June 2024, 13:32:29 UTC
cffe80f Merge branch 'main' into feature/mb_tire 28 June 2024, 07:46:43 UTC
969575b Fix bug in demo_MOD_analysis (when PardisoMKL not enabled) 27 June 2024, 20:05:13 UTC
d1e4e5f Remove redundant return statement 27 June 2024, 20:04:44 UTC
18119c1 Fix bug in CMakeLists for MBS demos related to conditional builds 27 June 2024, 08:34:47 UTC
ff20ad9 Merge branch 'feature/modal_assembly' # Conflicts: # src/chrono_irrlicht/ChVisualSystemIrrlicht.h 26 June 2024, 07:15:34 UTC
2e7bcc4 Fixed missing template keyword in templated methods 26 June 2024, 07:03:18 UTC
8d41ea2 Added attributions 26 June 2024, 07:02:59 UTC
c9deeb2 Including fast_matrix_market in a better way 25 June 2024, 14:18:16 UTC
8a3d1af Removed wrong symbol for SetSymbolScale 25 June 2024, 14:17:57 UTC
c0a5873 Reverted wrong delete on ChVisualSystemIrrlicht 24 June 2024, 16:09:31 UTC
9dbbde3 Fix UpdateModes in ChModalVisualSystemIrrlicht 24 June 2024, 15:52:25 UTC
86d9f10 Renamed SetSymbolscale to SetSymbolScale 24 June 2024, 13:23:53 UTC
28e125a Updated demos and utests for modal module; added baselines 24 June 2024, 13:19:05 UTC
619dadc Moved modal features from generic ChVisualSystem to dedicated ChModalVisualSystemIrrlicht 24 June 2024, 13:18:15 UTC
ecf75cc Refactored modal module... - splitted [ChGeneralized|ChQuadratic] into [ChSym|ChUnsym]GenEigenvalueSolver; added common base class - provided static function to convert from Quadratic to Generalized - reduced copies and collected redundant code in single functions - adopted proper scalar types in ChModalSolver 24 June 2024, 13:11:40 UTC
c282adb Made virtual ChAssembly::GetBodies, GetMeshes etc 24 June 2024, 13:08:23 UTC
b479f8c Added fast_matrix_market 24 June 2024, 13:05:51 UTC
9fb11f3 Update and enable Chrono::FSI unit test (plane Poiseuille flow) 21 June 2024, 11:41:17 UTC
ea8f17a Plot time history of cylinder height in FSI demo 21 June 2024, 11:40:36 UTC
b271330 Fix bigobj compilation issue in debug mode with MSVC 21 June 2024, 11:03:47 UTC
3b49254 Fix CMakeLists for MBS demos (only include demo_MBS_link_mate if both Irrlicht and PardisoMKL enabled) 19 June 2024, 17:46:36 UTC
e5f0cfc Fix generation of SPH particles in Chrono::FSI demos. - do not create SPH particles on the fluid-container boundary (overlapping BCE markers) - add option to select run-time visualization (OpenGL or VSG) 18 June 2024, 20:12:11 UTC
890cd2a Fix missing setting in sampler for cylinder volume 18 June 2024, 15:43:07 UTC
e58ab2f Check CUDA and Thrust versions and disable support if too new. - currently, no support for CUDA version > 12.3.2 - currently, no support for Thrust version > 2.2.0 18 June 2024, 12:23:49 UTC
6706588 Fix bug in Chrono::VSG visualization system when point clouds are present 18 June 2024, 11:19:52 UTC
2cb818d Fix generation of SPH particles in demo_FSI_CylinderDrop. - do not create SPH particles on the fluid-container boundary (overlapping BCE markers) - provide explicit flags to control visibility of various components 18 June 2024, 11:18:28 UTC
26c4162 Record SPH particle velocities for Chrono::FSI visualization 18 June 2024, 11:16:03 UTC
95b3fe8 Fix BCE marker generation for rectangular containers and cylindrical solids. - Follow the convention that BCE markers are created on boundaries separating fluid and solid phases - Ensure no duplicate BCE markers are created (cylinder caps) 18 June 2024, 11:15:30 UTC
261014b Fix GridSampler to properly cover the provided sampling domain. The spacing is adjusted separately in each direction to ensure the sampler creates points on the domain boundary 18 June 2024, 11:12:26 UTC
1fb5846 Fix initial setting for recording viloation history in multicore iterative solvers 18 June 2024, 11:10:01 UTC
5088893 Fixed residual history for iterative solvers 14 June 2024, 12:40:13 UTC
822b880 Added termination criteria for BarzilaiBorwein 14 June 2024, 12:40:00 UTC
c3a3b64 Added TMeasy tires to BMW_E90. 06 June 2024, 17:20:51 UTC
b6a02d4 Adjust BMW_E90 settings from SAE validation data. Added additional settings for the cornering test program. Made a correction in ChTMeasyTire, where the road friction wasn't considered. 03 June 2024, 10:16:16 UTC
0e070d3 Change path following controller to 'Pure Pursuit' The Pure Pursuit Controller is easier to parametrize and more robust then PID. 02 June 2024, 09:08:18 UTC
6898973 Tidy up BMW model files. 02 June 2024, 09:04:01 UTC
fb77f11 Set thickness of rigid terrain collision meshes for robustness 01 June 2024, 19:16:48 UTC
936cd67 Add missing shared pointer declaration in SWIG interface (ChPathFollowerDriverPP) 31 May 2024, 10:47:23 UTC
3cc2e2c Tweak demo for full vehicle with MBTire models on rigid or SCM terrain. - add option for VSG run-time visualization - explicitly set collision families for tires and terrain patches - add option for different types of rigid terrain patches 31 May 2024, 09:49:58 UTC
fbf3d31 Add missing specification of contact surface type and collision family for MBTire objects 31 May 2024, 09:47:53 UTC
a359cf4 Use the tire collision family when constructing the underlying MBTire model 31 May 2024, 09:46:05 UTC
aeb867c Merge branch 'main' into feature/mb_tire 31 May 2024, 08:51:42 UTC
d1b221a Pure Pursuit vehicle controller added. 31 May 2024, 08:42:04 UTC
3b5448b Eliminate code duplication in Chrono::VSG for binding visual shapes representing a deformable mesh. - The exact same function (BindMesh) is used for (1) FEA meshes,, (2) SCM terrain, (3) any other physics item that is visualized with a deformable mesh. - This is the first step in refactoring Chrono::VSG so that binding is based on the type of visual shape and not the type of physics item. 31 May 2024, 08:01:20 UTC
99f17f0 Add utility function to update only the visual model instance of a physics item (if any exists) 31 May 2024, 07:58:20 UTC
a5f48c9 Merge branch 'main' into feature/mb_tire 30 May 2024, 13:45:03 UTC
78c8451 Add ChTire option to set the collision family for the tire contact model(s). Concrete tire models that rely on the Chrono underlying collision detection for tire-terrain interaction may use this setting. One possible use if to disable self-collision (e.g., for models that use a ChContactSurface); this can be done by assigning all component collision models to the same family and disabling collisions with that family. The tire collision family (default: 13) can be set through the ChTire::SetContactSurfaceType() function. 30 May 2024, 13:37:05 UTC
ac63bcf Delete extraneous source files in CMakeLists for the vehicle models library 30 May 2024, 13:11:36 UTC
871c50f Revert incorrect change in fmu_tools submodule commit 30 May 2024, 13:08:46 UTC
cc83e3c Reworked technical data as result from wall to wall tests. 30 May 2024, 08:38:25 UTC
1d5ea9f Add functions to get min and max values for a ChFunctionInterp 29 May 2024, 10:12:50 UTC
9da8bc7 Fix typo in collision mesh name for the ARTcar chassis model 29 May 2024, 06:35:48 UTC
7023e59 Fix ChLinkDistance GetFrame1Rel() Minor notation update 28 May 2024, 14:57:12 UTC
9901ea0 Fix ChTimer GetTimeMilliseconds() 28 May 2024, 14:56:50 UTC
14e3b55 Rename demo for full vehicle with MBTire on SCM or rigid terrain 28 May 2024, 08:27:17 UTC
846ba50 Allow converting constructors for ChCoordsy, ChFrame, or ChFrameMoving 27 May 2024, 06:58:51 UTC
8e3a12c Minor cleanup 27 May 2024, 06:57:01 UTC
acc7b02 Merge branch 'feature/fmi' 25 May 2024, 10:17:07 UTC
617dcd5 Fix use of macros for identifying OS (_WIN32 and _WIN64) 25 May 2024, 07:07:54 UTC
69136d4 Fix case typo in Chrono::FMI CMake script 24 May 2024, 19:29:22 UTC
f95e24d Enable Chrono::FMI in CI builds 24 May 2024, 18:28:04 UTC
ddc1120 Update submodule fmu_tools 24 May 2024, 18:23:22 UTC
2a9cb2d Add example of bulding an FMU for model exchange and demo for using a ChExternalFmu component 23 May 2024, 14:54:39 UTC
c5a562c Fixed a build problem on Unix/Mac 23 May 2024, 14:38:55 UTC
d4ba2d5 Merge branch 'main' into feature/fmi 23 May 2024, 13:30:05 UTC
06b2421 Add ChExternalFmu, a wrapper for a model exchange FMU which allows importing an FMU into a Chrono system 23 May 2024, 13:28:57 UTC
d45864a Expose ChExternalDynamics functions in public API 23 May 2024, 13:18:34 UTC
fbb9237 Merge branch 'main' into feature/mb_tire 23 May 2024, 08:56:23 UTC
f1dee5f Fix ChLinkMate GetRelativePos/Dt/Dt2 methods 22 May 2024, 19:22:08 UTC
86b8320 Add method to get list of cameras added to ChVisualSystemIrrlicht 22 May 2024, 14:32:21 UTC
474a57b Update chrono_vsg to the newest VSG API Don't forget to update the VSG libraries with the vsg build script. 22 May 2024, 12:50:32 UTC
47ade30 Refactor Chrono::FMI to separate build requirements for FMU export and import. - Exporting (generating) FMUs requires building Chrono static libraries and, on Windows, using a static runtime library. - Importing (using) FMUs does not introduce any additional requirements. - Chrono::FMI demos use FMUs created at build time (if FMU export is enabled); otherwise, the necessary FMUs are assumed available. 22 May 2024, 06:11:19 UTC
1499763 Fix propagation of received data size in ChSocketTCP 21 May 2024, 15:57:10 UTC
cf2bdd2 Add demo of full vehicle with MBTires on SCM deformable terrain 21 May 2024, 08:07:03 UTC
0569547 Update to new method for specifying a tire contact surface type 21 May 2024, 06:15:05 UTC
826ed16 Move functions for setting tire contact surface type to ChTire 20 May 2024, 11:07:14 UTC
33538c1 Minor cleanup 20 May 2024, 11:05:49 UTC
4b65d1a Add mechanism to disable self-collisions for a ChContactSurface (node cloud or trimesh). By default, self-collision are allowed and included in collision detection. If appropriate for a given simulation, these can be disabled by specifying a collision family for the contact surface. If a family is provided, all collision models contained in the contact surface are assigned to that family and collisions are disabled within the family. (cherry picked from commit 900bc3b67144213309b633f4184094bf8236a0fc) 20 May 2024, 09:19:48 UTC
5c7b0e0 Fix SWIG wrapping of vehicle transmission classes 20 May 2024, 06:45:19 UTC
0ebcd38 Update ChMBTire demos: - set number of OpenMP threads - set tire collision family (used in disabling self-collisions) - render at specfied frequency - monitor RTF 20 May 2024, 05:59:28 UTC
51cffb1 Disable self-collisions for ChMBTire 20 May 2024, 05:55:25 UTC
900bc3b Add mechanism to disable self-collisions for a ChContactSurface (node cloud or trimesh). By default, self-collision are allowed and included in collision detection. If appropriate for a given simulation, these can be disabled by specifying a collision family for the contact surface. If a family is provided, all collision models contained in the contact surface are assigned to that family and collisions are disabled within the family. 19 May 2024, 18:07:09 UTC
ab439dd Refactor MBTireModel to allow experimenting with multi-threaded parallelization 19 May 2024, 12:02:32 UTC
ef9c455 Merge branch 'main' into feature/mb_tire 19 May 2024, 04:21:21 UTC
fa7bbf9 Reset `main` branch for continuing development 18 May 2024, 08:19:26 UTC
525fc53 Fixed PyChrono conda CI issue. 17 May 2024, 21:52:39 UTC
cbad82f Merge branch 'main' into release/9.0 17 May 2024, 16:43:26 UTC
a8b9a84 Allow tools::drawCoordsys to use Z buffer 17 May 2024, 15:55:42 UTC
428ff61 Bump Chrono version to 9.0.0 and prepare for release 17 May 2024, 14:35:04 UTC
ad443bc Update Google test and benchmark submodules 17 May 2024, 10:16:52 UTC
9eb4306 Add option to enable collision on the Kraz vehicle (tractor and trailer) 17 May 2024, 08:37:49 UTC
1544ea8 If QFZ1 is not specified in the template, fall back to previous formula. 16 May 2024, 18:59:37 UTC
0fc1fb8 Miscellaneous fixes for doxygen documentation 16 May 2024, 15:49:48 UTC
fbf38d3 Merge branch 'feature/fmi' 16 May 2024, 14:04:50 UTC
back to top