Siconos: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
|||
Line 14: | Line 14: | ||
}} |
}} |
||
'''SICONOS''' is an Open Source scientific software primarily targeted at |
'''SICONOS''' is an Open Source scientific software primarily targeted at |
||
modeling and simulating [[nonsmooth dynamical system]]s:<ref> |
modeling and simulating [[nonsmooth dynamical system]]s (NSDS):<ref> |
||
{{citation |
{{citation |
||
|last1=Acary |
|last1=Acary |
Revision as of 18:35, 17 December 2014
Developer(s) | INRIA |
---|---|
Stable release | 3.7.1
/ September 2014 |
Written in | C++, C, Python |
Operating system | Linux, Mac, Windows |
Type | Framework |
License | GPL |
Website | siconos.gforge.inria.fr |
SICONOS is an Open Source scientific software primarily targeted at modeling and simulating nonsmooth dynamical systems (NSDS):[1]
- Mechanical systems (Rigid body or solid) with Unilateral contact and Coulomb friction as we find in Non-smooth mechanics, Contact dynamics or Granular material.
- Switched Electrical Circuit such as Power converter, Rectifier, Phase-locked loop (PLL) or Analog-to-digital converter
- Sliding mode control systems
Other applications are found in Systems and Control (hybrid systems, differential inclusions, optimal control with state constraints), Optimization (Complementarity problem and Variational inequality) Biology Gene regulatory network, Fluid Mechanics and Computer graphics, ...
Components
The software is based on 3 main components[2]
- Siconos/Numerics (C API). Collection of low-level algorithms for solving basic Algebra and optimization problems arising in the simulation of nonsmooth dynamical systems
- Linear complementarity problem (LCP)
- Mixed linear complementarity problem (MLCP)
- Nonlinear complementarity problem (NCP)
- Quadratic programming problems (QP)
- Friction-contact problems (2D or 3D) (Second-order cone programming (SOCP))
- Primal or Dual Relay problems
- Siconos/Kernel. API C++ that allows one to model and simulate the nonsmooth dynamical systems. It contains
- Dynamical systems classes : first order one, Lagrangian systems, Newton-Euler systems
- Nonsmooth laws : complementarity, Relay, Friction, Contact, impact
- Siconos/Front-end (API Python) Mainly an auto-generated SWIG interface of the API C++ which a special support for data structure.
See also
- Differential inclusion (an extension of the notion of differential equation) on which much of the NSDS theory relies
- Non-smooth mechanics
- Contact dynamics
- Rigid body dynamics
- Collision detection
- Complementarity theory
References
- ^ Acary, Vincent; Brogliato, Bernard (2008), "Numerical Methods for Nonsmooth Dynamical Systems", Lecture Notes in Applied and Computational Mechanics, 35
- ^ Acary, Vincent; Perignon, Franck (2007), "An introduction to Siconos.", INRIA Technical Report, pp. 45. RT-0340
External links
- The official Siconos site
- [1] other related publications