Core engine for solving and analyzing Differential-Algebraic Equation (DAE) systems
Project description
pydae
Core engine for solving and analyzing Differential-Algebraic Equation (DAE) systems.
pydae uses SymPy to symbolically derive Jacobians, translates them to C, and compiles them into shared libraries for fast numerical simulation via Newton-Raphson.
See the main repository for full documentation.
Installation
pip install pydae
Quick start
from pydae.core import Builder, Model
builder = Builder(sys_dict, target='ctypes')
builder.build()
model = Model('my_system')
model.ini(params, xy_0=initial_guess)
model.run(t_end, inputs)
model.post()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pydae-1.0.2.tar.gz.
File metadata
- Download URL: pydae-1.0.2.tar.gz
- Upload date:
- Size: 45.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69212a63bc699e8673ccff84bb675a7ea3b758117dc8ea337988de2ee83b9f01
|
|
| MD5 |
2c0334bded97fd125fb62a5f19be05ac
|
|
| BLAKE2b-256 |
abd537318d3e23ddb742b55111fbca6aaedecb2d93987c94cae3145d06a9385a
|
File details
Details for the file pydae-1.0.2-py3-none-any.whl.
File metadata
- Download URL: pydae-1.0.2-py3-none-any.whl
- Upload date:
- Size: 58.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7c37ff8b49c1db0d8080a7c2f1515a47c4173f03557ffbd36afd2482781a49f
|
|
| MD5 |
411ee13b1617960628a5357384af1a65
|
|
| BLAKE2b-256 |
68679c18473166c990b55bc7b1aff156dfd456c1d31272a47418e73a3ea8e75c
|