Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atra94/simba
A NumBa based Simulation framework for interconnected dynamical systems.
https://github.com/atra94/simba
dynamical-systems modeling modeling-dynamic-systems numba python simulation simulation-environment simulation-framework
Last synced: 3 months ago
JSON representation
A NumBa based Simulation framework for interconnected dynamical systems.
- Host: GitHub
- URL: https://github.com/atra94/simba
- Owner: atra94
- License: mit
- Created: 2021-01-14T17:30:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T10:06:07.000Z (almost 3 years ago)
- Last Synced: 2024-06-11T17:57:51.331Z (8 months ago)
- Topics: dynamical-systems, modeling, modeling-dynamic-systems, numba, python, simulation, simulation-environment, simulation-framework
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimBa
SimBa is a NumBa based Simulation framework for interconnected dynamical systems.SimBa is work in progress at a very early stage. A first version that is still based on pure python is planned to be released until March 2021.
This framework aims to provide you the basic tools such that you can define your own dynamic system models that are composed of multiple components. The target is to offer the whole flexibility of Python during the definition of the system and the full speed of numba during simulation time.
A first working example of how SimBa works and what you can expect is available in the examples folder.