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()
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pydae-1.6.0.tar.gz
(145.6 kB
view details)
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
pydae-1.6.0-py3-none-any.whl
(213.4 kB
view details)
File details
Details for the file pydae-1.6.0.tar.gz.
File metadata
- Download URL: pydae-1.6.0.tar.gz
- Upload date:
- Size: 145.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.9 {"installer":{"name":"uv","version":"0.11.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":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 |
70ab78620a8f5473494282fd7db2993e3d0dcbf964d36877281f4b6ff6000931
|
|
| MD5 |
3cdf381f47ca5f6b010d733a67332399
|
|
| BLAKE2b-256 |
568b61059917666f3d534a9b4c7ecc802574abc540c1debd5d2031662d8e4ea7
|
File details
Details for the file pydae-1.6.0-py3-none-any.whl.
File metadata
- Download URL: pydae-1.6.0-py3-none-any.whl
- Upload date:
- Size: 213.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.9 {"installer":{"name":"uv","version":"0.11.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":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 |
e156c3c64ea13fcf934477d3ca0ecfcc4a95c1ecd9823dccd1b3b275144a833c
|
|
| MD5 |
7585a1246e68e083bad94d3244a7fa84
|
|
| BLAKE2b-256 |
fc10a655df4d2065be8839eae31464ef8695db83ed214a3f4311d4459ff4667b
|