A Modelica to computer algebra system (CAS) compiler written in python.
Python / PyPI:
pip install pymoca
Anaconda / Conda:
-
Install anaconda 3.
-
Setup environment.
./create_conda_env.sh enduser
. activate pymoca
jupyter notebook
- Parsing Modelica
- Sympy Simulation/CAS creation for simple models
- Casadi CAS creation for simple models
- Gather requirements and unify Casadi model
- Lazy parsing for reading large libraries
- Support more of Modelica language elements