yuan.xiao_lin Posted April 4, 2016 Share Posted April 4, 2016 Hello everyone! I wanna create a nonlinear dynamics model which will be used to a vehicle collision scenario. In this model, the spring will play a nonlinear force-element role. For instance, we may use a piecewise function (as shown in Fig. 1) to represent the spring stiffness or use the force-displacement curve to represent the characteristic of a nonlinear spring. Fig.1 nonlinear spring-dumper model I can implement this nonlinear model in other programming language like C++, Matlab. But, in Unigine, I don't how to integrate this nonlinear model into the Unigine system. At certain stages of the car crash, I would like to use my nonlinear model , and other phases using the Unigine algorithm. Thanks for you reply. Link to comment
ulf.schroeter Posted April 5, 2016 Share Posted April 5, 2016 I think that non-linear springs are not supported and the physics engine does not provide any extension point for customization (except direct engine source code modifications) Link to comment
binstream Posted April 5, 2016 Share Posted April 5, 2016 Ulf is right, at the moment such feature requires access to the full source code of the engine. Link to comment
yuan.xiao_lin Posted April 6, 2016 Author Share Posted April 6, 2016 Ulf is right, at the moment such feature requires access to the full source code of the engine. I think that non-linear springs are not supported and the physics engine does not provide any extension point for customization (except direct engine source code modifications) thank you! Link to comment
Recommended Posts