Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.