Siconos Explained
SICONOS - SImulation and COntrol of NOnsmooth Systems |
Developer: | INRIA |
Latest Release Version: | 4.3.0 |
Operating System: | Linux, Mac, Windows |
Programming Language: | C++, C, Python |
Screenshot Size: | 250px |
Logo Size: | 250px |
Genre: | Framework |
License: | Apache License 2.0 |
SICONOS is an Open Source scientific software primarily targeted atmodeling and simulating non-smooth dynamical systems (NSDS):
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, etc.
Components
The software is based on 3 main components
- Siconos/Numerics (C API). Collection of low-level algorithms for solving basic Algebra and optimization problems arising in the simulation of nonsmooth dynamical systems
- Siconos/Kernel. API C++ that allows one to model and simulate the nonsmooth dynamical systems. It contains
- Siconos/Front-end (API Python) Mainly an auto-generated SWIG interface of the API C++ which a special support for data structure.
Performance
According to peer reviewed studies published by its developers, Siconos was approximately five times faster than Ngspice or ELDO (a commercial SPICE by Mentor Graphics) and 250 times faster than PLECS when solving a buck converter.[1] [2]
See also
- (an extension of the notion of differential equation) on which much of the NSDS theory relies
- , which affects ODEs/DAEs for functions with "sharp turns" and which affects numerical convergence
References
- Book: Francesco Vasca and Luigi Iannelli. Dynamics and Control of Switched Electronic Systems: Advanced Perspectives for Modeling, Simulation and Control of Power Converters. 2012. Springer Science & Business Media. 978-1-4471-2884-7. 446–447. Time-Stepping via Complementarity. Vincent Acary.
- Acary, V., Bonnefon, O., Brogliato, B. (July 2010) "Time-Stepping Numerical Simulation of Switched Circuits Within the Nonsmooth Dynamical Systems Approach", Computer-Aided Design of Integrated Circuits and Systems, IEEE Transactions on (Volume:29, Issue: 7), pp. 1042-1055,
External links