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.3.tar.gz
(13.6 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.3-py3-none-any.whl
(14.3 MB
view details)
File details
Details for the file pydae_bps-1.0.3.tar.gz.
File metadata
- Download URL: pydae_bps-1.0.3.tar.gz
- Upload date:
- Size: 13.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d318396fd6e44f04efbfd261e81418eeb073604206b1c391dac8705946757c0e
|
|
| MD5 |
8b0c396025905ca4e6944249ed545c03
|
|
| BLAKE2b-256 |
9479a8b84799557f6cbb90de8f71fd7d83000cdc55cc8fe392bc55e0858aaaae
|
File details
Details for the file pydae_bps-1.0.3-py3-none-any.whl.
File metadata
- Download URL: pydae_bps-1.0.3-py3-none-any.whl
- Upload date:
- Size: 14.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ee879f61b97ea45047a0d372623227758c1de46cea28c652392834d185c00a6
|
|
| MD5 |
b0ece381de9d95d96780f5f9ecadddef
|
|
| BLAKE2b-256 |
29d0d9cc75bcb09215858fc34d91d5f731efd08a41cc228a24c77b6dada2a434
|