dynode

A framework for modelling and simulation of dynamical systems


License
MIT
Install
pip install dynode==0.4.0

Documentation

dynode

PyPI version shields.io codecov docs

Dynode solves equations of the form y' = f(t, y) using SciPy's ode solver but allows f to be modelled in a modular, object-oriented fashion using the notions of separate Systems that expose states and their corresponding derivatives, ders. f may then be composed of an arbitraily complex collection of, connected or unconnected, Systems.

Documentation is available here: https://freol35241.github.io/dynode/

License

Distributed under the terms of the MIT license, dynode is free and open source software