This toolkit is for rapid modelling and design of networked phsyical systems. It is conceptually based upon the Bond Graph modelling methodology.
https://bondgraphtools.readthedocs.io/
BondGraph requires:
- python 3.6
- julia 0.6.4
Python dependencies:
- sympy>=1.1.1
- numpy>=1.14
- scipy>=1.0.1
- matplotlib>=2.2.2
- julia>=0.1.5
- diffeqpy>=0.4
- requests>=2.19
Julia dependencies:
- PyCall
- DifferentialEquations.jl
- Install python > 3.6 for your operating system.
- Install Julia 0.6.4 (https://julialang.org/downloads/) for your operating system. Julia 0.7 and 1.0 are not yet supported
- Make sure Julia 0.6.4 is in your os path. (test this by running
julia -v
) - Install using PyPI;
pip install BondGraphTools