Balanced power systems builder for pydae DAE solver
Project description
pydae-bps
Balanced Power Systems builder for the pydae DAE solver.
Reads JSON/HJSON power system network descriptions (similar to PSS/E or PSAT format) and constructs the symbolic DAE system dictionary for pydae.core.Builder.
Installation
pip install pydae-bps # automatically installs pydae as a dependency
Quick start
from pydae.bps import BpsBuilder
from pydae.core import Builder, Model
grid = BpsBuilder('ieee39.json')
grid.construct('ieee39')
bld = Builder(grid.sys_dict, target='ctypes')
bld.build()
model = Model('ieee39')
model.ini({}, xy_0=1)
model.run(10.0, {'p_c_30': 0.8})
model.post()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pydae_bps-1.0.0.tar.gz
(13.7 MB
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_bps-1.0.0-py3-none-any.whl
(14.4 MB
view details)
File details
Details for the file pydae_bps-1.0.0.tar.gz.
File metadata
- Download URL: pydae_bps-1.0.0.tar.gz
- Upload date:
- Size: 13.7 MB
- 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 |
f70717c41191f436951f4fd4b4fe24a30f2b65fc58566f656c92f0f5d1aff21a
|
|
| MD5 |
57a72f05d9208229c9853993cf3b4ad6
|
|
| BLAKE2b-256 |
ddb337406c7fea8d7b3c97e72fb4f2c0c021cd6461b8706608a87f7782b4799d
|
File details
Details for the file pydae_bps-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pydae_bps-1.0.0-py3-none-any.whl
- Upload date:
- Size: 14.4 MB
- 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 |
1709577cb780cdcc44c484513fac76e4d565572797b4bc49eeb491ee8ba61fdd
|
|
| MD5 |
e6e650890a2ac6c1429a2412a054ec84
|
|
| BLAKE2b-256 |
8892b088bbf815194fd1c4cd5ad15a27382a76ccc5674acc863d21dd1c8ad17a
|