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
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
pydae_bps-1.4.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.4.0-py3-none-any.whl
(14.4 MB
view details)
File details
Details for the file pydae_bps-1.4.0.tar.gz.
File metadata
- Download URL: pydae_bps-1.4.0.tar.gz
- Upload date:
- Size: 13.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5be3d4ae6bae4f8f498fdfd5706fe0e1251e6b1e75481bfd92595fff65934308
|
|
| MD5 |
aa7f186183a914409b562ec3920095f0
|
|
| BLAKE2b-256 |
5b892255a64a71c0b7f7834d22e2dd34e2480da1c57c3bc2c8cc6aa249a866d5
|
File details
Details for the file pydae_bps-1.4.0-py3-none-any.whl.
File metadata
- Download URL: pydae_bps-1.4.0-py3-none-any.whl
- Upload date:
- Size: 14.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15ff02e8ac5cac336dee4dd664acc6ad98f7e5da005a8f8683d2b474f2ca65d7
|
|
| MD5 |
b3afa32f36fec32774505987c49bb0ce
|
|
| BLAKE2b-256 |
795a9a977eaa691cd29eb892727fb1a7dcb21006d9b332563bd9f906d8c8107c
|